summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-06 16:04:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-06 20:55:11 +0200
commit1dc6a3aeec6d0f67990c2e18c31f094fc3edeba7 (patch)
tree2c3dd727151c4a699dd0df42dfef9f6cb7004f3b /include/sfx2
parentfca8704954c9e38719ac0158ba66edd8d85522ed (diff)
drop some now unnecessary include
Change-Id: I9db3d9a172a41c70ed343efd76f4c7c8f88b3a3f Reviewed-on: https://gerrit.libreoffice.org/61471 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/filedlghelper.hxx5
-rw-r--r--include/sfx2/viewsh.hxx2
2 files changed, 2 insertions, 5 deletions
diff --git a/include/sfx2/filedlghelper.hxx b/include/sfx2/filedlghelper.hxx
index 02cc6f15c9a9..2a2374a0b728 100644
--- a/include/sfx2/filedlghelper.hxx
+++ b/include/sfx2/filedlghelper.hxx
@@ -22,15 +22,14 @@
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
+#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <vcl/errcode.hxx>
-#include <vcl/dialog.hxx>
-#include <vcl/edit.hxx>
-#include <vcl/button.hxx>
#include <vcl/graph.hxx>
+#include <vcl/weld.hxx>
#include <sfx2/sfxuno.hxx>
#include <sfx2/docfilt.hxx>
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx
index b1c27bdd4321..de4285e7e81e 100644
--- a/include/sfx2/viewsh.hxx
+++ b/include/sfx2/viewsh.hxx
@@ -34,7 +34,6 @@
#include <cppuhelper/interfacecontainer.hxx>
#include <sfx2/shell.hxx>
#include <tools/gen.hxx>
-#include <vcl/dialog.hxx>
#include <vcl/IDialogRenderable.hxx>
#include <vcl/errcode.hxx>
#include <vcl/jobset.hxx>
@@ -64,7 +63,6 @@ class Printer;
class SfxPrinter;
class SfxProgress;
class SfxFrameItem;
-class Dialog;
class Menu;
class NotifyEvent;
class SfxInPlaceClient;