From ad80026105c810fe51c1f35a77ae52034b5e164d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 23 Jul 2002 09:52:56 +0000 Subject: #101615# Import Export WW8 CTL fontsize --- sw/source/filter/ww8/ww8par2.hxx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'sw/source/filter/ww8/ww8par2.hxx') 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 ); -- cgit