diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-07-13 13:54:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-07-13 13:55:23 +0200 |
commit | 023513fb7186e8837d716e4ed3814d7fdf555fd2 (patch) | |
tree | 095c96f4f128a1e52518386a0caefb28416ae1ac /sfx2 | |
parent | 52280c29880c2d6bc533692d3f0cdff37f35790d (diff) |
Remove unused #includes
Change-Id: I041feabb7ee94b33caebb67a380b8f3694d09e82
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/app.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index 412475b3a07a..318c4abf279e 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -53,7 +53,6 @@ #include <com/sun/star/frame/FrameActionEvent.hpp> #include <com/sun/star/frame/FrameAction.hpp> #include <com/sun/star/loader/XImplementationLoader.hpp> -#include <com/sun/star/loader/CannotActivateFactoryException.hpp> #include <com/sun/star/mozilla/XPluginInstance.hpp> #include <com/sun/star/frame/XFramesSupplier.hpp> #include <com/sun/star/container/XIndexAccess.hpp> diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index 208875026df7..4fe76029276b 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -66,7 +66,6 @@ #include <com/sun/star/frame/XLoadEventListener.hpp> #include <com/sun/star/frame/XFilterDetect.hpp> #include <com/sun/star/loader/XImplementationLoader.hpp> -#include <com/sun/star/loader/CannotActivateFactoryException.hpp> #include <comphelper/processfactory.hxx> #include <sal/types.h> |