diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-30 19:15:12 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-30 19:15:12 +0100 |
commit | 8231ae65cdcd587ee8982df72c7c45361a374127 (patch) | |
tree | bcca6911da2ff543e9ed8d634e91ace02c50885c /sw/inc | |
parent | 7a8d933585f5165393a9357edc55606c54cb36eb (diff) |
API CHANGE: remove com.sun.star.text.XModule
This interface has been deprecated since OpenOffice.org initial CVS
import and the purpose of an empty interface is dubious anyway.
EXISTENCE: published key "/UCR/com/sun/star/text/XModule" exists only in
registry 1
Change-Id: If3c849d61d5433b8d426e2e89c3b818a7fff1e7d
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unomod.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/unomod.hxx b/sw/inc/unomod.hxx index 9bac96e15ecc..e807e22e7805 100644 --- a/sw/inc/unomod.hxx +++ b/sw/inc/unomod.hxx @@ -19,7 +19,6 @@ #ifndef _UNOMOD_HXX #define _UNOMOD_HXX -#include <com/sun/star/text/XModule.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/view/XPrintSettingsSupplier.hpp> #include <com/sun/star/view/XViewSettingsSupplier.hpp> @@ -27,7 +26,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <cppuhelper/implbase2.hxx> // helper for implementations #include <cppuhelper/implbase3.hxx> // helper for implementations -#include <cppuhelper/implbase4.hxx> // helper for implementations #include <comphelper/ChainablePropertySet.hxx> #include <comphelper/SettingsHelper.hxx> #include <usrpref.hxx> @@ -39,9 +37,8 @@ class SwDoc; ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL SwXModule_CreateInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & ); -class SwXModule : public cppu::WeakImplHelper4 +class SwXModule : public cppu::WeakImplHelper3 < - ::com::sun::star::text::XModule, ::com::sun::star::view::XViewSettingsSupplier, ::com::sun::star::view::XPrintSettingsSupplier, ::com::sun::star::lang::XServiceInfo |