[Libreoffice-commits] .: binfilter/bf_sfx2

Stephan Bergmann sbergmann at kemper.freedesktop.org
Fri Mar 16 08:41:12 PDT 2012


 binfilter/bf_sfx2/source/appl/sfx2_appopen.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 985da32129e1cacd3231cca2f60c5b3f4d9b0b2e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Mar 16 16:40:41 2012 +0100

    Some include clean up

diff --git a/binfilter/bf_sfx2/source/appl/sfx2_appopen.cxx b/binfilter/bf_sfx2/source/appl/sfx2_appopen.cxx
index 1f4ff4a..c6ed362 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;
 


More information about the Libreoffice-commits mailing list