summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-16 16:38:20 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-16 16:39:50 +0100
commita277042e3e273d3d650eb47663f65964cb0b40e3 (patch)
tree9d354135c0af96999f15618600ba0a95e71ad59a
parent81cdce299342254c2c272a07d807cffd6c88b0bf (diff)
Some include and comment clean up
-rw-r--r--framework/source/jobs/shelljob.cxx2
-rw-r--r--offapi/com/sun/star/system/XSystemShellExecute.idl3
-rw-r--r--svtools/source/misc/filechangedchecker.cxx7
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 <com/sun/star/system/XSystemShellExecute.hpp>
-#include <com/sun/star/system/SystemShellExecuteFlags.hpp>
#include <com/sun/star/util/XStringSubstitution.hpp>
//_______________________________________________
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 <com/sun/star/uno/RuntimeException.idl>
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/system/SystemShellExecuteException.idl>
@@ -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 <osl/time.h>
-#include "com/sun/star/system/XSystemShellExecute.hpp"
-#include "com/sun/star/system/SystemShellExecuteFlags.hpp"
-#include <comphelper/processfactory.hxx>
-
-using namespace ::com::sun::star;
FileChangedChecker::FileChangedChecker(const rtl::OUString& rFilename, const ::boost::function0<void>& rCallback) :
mTimer(),