summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/cfgitems.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-03 12:48:28 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-03 12:48:28 +0000
commit31b9e8920a038b8e5c0d999d0eb1efe91373292a (patch)
tree9491d3a2f15db7dd3228fb63a7a4ee9d2c2c41c5 /sw/source/ui/inc/cfgitems.hxx
parentINTEGRATION: CWS os93 (1.114.28); FILE MERGED (diff)
downloadcore-31b9e8920a038b8e5c0d999d0eb1efe91373292a.tar.gz
core-31b9e8920a038b8e5c0d999d0eb1efe91373292a.zip
INTEGRATION: CWS os93 (1.13.220); FILE MERGED
2007/02/09 10:52:44 os 1.13.220.1: #i30518# brochure printing in RTL mode
Diffstat (limited to 'sw/source/ui/inc/cfgitems.hxx')
-rw-r--r--sw/source/ui/inc/cfgitems.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/inc/cfgitems.hxx b/sw/source/ui/inc/cfgitems.hxx
index 18c7f1dc5d72..f4252dc41b97 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.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 17:38:53 $
+ * last change: $Author: rt $ $Date: 2007-04-03 13:48:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -160,7 +160,9 @@ public:
BOOL IsPrintProspect() const { return bPrintProspect; }
+ BOOL IsPrintProspect_RTL() const { return bPrintProspect_RTL; }
void SetPrintProspect(BOOL bFlag ){ bPrintProspect = bFlag; }
+ void SetPrintProspect_RTL(BOOL bFlag ){ bPrintProspect_RTL = bFlag; }
BOOL IsPrintGraphic () const { return bPrintGraphic; }
BOOL IsPrintTable () const { return bPrintTable; }
BOOL IsPrintDraw () const { return bPrintDraw; }