summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/optpage.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 14:43:13 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 14:43:13 +0000
commit0e248a9332458fcb3219c43fc92d2d134fb6ee2b (patch)
treebb49e8cfa461fc7d3abe6ce2adebd1ca553b109b /sw/source/ui/inc/optpage.hxx
parentINTEGRATION: CWS hiddentext (1.6.474); FILE MERGED (diff)
downloadcore-0e248a9332458fcb3219c43fc92d2d134fb6ee2b.tar.gz
core-0e248a9332458fcb3219c43fc92d2d134fb6ee2b.zip
INTEGRATION: CWS hiddentext (1.14.474); FILE MERGED
2003/12/17 15:30:12 os 1.14.474.1: #i23614# new Feature: Hidden text
Diffstat (limited to 'sw/source/ui/inc/optpage.hxx')
-rw-r--r--sw/source/ui/inc/optpage.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index 24c42ab1cd3e..c7d2a1baec54 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: optpage.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: os $ $Date: 2002-09-20 12:10:01 $
+ * last change: $Author: kz $ $Date: 2004-02-26 15:43:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -349,8 +349,9 @@ class SwShdwCrsrOptionsTabPage : public SfxTabPage
CheckBox aHSpacesCB;
CheckBox aTabCB;
CheckBox aBreakCB;
- CheckBox aHiddenCB;
- CheckBox aHiddenParaCB;
+ CheckBox aCharHiddenCB;
+ CheckBox aFldHiddenCB;
+ CheckBox aFldHiddenParaCB;
FixedLine aSeparatorFL;