From 8ddca0648a2b673b7dd5357871f79a83c3830ed8 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sun, 27 May 2018 14:07:43 +0200 Subject: tdf#42949 remove unused compheler includes .. and fix the fallout Change-Id: I15bc5d626f4d157cbc69a87392078b41e621d14e Reviewed-on: https://gerrit.libreoffice.org/54882 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- framework/inc/macros/xserviceinfo.hxx | 1 - framework/inc/services/desktop.hxx | 2 +- framework/source/dispatch/oxt_handler.cxx | 1 - framework/source/inc/loadenv/loadenv.hxx | 1 - framework/source/recording/dispatchrecorder.cxx | 1 + framework/source/services/desktop.cxx | 1 + framework/source/services/frame.cxx | 1 - framework/source/uiconfiguration/imagemanager.cxx | 1 - framework/source/uiconfiguration/moduleimagemanager.cxx | 1 - framework/source/uiconfiguration/uicategorydescription.cxx | 1 - 10 files changed, 3 insertions(+), 8 deletions(-) (limited to 'framework') diff --git a/framework/inc/macros/xserviceinfo.hxx b/framework/inc/macros/xserviceinfo.hxx index 37274b44eb8d..f617601720b6 100644 --- a/framework/inc/macros/xserviceinfo.hxx +++ b/framework/inc/macros/xserviceinfo.hxx @@ -32,7 +32,6 @@ #include #include #include -#include #include #include diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx index a01e102df934..09a9318a2906 100644 --- a/framework/inc/services/desktop.hxx +++ b/framework/inc/services/desktop.hxx @@ -46,7 +46,7 @@ #include #include -#include +#include #include #include #include diff --git a/framework/source/dispatch/oxt_handler.cxx b/framework/source/dispatch/oxt_handler.cxx index 3781966bd11d..10c7da5049dc 100644 --- a/framework/source/dispatch/oxt_handler.cxx +++ b/framework/source/dispatch/oxt_handler.cxx @@ -26,7 +26,6 @@ #include #include -#include #include namespace framework{ diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx index 90f9c7ac89f5..17ecb666322c 100644 --- a/framework/source/inc/loadenv/loadenv.hxx +++ b/framework/source/inc/loadenv/loadenv.hxx @@ -31,7 +31,6 @@ #include #include #include -#include #include diff --git a/framework/source/recording/dispatchrecorder.cxx b/framework/source/recording/dispatchrecorder.cxx index 3887eac49779..658229302c33 100644 --- a/framework/source/recording/dispatchrecorder.cxx +++ b/framework/source/recording/dispatchrecorder.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index d88371979f20..16a84c2f84ac 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -59,6 +59,7 @@ #include #include +#include #include #include #include diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 959b78737cbf..c64bfa4efc81 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -66,7 +66,6 @@ #include #include -#include #include #include #include diff --git a/framework/source/uiconfiguration/imagemanager.cxx b/framework/source/uiconfiguration/imagemanager.cxx index fc6779c2600e..5e2fe175f411 100644 --- a/framework/source/uiconfiguration/imagemanager.cxx +++ b/framework/source/uiconfiguration/imagemanager.cxx @@ -33,7 +33,6 @@ #include #include #include -#include using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::XInterface; diff --git a/framework/source/uiconfiguration/moduleimagemanager.cxx b/framework/source/uiconfiguration/moduleimagemanager.cxx index 1fe2501c20fb..afad4cb7ca99 100644 --- a/framework/source/uiconfiguration/moduleimagemanager.cxx +++ b/framework/source/uiconfiguration/moduleimagemanager.cxx @@ -38,7 +38,6 @@ #include #include #include -#include // namespaces diff --git a/framework/source/uiconfiguration/uicategorydescription.cxx b/framework/source/uiconfiguration/uicategorydescription.cxx index 89287f145567..f30c2b88d799 100644 --- a/framework/source/uiconfiguration/uicategorydescription.cxx +++ b/framework/source/uiconfiguration/uicategorydescription.cxx @@ -38,7 +38,6 @@ #include #include -#include #include -- cgit