diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-03-21 13:52:57 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-03-21 13:52:57 +0000 |
commit | 0b8291296625699881ff8bac02b75d63387abf92 (patch) | |
tree | 0601be696b516f70a868dafeb994c33f5caf65e1 /sw/inc | |
parent | 2d06808a9f632288a1795408f1a1b68e9d13f5ac (diff) |
Added map for com.sun.star.text.Defaults
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unomap.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx index d01bb1e58418..4141d2c6edca 100644 --- a/sw/inc/unomap.hxx +++ b/sw/inc/unomap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unomap.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: dvo $ $Date: 2001-03-20 18:51:04 $ + * last change: $Author: mtg $ $Date: 2001-03-21 14:52:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -107,7 +107,8 @@ #define PROPERTY_MAP_PARAGRAPH 37 #define PROPERTY_MAP_EMBEDDED_OBJECT 38 #define PROPERTY_MAP_REDLINE 39 -#define PROPERTY_MAP_END 40 +#define PROPERTY_MAP_TEXT_DEFAULT 40 +#define PROPERTY_MAP_END 41 #define PROPERTY_SET_CHAR_STYLE 1 #define PROPERTY_SET_PARA_STYLE 2 @@ -272,7 +273,6 @@ #define WID_TXTCOL_LINE_ALIGN 3 #define WID_TXTCOL_LINE_IS_ON 4 - /* -----------------04.07.98 11:41------------------- * * --------------------------------------------------*/ |