[Libreoffice-commits] core.git: chart2/source sw/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 26 13:26:43 UTC 2019


 chart2/source/controller/dialogs/DataBrowser.cxx |    3 +--
 sw/source/ui/index/cnttab.cxx                    |    1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 68a568ea8899628533688942bdbfa492d52e8d9f
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Sep 26 09:18:59 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Sep 26 15:25:35 2019 +0200

    drop unnecessary includes
    
    Change-Id: Ie7dcf55a78ec896ba937c521b59c0a1f2bbb6e94
    Reviewed-on: https://gerrit.libreoffice.org/79598
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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>


More information about the Libreoffice-commits mailing list