summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-09-01 16:23:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-09-02 13:49:54 +0200
commit357113acdd99974ee90e7f6657b977b1cbb31a0a (patch)
tree54b26c1b152427bf16c418c52a0e9874544eb4c4 /svtools
parentcef50b52668a229689ddc796caf8e3818beb3935 (diff)
replace unnecessary include
Change-Id: I799dcb6e7042e6d0174616458fa09b80ede59163 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101910 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/ctrlbox.cxx2
1 files changed, 1 insertions, 1 deletions
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>