summaryrefslogtreecommitdiff
path: root/sw/qa/unit
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/unit')
-rw-r--r--sw/qa/unit/sw-dialogs-test.cxx5
-rw-r--r--sw/qa/unit/sw-dialogs-test_2.cxx6
2 files changed, 3 insertions, 8 deletions
diff --git a/sw/qa/unit/sw-dialogs-test.cxx b/sw/qa/unit/sw-dialogs-test.cxx
index b269739b7232..70584b601803 100644
--- a/sw/qa/unit/sw-dialogs-test.cxx
+++ b/sw/qa/unit/sw-dialogs-test.cxx
@@ -10,14 +10,11 @@
#include <sal/config.h>
#include <test/screenshot_test.hxx>
#include <rtl/bootstrap.hxx>
-#include <rtl/strbuf.hxx>
-#include <osl/file.hxx>
#include <osl/module.hxx>
#include <tools/svlibrary.h>
-#include <sfx2/app.hxx>
#include <vcl/abstdlg.hxx>
-#include <swabstdlg.hxx>
+class SwAbstractDialogFactory;
using namespace ::com::sun::star;
diff --git a/sw/qa/unit/sw-dialogs-test_2.cxx b/sw/qa/unit/sw-dialogs-test_2.cxx
index 5b4c5fad625d..a925a8e9c615 100644
--- a/sw/qa/unit/sw-dialogs-test_2.cxx
+++ b/sw/qa/unit/sw-dialogs-test_2.cxx
@@ -10,16 +10,14 @@
#include <sal/config.h>
#include <test/screenshot_test.hxx>
#include <rtl/bootstrap.hxx>
-#include <rtl/strbuf.hxx>
-#include <osl/file.hxx>
#include <osl/module.hxx>
#include <tools/svlibrary.h>
-#include <sfx2/app.hxx>
#include <vcl/abstdlg.hxx>
-#include <swabstdlg.hxx>
#include <swdll.hxx>
+class SwAbstractDialogFactory;
+
using namespace ::com::sun::star;
extern "C" { using Fn = SwAbstractDialogFactory * (*)(); }