diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-12-21 14:13:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-12-21 14:13:01 +0000 |
commit | 098a7f00bf61e057aa5757b055a5fbbc8d9146a1 (patch) | |
tree | 3feae488ecfc73ef63fada7e2a1236872e2d40ee /sw/source/ui/inc/optpage.hxx | |
parent | 48e6d4976229205a09ef8003a4e589ceacde5333 (diff) |
INTEGRATION: CWS emptypage (1.18.46); FILE MERGED
2005/12/13 15:27:28 fme 1.18.46.1: #b6354161# Feature - Print empty pages
Diffstat (limited to 'sw/source/ui/inc/optpage.hxx')
-rw-r--r-- | sw/source/ui/inc/optpage.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx index 6818039f5648..3bca6ee70a69 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.18 $ + * $Revision: 1.19 $ * - * last change: $Author: obo $ $Date: 2005-11-16 09:52:03 $ + * last change: $Author: obo $ $Date: 2005-12-21 15:13:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -156,6 +156,7 @@ class SwAddPrinterTabPage : public SfxTabPage RadioButton aEndPageRB; FixedLine aFL3; FixedLine aFL4; + CheckBox aPrintEmptyPagesCB; CheckBox aSingleJobsCB; CheckBox aPaperFromSetupCB; FixedText aFaxFT; |