summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-12-03 18:58:38 +0100
committerMiklos Vajna <vmiklos@collabora.com>2018-12-10 14:19:50 +0100
commit00b49f9ff9777cb1c1e971feec55b2448fba8be2 (patch)
treef10cc2251c4950f12673d3ed342702093141f668 /framework
parentforcepoint#76 avoid deleting footnote that would delete undeletable page (diff)
downloadcore-00b49f9ff9777cb1c1e971feec55b2448fba8be2.tar.gz
core-00b49f9ff9777cb1c1e971feec55b2448fba8be2.zip
tdf#42949 Fix IWYU warnings in include/vcl/s*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie87d27dd2c385a63349e0b322fd067ba03d2d152 Reviewed-on: https://gerrit.libreoffice.org/64479 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/accelerators/acceleratorconfiguration.cxx1
-rw-r--r--framework/source/services/desktop.cxx1
-rw-r--r--framework/source/uielement/menubarmerger.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/framework/source/accelerators/acceleratorconfiguration.cxx b/framework/source/accelerators/acceleratorconfiguration.cxx
index 29bbdeaceddf..37baeba37364 100644
--- a/framework/source/accelerators/acceleratorconfiguration.cxx
+++ b/framework/source/accelerators/acceleratorconfiguration.cxx
@@ -51,6 +51,7 @@
#include <unotools/configpaths.hxx>
#include <svtools/acceleratorexecute.hxx>
#include <sal/log.hxx>
+#include <rtl/ustrbuf.hxx>
#define PRESET_DEFAULT "default"
#define TARGET_CURRENT "current"
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 111a3a8f0a7e..a0d3479bf031 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -68,6 +68,7 @@
#include <desktop/crashreport.hxx>
#include <vcl/scheduler.hxx>
#include <sal/log.hxx>
+#include <rtl/ustrbuf.hxx>
#include <vcl/errinf.hxx>
#include <unotools/configmgr.hxx>
diff --git a/framework/source/uielement/menubarmerger.cxx b/framework/source/uielement/menubarmerger.cxx
index eb478b70283a..a28e8aa53415 100644
--- a/framework/source/uielement/menubarmerger.cxx
+++ b/framework/source/uielement/menubarmerger.cxx
@@ -19,6 +19,7 @@
#include <uielement/menubarmerger.hxx>
#include <framework/addonsoptions.hxx>
+#include <com/sun/star/uno/Sequence.hxx>
using namespace ::com::sun::star;