summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/formulaopt.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-05-12 00:03:20 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-05-18 09:21:31 +0200
commit88bbceb7c3ff1560b4ab5caf4b42cd6dfd92b971 (patch)
treefff19bc3e09aa788a2e4cb0025dfa8be9823e395 /sc/source/core/tool/formulaopt.cxx
parent2a6171ed6fb85b3419dcf5cf1346cf1eec447987 (diff)
tdf#42949 Fix IWYU warnings in sc/inc/f*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here with minimal fallout management Change-Id: I5574c9ccac02977c9cde01e24534f82dd9ec82be Reviewed-on: https://gerrit.libreoffice.org/54409 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/core/tool/formulaopt.cxx')
-rw-r--r--sc/source/core/tool/formulaopt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/formulaopt.cxx b/sc/source/core/tool/formulaopt.cxx
index 91c024fd181e..59e297ced427 100644
--- a/sc/source/core/tool/formulaopt.cxx
+++ b/sc/source/core/tool/formulaopt.cxx
@@ -10,7 +10,7 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/lang/Locale.hpp>
#include <osl/diagnose.h>
-
+#include <unotools/localedatawrapper.hxx>
#include <formulaopt.hxx>
#include <miscuno.hxx>
#include <global.hxx>