summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-16 16:40:41 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-16 16:40:41 +0100
commit985da32129e1cacd3231cca2f60c5b3f4d9b0b2e (patch)
treee4e3daee6dbfcdbadcd47bc03ae620e0a5d2ed30
parentcallcatcher: now safely remove the actually unused parts (diff)
downloadbinfilter-985da32129e1cacd3231cca2f60c5b3f4d9b0b2e.tar.gz
binfilter-985da32129e1cacd3231cca2f60c5b3f4d9b0b2e.zip
Some include clean up
-rw-r--r--binfilter/bf_sfx2/source/appl/sfx2_appopen.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/binfilter/bf_sfx2/source/appl/sfx2_appopen.cxx b/binfilter/bf_sfx2/source/appl/sfx2_appopen.cxx
index 1f4ff4a65..c6ed362bc 100644
--- a/binfilter/bf_sfx2/source/appl/sfx2_appopen.cxx
+++ b/binfilter/bf_sfx2/source/appl/sfx2_appopen.cxx
@@ -37,9 +37,7 @@
#include <com/sun/star/frame/XDispatchResultListener.hpp>
#include <com/sun/star/util/URL.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
-#include <com/sun/star/system/XSystemShellExecute.hpp>
#include <com/sun/star/document/XTypeDetection.hpp>
-#include <com/sun/star/system/SystemShellExecuteFlags.hpp>
#include <com/sun/star/document/MacroExecMode.hpp>
#include <com/sun/star/document/UpdateDocMode.hpp>
#include <com/sun/star/task/XInteractionRequest.hpp>
@@ -99,7 +97,6 @@ using namespace ::com::sun::star::frame;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::util;
-using namespace ::com::sun::star::system;
using namespace ::com::sun::star::task;
using namespace ::cppu;