diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-05-27 14:07:43 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-05 10:56:36 +0200 |
commit | 8ddca0648a2b673b7dd5357871f79a83c3830ed8 (patch) | |
tree | 33f6f1eaaa2d3f5f73ddbf25f40c60cbb365d663 /sd | |
parent | d3c650f6170894a87e59436cf48eba5622403e27 (diff) |
tdf#42949 remove unused compheler includes ..
and fix the fallout
Change-Id: I15bc5d626f4d157cbc69a87392078b41e621d14e
Reviewed-on: https://gerrit.libreoffice.org/54882
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/dialogs-test.cxx | 1 | ||||
-rw-r--r-- | sd/source/core/annotations/Annotation.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/dlg/TemplateScanner.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/docshell/docshell.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/framework/factories/ViewShellWrapper.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/cache/SlsQueueProcessor.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/sdview2.cxx | 1 |
8 files changed, 2 insertions, 7 deletions
diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index 1b6d8acdb9b7..f2338c9f8e16 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -50,7 +50,6 @@ #include <sdresid.hxx> #include <sdattr.hxx> -#include <comphelper/servicehelper.hxx> #include <unotest/macros_test.hxx> using namespace ::com::sun::star; diff --git a/sd/source/core/annotations/Annotation.cxx b/sd/source/core/annotations/Annotation.cxx index b1840b89547f..45487f233cac 100644 --- a/sd/source/core/annotations/Annotation.cxx +++ b/sd/source/core/annotations/Annotation.cxx @@ -27,7 +27,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/lok.hxx> -#include <comphelper/string.hxx> #include <cppuhelper/propertysetmixin.hxx> #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> diff --git a/sd/source/ui/dlg/TemplateScanner.cxx b/sd/source/ui/dlg/TemplateScanner.cxx index 96a8516f7249..0a4268c11aa8 100644 --- a/sd/source/ui/dlg/TemplateScanner.cxx +++ b/sd/source/ui/dlg/TemplateScanner.cxx @@ -21,7 +21,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/documentconstants.hxx> -#include <comphelper/string.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index 9a01c54095ac..18ae520fbbf7 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -47,7 +47,6 @@ #include <svtools/langtab.hxx> #include <vcl/graphicfilter.hxx> #include <comphelper/classids.hxx> -#include <comphelper/lok.hxx> #include <svl/cjkoptions.hxx> #include <svl/visitem.hxx> #include <o3tl/make_unique.hxx> diff --git a/sd/source/ui/framework/factories/ViewShellWrapper.cxx b/sd/source/ui/framework/factories/ViewShellWrapper.cxx index 1f05fcc37ac6..2d235e01c769 100644 --- a/sd/source/ui/framework/factories/ViewShellWrapper.cxx +++ b/sd/source/ui/framework/factories/ViewShellWrapper.cxx @@ -36,7 +36,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <toolkit/helper/vclunohelper.hxx> -#include <comphelper/sequence.hxx> #include <comphelper/servicehelper.hxx> #include <cppuhelper/typeprovider.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/slidesorter/cache/SlsQueueProcessor.cxx b/sd/source/ui/slidesorter/cache/SlsQueueProcessor.cxx index 59fa862dd89f..399a1ef7b584 100644 --- a/sd/source/ui/slidesorter/cache/SlsQueueProcessor.cxx +++ b/sd/source/ui/slidesorter/cache/SlsQueueProcessor.cxx @@ -21,6 +21,8 @@ #include "SlsCacheConfiguration.hxx" #include "SlsRequestQueue.hxx" +#include <comphelper/profilezone.hxx> + namespace sd { namespace slidesorter { namespace cache { //===== QueueProcessor ====================================================== diff --git a/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx b/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx index 03cd2e0be94b..a6ea8a42db2b 100644 --- a/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx +++ b/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx @@ -32,7 +32,6 @@ #include <svx/svdpagv.hxx> #include <vcl/svapp.hxx> #include <vcl/timer.hxx> -#include <comphelper/profilezone.hxx> #include <functional> diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx index 45905d242cf9..81e62d1ba278 100644 --- a/sd/source/ui/view/sdview2.cxx +++ b/sd/source/ui/view/sdview2.cxx @@ -61,7 +61,6 @@ #include <drawview.hxx> #include <helpids.h> #include <vcl/svapp.hxx> -#include <comphelper/lok.hxx> #include <slideshow.hxx> #include <memory> |