diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-11-30 17:39:40 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-11-30 17:39:40 +0000 |
commit | eab76e2264298a0931d2013ef253f6eb98c052ee (patch) | |
tree | 24a62e1850cbcb8c1d2692bcba03567912fc5251 /sc/source/ui/inc | |
parent | dd5ac3627477a77b329f470c1bf29371dddbe76d (diff) |
#80913# asian typography page
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/attrdlg.hrc | 5 | ||||
-rw-r--r-- | sc/source/ui/inc/styledlg.hrc | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sc/source/ui/inc/attrdlg.hrc b/sc/source/ui/inc/attrdlg.hrc index fd62f85a0219..1c43267fe2db 100644 --- a/sc/source/ui/inc/attrdlg.hrc +++ b/sc/source/ui/inc/attrdlg.hrc @@ -2,9 +2,9 @@ * * $RCSfile: attrdlg.hrc,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2000-11-27 08:44:19 $ + * last change: $Author: nn $ $Date: 2000-11-30 18:32:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,6 +68,7 @@ #define TP_BACKGROUND 5 #define TP_PROTECTION 6 #define TP_FONTEFF 7 +#define TP_ASIAN 8 //================================================ // Zellschutz-TabPage: diff --git a/sc/source/ui/inc/styledlg.hrc b/sc/source/ui/inc/styledlg.hrc index c8d057a7be72..c0d4394d3952 100644 --- a/sc/source/ui/inc/styledlg.hrc +++ b/sc/source/ui/inc/styledlg.hrc @@ -2,9 +2,9 @@ * * $RCSfile: styledlg.hrc,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2000-11-27 08:44:19 $ + * last change: $Author: nn $ $Date: 2000-11-30 18:32:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,4 +69,5 @@ #define TP_PAGE_FOOTER 10 #define TP_TABLE 11 #define TP_FONTEFF 12 +#define TP_ASIAN 13 |