summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2002-07-23 09:52:56 +0000
committerCaolán McNamara <cmc@openoffice.org>2002-07-23 09:52:56 +0000
commitad80026105c810fe51c1f35a77ae52034b5e164d (patch)
tree7e39822c4dc3d42ef8e934cadae79ccb64a7fe9b /sw/source/filter/ww8/ww8par2.hxx
parent81b5d2f7bd3d382d18a5749df214e03bf0a68e73 (diff)
#101615# Import Export WW8 CTL fontsize
Diffstat (limited to 'sw/source/filter/ww8/ww8par2.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par2.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/sw/source/filter/ww8/ww8par2.hxx b/sw/source/filter/ww8/ww8par2.hxx
index 2446dafe9c78..82ec4b32f13c 100644
--- a/sw/source/filter/ww8/ww8par2.hxx
+++ b/sw/source/filter/ww8/ww8par2.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ww8par2.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: cmc $ $Date: 2002-06-27 16:04:27 $
+ * last change: $Author: cmc $ $Date: 2002-07-23 10:52:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -242,10 +242,11 @@ friend class SwWW8ImplReader;
BYTE nWwNumLevel; // fuer Bullets und Aufzaehlungen in Styles
BOOL bTxtColChanged : 1;
- BOOL bFontChanged : 1; // Fuer Simulation Default-Font
- BOOL bCJKFontChanged: 1; // Fuer Simulation Default-Font
- BOOL bFSizeChanged : 1; // Fuer Simulation Default-FontSize
- BOOL bWidowsChanged : 1; // Fuer Simulation Default-Widows / Orphans
+ BOOL bFontChanged : 1; // For Simulating Default-Font
+ BOOL bCJKFontChanged: 1; // For Simulating Default-CJK Font
+ BOOL bFSizeChanged : 1; // For Simulating Default-FontSize
+ BOOL bFCTLSizeChanged : 1; // For Simulating Default-CTL FontSize
+ BOOL bWidowsChanged : 1; // For Simulating Default-Widows / Orphans
void ImportSprms( long nPosFc, short nLen, BOOL bPap );
void ImportGrupx( short nLen, BOOL bPara, BOOL bOdd );