summaryrefslogtreecommitdiff
path: root/cui/source/factory
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-19 09:32:13 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-27 10:05:34 +0200
commit1d944b934340617bf8b90a3fe2ec140be10ffe8f (patch)
treeef3a8754823c69409c812c4bd35d45307cd68dcf /cui/source/factory
parent2e3e80fb3b01d6586a38188f2d9f5ebf6710d0db (diff)
tdf#42949 Fix IWYU warnings in include/svx/[sS][a-h]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I84fc75e06e61e5391aef6e237c36daad95dedb84 Reviewed-on: https://gerrit.libreoffice.org/72550 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cui/source/factory')
-rw-r--r--cui/source/factory/cuiexp.cxx1
-rw-r--r--cui/source/factory/dlgfact.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/factory/cuiexp.cxx b/cui/source/factory/cuiexp.cxx
index 7c46eee53c93..3c8f89be234d 100644
--- a/cui/source/factory/cuiexp.cxx
+++ b/cui/source/factory/cuiexp.cxx
@@ -18,6 +18,7 @@
*/
#include <sfx2/basedlgs.hxx>
+#include <svx/ucsubset.hxx>
#include <cuigaldlg.hxx>
#include <hlmarkwn.hxx>
#include <srchxtra.hxx>
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index ca48341081fc..d9d818387f3e 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -27,6 +27,7 @@
#include <sal/log.hxx>
#include <svx/dialogs.hrc>
#include <svx/svxids.hrc>
+#include <svx/ucsubset.hxx>
#include <numfmt.hxx>
#include <splitcelldlg.hxx>
#include <dstribut.hxx>