diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-03-29 16:17:20 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-03-29 16:17:20 +0000 |
commit | 92f733594e513660bf237897342f577fba49b448 (patch) | |
tree | e85a15c2424646055f238de415e94080bb722278 | |
parent | 900a083d2cc110656a51e23c280a6accebaab7fc (diff) |
Added two new options to the text document XPropertySet
-rw-r--r-- | sw/inc/unomap.hxx | 6 | ||||
-rw-r--r-- | sw/inc/unoprnms.hxx | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx index e02451cd6a..866b9607cd 100644 --- a/sw/inc/unomap.hxx +++ b/sw/inc/unomap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unomap.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: mtg $ $Date: 2001-03-28 11:05:33 $ + * last change: $Author: mtg $ $Date: 2001-03-29 17:15:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -219,6 +219,8 @@ #define WID_DOC_ADD_PARA_TABLE_SPACING 1013 #define WID_DOC_ADD_PARA_TABLE_SPACING_AT_START 1014 #define WID_DOC_PRINTER_NAME 1015 +#define WID_DOC_IS_KERN_ASIAN_PUNCTUATION 1016 +#define WID_DOC_CHARACTER_COMPRESSION_TYPE 1017 //AutoText #define WID_GROUP_PATH 0 diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index df002012ac..15ff5d0f37 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoprnms.hxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: mtg $ $Date: 2001-03-28 11:32:19 $ + * last change: $Author: mtg $ $Date: 2001-03-29 17:17:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -693,4 +693,6 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_CHART_AUTO_UPDATE; extern const SwPropNameLen __FAR_DATA UNO_NAME_ADD_PARA_TABLE_SPACING; extern const SwPropNameLen __FAR_DATA UNO_NAME_ADD_PARA_TABLE_SPACING_AT_START; extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINTER_NAME; +extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_KERN_ASIAN_PUNCTUATION; +extern const SwPropNameLen __FAR_DATA UNO_NAME_CHARACTER_COMPRESSION_TYPE; #endif |