summaryrefslogtreecommitdiffstats
path: root/embeddedobj/source/msole/xolefactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/source/msole/xolefactory.hxx')
-rw-r--r--embeddedobj/source/msole/xolefactory.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/embeddedobj/source/msole/xolefactory.hxx b/embeddedobj/source/msole/xolefactory.hxx
index e5fbad4e92b3..b1d780b5363c 100644
--- a/embeddedobj/source/msole/xolefactory.hxx
+++ b/embeddedobj/source/msole/xolefactory.hxx
@@ -20,19 +20,15 @@
#ifndef __XFACTORY_HXX_
#define __XFACTORY_HXX_
-#include <com/sun/star/embed/XEmbedObjectCreator.hpp>
-#include <com/sun/star/embed/XEmbedObjectFactory.hpp>
-#include <com/sun/star/embed/XLinkCreator.hpp>
+#include <com/sun/star/embed/XEmbeddedObjectCreator.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <cppuhelper/implbase4.hxx>
+#include <cppuhelper/implbase2.hxx>
-class OleEmbeddedObjectFactory : public ::cppu::WeakImplHelper4<
- ::com::sun::star::embed::XEmbedObjectCreator,
- ::com::sun::star::embed::XEmbedObjectFactory,
- ::com::sun::star::embed::XLinkCreator,
+class OleEmbeddedObjectFactory : public ::cppu::WeakImplHelper2<
+ ::com::sun::star::embed::XEmbeddedObjectCreator,
::com::sun::star::lang::XServiceInfo >
{
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xFactory;