[Libreoffice-commits] core.git: svtools/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 2 11:50:36 UTC 2020


 svtools/source/control/ctrlbox.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 357113acdd99974ee90e7f6657b977b1cbb31a0a
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Sep 1 16:23:13 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Sep 2 13:49:54 2020 +0200

    replace unnecessary include
    
    Change-Id: I799dcb6e7042e6d0174616458fa09b80ede59163
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101910
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx
index f93ab22fc741..8287418a4fe4 100644
--- a/svtools/source/control/ctrlbox.cxx
+++ b/svtools/source/control/ctrlbox.cxx
@@ -23,7 +23,6 @@
 #include <i18nutil/unicode.hxx>
 #include <officecfg/Office/Common.hxx>
 #include <tools/stream.hxx>
-#include <vcl/builder.hxx>
 #include <vcl/customweld.hxx>
 #include <vcl/event.hxx>
 #include <vcl/svapp.hxx>
@@ -38,6 +37,7 @@
 #include <comphelper/string.hxx>
 #include <unotools/charclass.hxx>
 #include <unotools/localedatawrapper.hxx>
+#include <unotools/syslocale.hxx>
 
 #include <svtools/borderline.hxx>
 #include <svtools/sampletext.hxx>


More information about the Libreoffice-commits mailing list