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

New commits:
commit 357113acdd99974ee90e7f6657b977b1cbb31a0a
Author:     Caolán McNamara <[email protected]>
AuthorDate: Tue Sep 1 16:23:13 2020 +0100
Commit:     Caolán McNamara <[email protected]>
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 <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>

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>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to