diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 11:54:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 11:54:22 +0000 |
commit | 3501016b739a6d33d886500e664f740c2f259325 (patch) | |
tree | 7d5eedb8c94a4fed176a9030d232a328c4a2c22e /sw/inc/cmdid.h | |
parent | 3917712ff519730976c275a0aaaaaa005a318605 (diff) |
INTEGRATION: CWS os100 (1.72.14); FILE MERGED
2007/07/11 06:51:30 os 1.72.14.2: #i79458# HeaderRowCountProperty added to table
2007/07/10 10:39:07 os 1.72.14.1: #i71108# graphic::XGraphic added
Diffstat (limited to 'sw/inc/cmdid.h')
-rw-r--r-- | sw/inc/cmdid.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index 3a5922fd36..b60c408f08 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -4,9 +4,9 @@ * * $RCSfile: cmdid.h,v $ * - * $Revision: 1.72 $ + * $Revision: 1.73 $ * - * last change: $Author: hr $ $Date: 2007-06-27 13:12:47 $ + * last change: $Author: obo $ $Date: 2007-07-18 12:54:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -600,6 +600,7 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr #define FN_GOTO_PREV_CELL (FN_FORMAT + 146) /* Table: go to previous cell */ +#define FN_TABLE_HEADLINE_COUNT (FN_FORMAT + 147) /* number of repeated headlines of tables */ //hier geht's weiter ! /*-------------------------------------------------------------------- Bereich: Ribbon @@ -894,6 +895,7 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr #define FN_XFORMS_DESIGN_MODE (FN_EXTRA2 + 100) #define FN_UNO_PARA_STYLE_CONDITIONS (FN_EXTRA2 + 101) +#define FN_UNO_GRAPHIC (FN_EXTRA2 + 102) #define FN_UNO_REPLACEMENT_GRAPHIC_URL (FN_EXTRA2 + 102) |