summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/cfgitems.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 16:33:59 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 16:33:59 +0000
commit14e2a1f33bdd88528e0a39e0b363d3baf326215a (patch)
treefca013d4bf0b2910adc4ead8712a3b331ff475a4 /sw/source/ui/inc/cfgitems.hxx
parentINTEGRATION: CWS os106 (1.28.70); FILE MERGED (diff)
downloadcore-14e2a1f33bdd88528e0a39e0b363d3baf326215a.tar.gz
core-14e2a1f33bdd88528e0a39e0b363d3baf326215a.zip
INTEGRATION: CWS os106 (1.16.8); FILE MERGED
2007/10/31 14:13:14 os 1.16.8.1: #i81434# Print hidden text and text of placeholder options added
Diffstat (limited to 'sw/source/ui/inc/cfgitems.hxx')
-rw-r--r--sw/source/ui/inc/cfgitems.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/ui/inc/cfgitems.hxx b/sw/source/ui/inc/cfgitems.hxx
index 33b5be46456a..79883dca12e6 100644
--- a/sw/source/ui/inc/cfgitems.hxx
+++ b/sw/source/ui/inc/cfgitems.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cfgitems.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: vg $ $Date: 2007-10-22 15:16:39 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 17:33:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -182,6 +182,10 @@ public:
BOOL IsPrintEmptyPages() const { return bPrintEmptyPages; }
BOOL IsPrintPageBackground() const { return bPrintPageBackground; }
BOOL IsPrintBlackFont() const { return bPrintBlackFont; }
+ //#i81434# - printing of hidden text
+ sal_Bool IsPrintHiddenText() const { return bPrintHiddenText; }
+ sal_Bool IsPrintTextPlaceholder() const { return bPrintTextPlaceholder; }
+
BOOL IsPrintSingleJobs() const { return bPrintSingleJobs; }
ULONG GetPrintPostIts () const { return nPrintPostIts; }