summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/optpage.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 16:34:20 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 16:34:20 +0000
commitbbb02b97e5d24a20d001058f86eceab6f4bec0ec (patch)
tree2a4fd4c7c9fda7a73c825c87c12d5479162859f4 /sw/source/ui/inc/optpage.hxx
parentINTEGRATION: CWS os106 (1.16.8); FILE MERGED (diff)
downloadcore-bbb02b97e5d24a20d001058f86eceab6f4bec0ec.tar.gz
core-bbb02b97e5d24a20d001058f86eceab6f4bec0ec.zip
INTEGRATION: CWS os106 (1.22.8); FILE MERGED
2007/11/08 08:43:16 os 1.22.8.2: #i81434# no hidden text print option in sw/web 2007/10/31 14:13:14 os 1.22.8.1: #i81434# Print hidden text and text of placeholder options added
Diffstat (limited to 'sw/source/ui/inc/optpage.hxx')
-rw-r--r--sw/source/ui/inc/optpage.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index e4bddefe041a..a1b113e9d6cd 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: optpage.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: vg $ $Date: 2007-10-22 15:21:12 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 17:34:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -139,6 +139,8 @@ class SwAddPrinterTabPage : public SfxTabPage
CheckBox aCtrlFldCB;
CheckBox aBackgroundCB;
CheckBox aBlackFontCB;
+ CheckBox aPrintHiddenTextCB;
+ CheckBox aPrintTextPlaceholderCB;
FixedLine aSeparatorLFL;