summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/cfgitems.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 14:43:00 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 14:43:00 +0000
commitedf12a6a2eade267523c3a70e432702f86d2477c (patch)
tree4f8cbae37ee3641a8620bf726623d063a5b0c13c /sw/source/ui/inc/cfgitems.hxx
parentINTEGRATION: CWS hiddentext (1.26.254); FILE MERGED (diff)
downloadcore-edf12a6a2eade267523c3a70e432702f86d2477c.tar.gz
core-edf12a6a2eade267523c3a70e432702f86d2477c.zip
INTEGRATION: CWS hiddentext (1.6.474); FILE MERGED
2004/01/12 08:16:19 fme 1.6.474.2: RESYNC: (1.6-1.7); FILE MERGED 2003/12/17 15:30:12 os 1.6.474.1: #i23614# new Feature: Hidden text
Diffstat (limited to 'sw/source/ui/inc/cfgitems.hxx')
-rw-r--r--sw/source/ui/inc/cfgitems.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/inc/cfgitems.hxx b/sw/source/ui/inc/cfgitems.hxx
index ac029afedf5a..f4b98cfeb43d 100644
--- a/sw/source/ui/inc/cfgitems.hxx
+++ b/sw/source/ui/inc/cfgitems.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfgitems.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 17:33:39 $
+ * last change: $Author: kz $ $Date: 2004-02-26 15:43:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,8 @@ class SwDocDisplayItem : public SfxPoolItem
BOOL bSpace :1;
BOOL bNonbreakingSpace :1;
BOOL bSoftHyphen :1;
- BOOL bHiddenText :1;
+ BOOL bCharHiddenText :1;
+ BOOL bFldHiddenText :1;
BOOL bManualBreak :1;
BOOL bShowHiddenPara :1;