summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-09-26 09:18:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-09-26 15:25:35 +0200
commit68a568ea8899628533688942bdbfa492d52e8d9f (patch)
tree282dc3f654be0a9e7e5ae37be8a1abbaae9691a1
parent464fe63e334f697c5801d4ef0c5e4a2896d28c04 (diff)
drop unnecessary includes
Change-Id: Ie7dcf55a78ec896ba937c521b59c0a1f2bbb6e94 Reviewed-on: https://gerrit.libreoffice.org/79598 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--chart2/source/controller/dialogs/DataBrowser.cxx3
-rw-r--r--sw/source/ui/index/cnttab.cxx1
2 files changed, 1 insertions, 3 deletions
diff --git a/chart2/source/controller/dialogs/DataBrowser.cxx b/chart2/source/controller/dialogs/DataBrowser.cxx
index 7252684f8109..621baab382e9 100644
--- a/chart2/source/controller/dialogs/DataBrowser.cxx
+++ b/chart2/source/controller/dialogs/DataBrowser.cxx
@@ -32,11 +32,10 @@
#include <helpids.h>
#include <vcl/fixed.hxx>
-#include <vcl/dialog.hxx>
#include <vcl/image.hxx>
-#include <vcl/layout.hxx>
#include <vcl/weld.hxx>
#include <vcl/settings.hxx>
+#include <vcl/svapp.hxx>
#include <vcl/virdev.hxx>
#include <rtl/math.hxx>
#include <osl/diagnose.h>
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index 8649a94ae83e..3e35881cdbd8 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -21,7 +21,6 @@
#include <sal/log.hxx>
#include <svl/style.hxx>
-#include <vcl/dialog.hxx>
#include <vcl/help.hxx>
#include <vcl/layout.hxx>
#include <vcl/weld.hxx>