[Libreoffice-commits] core.git: cui/source include/svx sc/inc

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 2 20:21:46 UTC 2019


 cui/source/options/optaboutconfig.cxx |    6 +-----
 include/svx/ctredlin.hxx              |    1 -
 sc/inc/chgviset.hxx                   |    1 +
 3 files changed, 2 insertions(+), 6 deletions(-)

New commits:
commit 423753026057934e4f3aa1d6c0795493ecdf67b2
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Oct 2 17:11:26 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Oct 2 22:19:57 2019 +0200

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

diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx
index 03594de79947..89f3cd3816e2 100644
--- a/cui/source/options/optaboutconfig.cxx
+++ b/cui/source/options/optaboutconfig.cxx
@@ -9,11 +9,6 @@
 
 #include "optaboutconfig.hxx"
 
-#include <vcl/button.hxx>
-#include <vcl/event.hxx>
-#include <vcl/svlbitm.hxx>
-#include <vcl/treelistentry.hxx>
-#include <vcl/fixed.hxx>
 #include <comphelper/processfactory.hxx>
 #include <comphelper/sequence.hxx>
 #include <com/sun/star/configuration/theDefaultProvider.hpp>
@@ -26,6 +21,7 @@
 #include <com/sun/star/util/SearchFlags.hpp>
 #include <com/sun/star/util/SearchAlgorithms2.hpp>
 #include <unotools/textsearch.hxx>
+#include <vcl/event.hxx>
 #include <sal/log.hxx>
 #include <tools/diagnose_ex.h>
 #include <tools/debug.hxx>
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx
index 15d27723121d..7d6f858de247 100644
--- a/include/svx/ctredlin.hxx
+++ b/include/svx/ctredlin.hxx
@@ -23,7 +23,6 @@
 #include <rtl/ustring.hxx>
 #include <sal/types.h>
 #include <svx/svxdllapi.h>
-#include <vcl/svlbitm.hxx>
 #include <tools/date.hxx>
 #include <tools/datetime.hxx>
 #include <tools/link.hxx>
diff --git a/sc/inc/chgviset.hxx b/sc/inc/chgviset.hxx
index 9cbcb7a26f06..75491c2dd1d8 100644
--- a/sc/inc/chgviset.hxx
+++ b/sc/inc/chgviset.hxx
@@ -21,6 +21,7 @@
 
 #include <memory>
 #include <tools/datetime.hxx>
+#include <tools/solar.h>
 #include <unotools/textsearch.hxx>
 #include <svx/ctredlin.hxx>
 #include "rangelst.hxx"


More information about the Libreoffice-commits mailing list