summaryrefslogtreecommitdiffstats
path: root/svx/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-07-13 14:02:33 +0200
committerKurt Zenker <kz@openoffice.org>2010-07-13 14:02:33 +0200
commita8708cedf6b0f9cf3d18c1e4c6e881185b98accf (patch)
tree55c234e10d47cd7a3f745e6038d332b30712051c /svx/inc
parentCWS-TOOLING: integrate CWS fwk147_OOO330 (diff)
parent#i102353# correct page number and page count field when printing handouts (diff)
downloadcore-a8708cedf6b0f9cf3d18c1e4c6e881185b98accf.tar.gz
core-a8708cedf6b0f9cf3d18c1e4c6e881185b98accf.zip
CWS-TOOLING: integrate CWS impress192_OOO330
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/svdmodel.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/svx/inc/svx/svdmodel.hxx b/svx/inc/svx/svdmodel.hxx
index fc8d401f94e7..328efedd98f0 100644
--- a/svx/inc/svx/svdmodel.hxx
+++ b/svx/inc/svx/svdmodel.hxx
@@ -276,7 +276,7 @@ public:
SdrOutlinerCache* mpOutlinerCache;
SdrModelImpl* mpImpl;
UINT16 mnCharCompressType;
- UINT16 nReserveUInt5;
+ UINT16 mnHandoutPageCount;
UINT16 nReserveUInt6;
UINT16 nReserveUInt7;
FASTBOOL mbModelLocked;
@@ -298,6 +298,10 @@ public:
SvNumberFormatter* mpNumberFormatter;
public:
const SvNumberFormatter& GetNumberFormatter() const;
+
+ UINT16 getHandoutPageCount() const { return mnHandoutPageCount; }
+ void setHandoutPageCount( UINT16 nHandoutPageCount ) { mnHandoutPageCount = nHandoutPageCount; }
+
protected:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoModel();