diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-07-13 14:02:33 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-07-13 14:02:33 +0200 |
commit | a8708cedf6b0f9cf3d18c1e4c6e881185b98accf (patch) | |
tree | 55c234e10d47cd7a3f745e6038d332b30712051c /svx/inc | |
parent | 910056401972274d3ed4ec6150b68a1bc206fa41 (diff) | |
parent | f5dca43c9a814b8955edf6968443737e521162dc (diff) |
CWS-TOOLING: integrate CWS impress192_OOO330
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/svdmodel.hxx | 6 |
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(); |