diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:24:17 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:24:17 +0000 |
commit | 21f865b9eee088c9fab98a8f7d28b98f2930b41d (patch) | |
tree | e59f973fdedfe615825124c4d53cfabb8d8bf049 /sw/source/ui/misc/num.hrc | |
parent | 30b0df7b15f17469235f7ba196c6f5fc47f30854 (diff) |
INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.3.1102); FILE MERGED
2008/02/05 10:55:43 od 1.3.1102.1: #i85348# adjustment of numbering position tab page due to new list level attributes
Diffstat (limited to 'sw/source/ui/misc/num.hrc')
-rw-r--r-- | sw/source/ui/misc/num.hrc | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sw/source/ui/misc/num.hrc b/sw/source/ui/misc/num.hrc index 6b24328c793a..af9eeb9cf918 100644 --- a/sw/source/ui/misc/num.hrc +++ b/sw/source/ui/misc/num.hrc @@ -4,9 +4,9 @@ * * $RCSfile: num.hrc,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 10:36:24 $ + * last change: $Author: kz $ $Date: 2008-03-05 17:24:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,4 +50,14 @@ #define WIN_PREVIEW 15 #define ST_RESET 16 +#define FT_LABEL_FOLLOWED_BY 17 +#define LB_LABEL_FOLLOWED_BY 18 +#define FT_LISTTAB 19 +#define MF_LISTTAB 20 +#define FT_ALIGN_2 21 +#define LB_ALIGN_2 22 +#define FT_ALIGNED_AT 23 +#define MF_ALIGNED_AT 24 +#define FT_INDENT_AT 25 +#define MF_INDENT_AT 26 |