diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unomap.hxx | 5 | ||||
-rw-r--r-- | sw/inc/unoprnms.hxx | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx index feec89df0c56..1e174771f8aa 100644 --- a/sw/inc/unomap.hxx +++ b/sw/inc/unomap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unomap.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: dvo $ $Date: 2000-11-20 20:28:19 $ + * last change: $Author: dvo $ $Date: 2000-11-21 12:00:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -192,6 +192,7 @@ #define WID_IS_COMMA_SEPARATED 1049 #define WID_INDEX_MARKS 1050 #define WID_IS_RELATIVE_TABSTOPS 1051 +#define WID_CREATE_FROM_PARAGRAPH_STYLES 1052 //text document #define WID_DOC_CHAR_COUNT 1000 diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index b34d53996524..3bd6345e4423 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoprnms.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: dvo $ $Date: 2000-11-20 20:28:19 $ + * last change: $Author: dvo $ $Date: 2000-11-21 12:00:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -525,6 +525,7 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_OTHER_EMBEDDED_OBJECT extern const SwPropNameLen __FAR_DATA UNO_NAME_INDEX_AUTO_MARK_FILE_U_R_L ; extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_COMMA_SEPARATED ; extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_RELATIVE_TABSTOPS ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_LEVEL_PARAGRAPH_STYLES ; extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_CHANGES ; extern const SwPropNameLen __FAR_DATA UNO_NAME_RECORD_CHANGES ; extern const SwPropNameLen __FAR_DATA UNO_LINK_DISPLAY_NAME ; |