diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-11-16 08:50:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-11-16 08:50:47 +0000 |
commit | f9dfe33ebc614ce254fd2ac8f92d18294c53172a (patch) | |
tree | 9ffd681155653547dcf0302d2c50b431b3a3d712 /sw | |
parent | 773d8070ced38036ce2464631431d56e2e6710a8 (diff) |
INTEGRATION: CWS thaiissues (1.13.36); FILE MERGED
2005/10/13 13:49:42 os 1.13.36.1: #i42725# font height defaults configurable
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/config/optdlg.hrc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sw/source/ui/config/optdlg.hrc b/sw/source/ui/config/optdlg.hrc index 7fc84571cdfb..d04fcee254ab 100644 --- a/sw/source/ui/config/optdlg.hrc +++ b/sw/source/ui/config/optdlg.hrc @@ -4,9 +4,9 @@ * * $RCSfile: optdlg.hrc,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-09 06:44:45 $ + * last change: $Author: obo $ $Date: 2005-11-16 09:50:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -146,6 +146,13 @@ #define ST_SCRIPT_WESTERN 103 #define ST_SCRIPT_ASIAN 104 #define ST_SCRIPT_CTL 105 +#define FT_TYPE 106 +#define FT_SIZE 107 +#define LB_STANDARD_SIZE 108 +#define LB_TITLE_SIZE 109 +#define LB_LIST_SIZE 110 +#define LB_LABEL_SIZE 111 +#define LB_INDEX_SIZE 112 //Tabpage Tabelle #define CB_HEADER 101 |