summaryrefslogtreecommitdiff
path: root/starmath/inc/unomodel.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-04-03 13:22:58 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-04-03 13:22:58 +0000
commit834af237fb233c59a8b9b070b12f61b5f94548be (patch)
treef1d741acb21850e1cd3d940b7fd6f640e5abac5d /starmath/inc/unomodel.hxx
parentb95e256d3e1e1becc24065864cb1da7bf0e89691 (diff)
#i92516# preparations for new print UI
Diffstat (limited to 'starmath/inc/unomodel.hxx')
-rw-r--r--starmath/inc/unomodel.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx
index 2b3808ae4ca4..0bdd13ea0ac1 100644
--- a/starmath/inc/unomodel.hxx
+++ b/starmath/inc/unomodel.hxx
@@ -39,6 +39,7 @@
#include <comphelper/propertysethelper.hxx>
class SmFormat;
+class PrintUIOptions;
//-----------------------------------------------------------------------------
class SmModel : public SfxBaseModel,
@@ -46,6 +47,7 @@ class SmModel : public SfxBaseModel,
public com::sun::star::lang::XServiceInfo,
public com::sun::star::view::XRenderable
{
+ PrintUIOptions* m_pPrintUIOptions;
protected:
virtual void _setPropertyValues( const comphelper::PropertyMapEntry** ppEntries, const ::com::sun::star::uno::Any* pValues )
throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException );