summaryrefslogtreecommitdiff
path: root/svtools
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 /svtools
parent81cdce299342254c2c272a07d807cffd6c88b0bf (diff)
Some include and comment clean up
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/filechangedchecker.cxx7
1 files changed, 1 insertions, 6 deletions
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(),