summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-09-28 15:32:14 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-09-28 15:32:14 +0100
commit2f3d6644197a98e1c191df7943da3e50e80d606f (patch)
treea971104082da6843e73209e35b77abab2f3c463d /sw
parent90a53962420ae84e2c0577683864626d6a67896a (diff)
more unit test cut/paste redux
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/core/filters-test.cxx5
-rw-r--r--sw/qa/core/swdoc-test.cxx1
2 files changed, 0 insertions, 6 deletions
diff --git a/sw/qa/core/filters-test.cxx b/sw/qa/core/filters-test.cxx
index 6bd2ba80f90c..80411910fede 100644
--- a/sw/qa/core/filters-test.cxx
+++ b/sw/qa/core/filters-test.cxx
@@ -29,11 +29,7 @@
#include <sal/config.h>
#include <test/bootstrapfixture.hxx>
-
#include <osl/file.hxx>
-#include <osl/process.h>
-
-#include <tools/urlobj.hxx>
#include <sfx2/app.hxx>
#include <sfx2/docfilt.hxx>
@@ -76,7 +72,6 @@ public:
private:
uno::Reference<uno::XInterface> m_xWriterComponent;
- ::rtl::OUString m_aSrcRoot;
int m_nLoadedDocs;
};
diff --git a/sw/qa/core/swdoc-test.cxx b/sw/qa/core/swdoc-test.cxx
index e707cbd59df2..992cf5bfc7b1 100644
--- a/sw/qa/core/swdoc-test.cxx
+++ b/sw/qa/core/swdoc-test.cxx
@@ -32,7 +32,6 @@
#include <test/bootstrapfixture.hxx>
#include <osl/file.hxx>
-#include <osl/process.h>
#include <tools/urlobj.hxx>
#include <unotools/tempfile.hxx>