summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-12 15:13:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-12 22:47:49 +0200
commit23b04dae8b5ff6dbc4c4b63bfe08079ac6ed74ef (patch)
tree18b609a1c6b9e09da816333b93c72a70f7ad5142 /sw
parent12e2e04977ddedcb2844b69a5060eb81be84d648 (diff)
sb140: #i117698# no implementations of XIdlClassProvider remain, so code that checks for it can be removed
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/uno/unotxdoc.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index 67fa51f80d33..045965d50a6e 100644
--- a/sw/source/ui/uno/unotxdoc.cxx
+++ b/sw/source/ui/uno/unotxdoc.cxx
@@ -92,7 +92,6 @@
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/script/XInvocation.hpp>
-#include <com/sun/star/reflection/XIdlClassProvider.hpp>
#include <sfx2/linkmgr.hxx>
#include <svx/unofill.hxx>
#include <editeng/unolingu.hxx>
@@ -284,7 +283,6 @@ Any SAL_CALL SwXTextDocument::queryInterface( const uno::Type& rType ) throw(Run
&& rType != ::getCppuType((Reference< com::sun::star::frame::XController>*)0)
&& rType != ::getCppuType((Reference< com::sun::star::frame::XFrame>*)0)
&& rType != ::getCppuType((Reference< com::sun::star::script::XInvocation>*)0)
- && rType != ::getCppuType((Reference< com::sun::star::reflection::XIdlClassProvider>*)0)
&& rType != ::getCppuType((Reference< com::sun::star::beans::XFastPropertySet>*)0)
&& rType != ::getCppuType((Reference< com::sun::star::awt::XWindow>*)0))
{