diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-07 12:31:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-07 12:32:23 +0200 |
commit | bb76b8f10697f3d5ca1f9a2f19902b043bd61cd7 (patch) | |
tree | d1f281ec29326f373394b61fb5253a35d1fef25f /sc/inc | |
parent | 5dbbb498b5e2ae8be9dcd10ddfc65de5266c0d15 (diff) |
loplugin:mergeclasses
Change-Id: I8f5c2ae658f8784233db98f752b6f9fa53110195
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/docuno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 91358f6f5350..821ef95a7d3c 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -23,7 +23,6 @@ #include "address.hxx" #include <sfx2/sfxbasemodel.hxx> #include <svl/lstner.hxx> -#include <svx/fmdmod.hxx> #include <com/sun/star/view/XRenderable.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/document/XActionLockable.hpp> @@ -53,6 +52,7 @@ #include <svl/itemprop.hxx> #include <vcl/event.hxx> #include <vcl/ITiledRenderable.hxx> +#include <svx/unomod.hxx> #include "drwlayer.hxx" class ScDocShell; @@ -81,7 +81,7 @@ class SC_DLLPUBLIC ScModelObj : public SfxBaseModel, public com::sun::star::view::XRenderable, public com::sun::star::document::XLinkTargetSupplier, public com::sun::star::beans::XPropertySet, - public SvxFmMSFactory, ///< derived from XMultiServiceFactory + public SvxUnoDrawMSFactory, ///< derived from XMultiServiceFactory public com::sun::star::lang::XServiceInfo, public ::com::sun::star::util::XChangesNotifier, public com::sun::star::sheet::opencl::XOpenCLSelection |