[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - vcl/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 7 12:52:31 UTC 2019


 vcl/source/window/dlgctrl.cxx             |    1 -
 vcl/source/window/legacyaccessibility.cxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 50b1d8d8fe931774d5359675951fdfb9865dc8fc
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jun 6 09:44:59 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jun 7 14:51:56 2019 +0200

    drop some unneeded includes
    
    Change-Id: Ifdafc97c8616da5d844a1ade7694265a833e8f53
    Reviewed-on: https://gerrit.libreoffice.org/73653
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx
index 4394513ef4eb..dbbe5641d272 100644
--- a/vcl/source/window/dlgctrl.cxx
+++ b/vcl/source/window/dlgctrl.cxx
@@ -27,7 +27,6 @@
 #include <vcl/svapp.hxx>
 #include <vcl/tabpage.hxx>
 #include <vcl/tabctrl.hxx>
-#include <vcl/tabdlg.hxx>
 #include <vcl/button.hxx>
 #include <vcl/settings.hxx>
 #include <vcl/unohelp.hxx>
diff --git a/vcl/source/window/legacyaccessibility.cxx b/vcl/source/window/legacyaccessibility.cxx
index b2b3e0634c6e..11914595fb4c 100644
--- a/vcl/source/window/legacyaccessibility.cxx
+++ b/vcl/source/window/legacyaccessibility.cxx
@@ -27,7 +27,6 @@
 #include <vcl/svapp.hxx>
 #include <vcl/tabpage.hxx>
 #include <vcl/tabctrl.hxx>
-#include <vcl/tabdlg.hxx>
 #include <vcl/button.hxx>
 #include <vcl/settings.hxx>
 #include <vcl/unohelp.hxx>


More information about the Libreoffice-commits mailing list