summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2010-06-18 15:27:12 +0200
committerChristian Lippka <cl@openoffice.org>2010-06-18 15:27:12 +0200
commit0e574a1234e3f14ea7174ea906277038e0317e2c (patch)
tree382d47611fbb723e20659d4df45f7106aee00748 /svx/inc
parent84fa472bdcc239199974d1ec92e31652989af516 (diff)
#i102353# correct page number and page count field when printing handouts
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 a40f1c184a..39411eafd9 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();