summaryrefslogtreecommitdiff
path: root/starmath/inc/unomodel.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-04-03 14:51:44 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-04-03 14:51:44 +0000
commit1fbd16c4069cf7cdcc9489374596f6c9eb378f1c (patch)
tree69f5aaee648a77257552e0569c2853dcef951338 /starmath/inc/unomodel.hxx
parent313505000dd5252b55a106733df5eecb53c3a548 (diff)
#i92516# preparations for new print UI
Diffstat (limited to 'starmath/inc/unomodel.hxx')
-rw-r--r--starmath/inc/unomodel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx
index 0bdd13ea0ac1..2e0ed24dd1fb 100644
--- a/starmath/inc/unomodel.hxx
+++ b/starmath/inc/unomodel.hxx
@@ -39,7 +39,7 @@
#include <comphelper/propertysethelper.hxx>
class SmFormat;
-class PrintUIOptions;
+class SmPrintUIOptions;
//-----------------------------------------------------------------------------
class SmModel : public SfxBaseModel,
@@ -47,7 +47,7 @@ class SmModel : public SfxBaseModel,
public com::sun::star::lang::XServiceInfo,
public com::sun::star::view::XRenderable
{
- PrintUIOptions* m_pPrintUIOptions;
+ SmPrintUIOptions* 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 );