summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/tool/addincol.cxx3
-rw-r--r--sc/source/ui/unoobj/docuno.cxx2
2 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/core/tool/addincol.cxx b/sc/source/core/tool/addincol.cxx
index 96c3d30498e5..acc4d10309f0 100644
--- a/sc/source/core/tool/addincol.cxx
+++ b/sc/source/core/tool/addincol.cxx
@@ -42,7 +42,6 @@
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include <com/sun/star/reflection/XIdlClass.hpp>
-#include <com/sun/star/reflection/XIdlClassProvider.hpp>
#include <com/sun/star/beans/XIntrospectionAccess.hpp>
#include <com/sun/star/beans/XIntrospection.hpp>
#include <com/sun/star/beans/MethodConcept.hpp>
@@ -878,8 +877,6 @@ void ScUnoAddInCollection::ReadFromAddIn( const uno::Reference<uno::XInterface>&
IsTypeName( sName,
getCppuType((uno::Reference<uno::XInterface>*)0) ) ||
IsTypeName( sName,
- getCppuType((uno::Reference<reflection::XIdlClassProvider>*)0) ) ||
- IsTypeName( sName,
getCppuType((uno::Reference<lang::XServiceName>*)0) ) ||
IsTypeName( sName,
getCppuType((uno::Reference<lang::XServiceInfo>*)0) ) ||
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index acc443d9bfc5..ba36c905a381 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -64,7 +64,6 @@
#include <com/sun/star/document/XDocumentEventBroadcaster.hpp>
#include <com/sun/star/script/XInvocation.hpp>
#include <com/sun/star/script/vba/XVBAEventProcessor.hpp>
-#include <com/sun/star/reflection/XIdlClassProvider.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/servicehelper.hxx>
#include <comphelper/string.hxx>
@@ -471,7 +470,6 @@ uno::Any SAL_CALL ScModelObj::queryInterface( const uno::Type& rType )
&& rType != ::getCppuType((uno::Reference< com::sun::star::frame::XController>*)0)
&& rType != ::getCppuType((uno::Reference< com::sun::star::frame::XFrame>*)0)
&& rType != ::getCppuType((uno::Reference< com::sun::star::script::XInvocation>*)0)
- && rType != ::getCppuType((uno::Reference< com::sun::star::reflection::XIdlClassProvider>*)0)
&& rType != ::getCppuType((uno::Reference< com::sun::star::beans::XFastPropertySet>*)0)
&& rType != ::getCppuType((uno::Reference< com::sun::star::awt::XWindow>*)0))
{