summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/cfgitems.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-12-21 14:12:49 +0000
committerOliver Bolte <obo@openoffice.org>2005-12-21 14:12:49 +0000
commit48e6d4976229205a09ef8003a4e589ceacde5333 (patch)
tree975b4e0ef947ae212b9cbbde117f44c3328321bf /sw/source/ui/inc/cfgitems.hxx
parentINTEGRATION: CWS emptypage (1.102.56); FILE MERGED (diff)
downloadcore-48e6d4976229205a09ef8003a4e589ceacde5333.tar.gz
core-48e6d4976229205a09ef8003a4e589ceacde5333.zip
INTEGRATION: CWS emptypage (1.11.150); FILE MERGED
2005/12/13 15:27:27 fme 1.11.150.1: #b6354161# Feature - Print empty pages
Diffstat (limited to 'sw/source/ui/inc/cfgitems.hxx')
-rw-r--r--sw/source/ui/inc/cfgitems.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/inc/cfgitems.hxx b/sw/source/ui/inc/cfgitems.hxx
index d725673f4231..d487306188d6 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:03:16 $
+ * last change: $Author: obo $ $Date: 2005-12-21 15:12:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -173,6 +173,7 @@ public:
BOOL IsPrintRightPage() const { return bPrintRightPage; }
BOOL IsPrintReverse () const { return bPrintReverse; }
BOOL IsPaperFromSetup() const { return bPaperFromSetup; }
+ BOOL IsPrintEmptyPages() const { return bPrintEmptyPages; }
BOOL IsPrintPageBackground() const { return bPrintPageBackground; }
BOOL IsPrintBlackFont() const { return bPrintBlackFont; }
BOOL IsPrintSingleJobs() const { return bPrintSingleJobs; }