diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 07:40:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 07:40:37 +0000 |
commit | afdeafba010755367e0280357a7ec66f50f12255 (patch) | |
tree | fb6f0fc3f3f2f19ce81e9d98e1af0396282e7939 /sw/inc/cmdid.h | |
parent | 75fdcb9b145118f9e68992a0b3deb4dc1032bccd (diff) |
INTEGRATION: CWS os9 (1.44.34); FILE MERGED
2003/05/07 11:33:34 os 1.44.34.3: RESYNC: (1.44-1.45); FILE MERGED
2003/04/30 07:33:10 os 1.44.34.2: #i13665# duplicate insert/section entries - id changed
2003/04/29 08:13:27 os 1.44.34.1: #i13665# InsertSection: make one slot out of two
Diffstat (limited to 'sw/inc/cmdid.h')
-rw-r--r-- | sw/inc/cmdid.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index c9ab04e25f..45e80fc5f2 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -2,9 +2,9 @@ * * $RCSfile: cmdid.h,v $ * - * $Revision: 1.45 $ + * $Revision: 1.46 $ * - * last change: $Author: vg $ $Date: 2003-04-17 13:32:50 $ + * last change: $Author: vg $ $Date: 2003-05-22 08:40:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -399,8 +399,6 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr #define FN_INSERT_SOFT_HYPHEN (FN_INSERT + 43) /* weicher Trenner */ #define FN_INSERT_HARD_SPACE (FN_INSERT + 44) /* hartes Space */ -#define FN_INSERT_REGION (FN_INSERT + 45) /* Bereich einfuegen */ - #define FN_TOOL_GROUP (FN_INSERT + 47) /* Objekte gruppieren */ @@ -471,7 +469,7 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr #define FN_INSERT_PAGEFOOTER (FN_INSERT2 + 14) /* Standard Fusszeile einfuegen */ #define FN_INSERT_ENDNOTE (FN_INSERT2 + 18) /* Endnote einfuegen*/ -#define FN_INSERT_COLUMN_SECTION (FN_INSERT2 + 19) /* Spaltigen Bereich einfügen */ +#define FN_INSERT_REGION (FN_INSERT2 + 19) /* Insert section */ #define FN_INSERT_MULTI_TOX (FN_INSERT2 + 20) /* insert any TOX */ #define FN_INSERT_AUTH_ENTRY_DLG (FN_INSERT2 + 21) /* insert entry for table of authorities*/ |