diff options
-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 |