summaryrefslogtreecommitdiff
path: root/include/svx/unomodel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-07 12:31:48 +0200
committerNoel Grandin <noel@peralex.com>2015-10-07 12:32:23 +0200
commitbb76b8f10697f3d5ca1f9a2f19902b043bd61cd7 (patch)
treed1f281ec29326f373394b61fb5253a35d1fef25f /include/svx/unomodel.hxx
parent5dbbb498b5e2ae8be9dcd10ddfc65de5266c0d15 (diff)
loplugin:mergeclasses
Change-Id: I8f5c2ae658f8784233db98f752b6f9fa53110195
Diffstat (limited to 'include/svx/unomodel.hxx')
-rw-r--r--include/svx/unomodel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/unomodel.hxx b/include/svx/unomodel.hxx
index 42defea33355..236d9aa75914 100644
--- a/include/svx/unomodel.hxx
+++ b/include/svx/unomodel.hxx
@@ -26,13 +26,13 @@
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <sfx2/sfxbasemodel.hxx>
-#include <svx/fmdmod.hxx>
#include <svx/svxdllapi.h>
+#include <svx/unomod.hxx>
class SdrModel;
class SVX_DLLPUBLIC SvxUnoDrawingModel : public SfxBaseModel, // implements SfxListener, OWEAKOBJECT & other
- public SvxFmMSFactory,
+ public SvxUnoDrawMSFactory,
public ::com::sun::star::drawing::XDrawPagesSupplier,
public ::com::sun::star::lang::XServiceInfo,
public ::com::sun::star::ucb::XAnyCompareFactory
@@ -76,7 +76,7 @@ public:
// XDrawPagesSupplier
virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPages > SAL_CALL getDrawPages( ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- // XMultiServiceFactory ( SvxFmMSFactory )
+ // XMultiServiceFactory ( SvxUnoDrawMSFactory )
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL createInstance( const OUString& aServiceSpecifier ) throw(::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getAvailableServiceNames( ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;