summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 07:45:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 07:45:12 +0000
commit8348ca8669c4b03310686bfc919c8d851410a7fa (patch)
tree8fee05982d0c7bcb5dd126e6cc349ff1e6adefa9 /sw/source/filter/ww8/ww8par2.hxx
parent33b8e50dfa666539b510d6537ce295f4e6dff8b4 (diff)
INTEGRATION: CWS jollyfilterteam04 (1.28.2); FILE MERGED
2003/04/08 12:16:50 cmc 1.28.2.1: #108546# hidden text
Diffstat (limited to 'sw/source/filter/ww8/ww8par2.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par2.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par2.hxx b/sw/source/filter/ww8/ww8par2.hxx
index 45973fd97d0c..543f1d38fdc2 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.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 15:42:12 $
+ * last change: $Author: vg $ $Date: 2003-04-15 08:45:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -183,6 +183,7 @@ public:
BYTE nOutlineLevel; // falls Gliederungs-Style
BYTE n81Flags; // Fuer Bold, Italic, ...
BYTE n81BiDiFlags; // Fuer Bold, Italic, ...
+ bool bInvisFlag; // For invisibile
bool bValid; // leer oder Valid
bool bImported; // fuers rekursive Importieren
bool bColl; // true-> pFmt ist SwTxtFmtColl
@@ -212,6 +213,7 @@ public:
nOutlineLevel( MAXLEVEL ),
n81Flags( 0 ),
n81BiDiFlags(0),
+ bInvisFlag(false),
bValid(false),
bImported(false),
bColl(false),