From a277042e3e273d3d650eb47663f65964cb0b40e3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 16 Mar 2012 16:38:20 +0100 Subject: Some include and comment clean up --- framework/source/jobs/shelljob.cxx | 2 -- offapi/com/sun/star/system/XSystemShellExecute.idl | 3 +-- svtools/source/misc/filechangedchecker.cxx | 7 +------ 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/framework/source/jobs/shelljob.cxx b/framework/source/jobs/shelljob.cxx index 1910d7a4142a..b862893f22f7 100644 --- a/framework/source/jobs/shelljob.cxx +++ b/framework/source/jobs/shelljob.cxx @@ -47,8 +47,6 @@ //_______________________________________________ // include interfaces -#include -#include #include //_______________________________________________ diff --git a/offapi/com/sun/star/system/XSystemShellExecute.idl b/offapi/com/sun/star/system/XSystemShellExecute.idl index d39a627de92e..14a8326148c2 100644 --- a/offapi/com/sun/star/system/XSystemShellExecute.idl +++ b/offapi/com/sun/star/system/XSystemShellExecute.idl @@ -29,7 +29,6 @@ #ifndef __com_sun_star_system_XSystemShellExecute_idl__ #define __com_sun_star_system_XSystemShellExecute_idl__ -#include #include #include #include @@ -69,7 +68,7 @@ published interface XSystemShellExecute: com::sun::star::uno::XInterface with an ArgumentPosition of 0, when nFlags contains URIS_ONLY and aCommand is not an absolute URI reference - @throws com::sun::star::sys::SystemExecuteException + @throws com::sun::star::system::SystemShellExecuteException in the case of errors when trying to executed the specified command. @see com::sun::star::system::SystemShellExecuteFlags diff --git a/svtools/source/misc/filechangedchecker.cxx b/svtools/source/misc/filechangedchecker.cxx index 824e598b96d9..7ee8d850c0ca 100644 --- a/svtools/source/misc/filechangedchecker.cxx +++ b/svtools/source/misc/filechangedchecker.cxx @@ -22,14 +22,9 @@ * instead of those above. */ +#include "sal/config.h" #include "svtools/filechangedchecker.hxx" -#include -#include "com/sun/star/system/XSystemShellExecute.hpp" -#include "com/sun/star/system/SystemShellExecuteFlags.hpp" -#include - -using namespace ::com::sun::star; FileChangedChecker::FileChangedChecker(const rtl::OUString& rFilename, const ::boost::function0& rCallback) : mTimer(), -- cgit