diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-18 23:41:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-12-20 12:36:41 +0100 |
commit | febe0fd100ff0bff33c965b3bcb497e7f2bc4ef9 (patch) | |
tree | 02c2b4132fc90db51bb882432e6ea2fcd7714323 /sc | |
parent | a60265f07bdd62d810cae3c7e64b1ad4fb02bbaa (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ib32ea54a3fa690a0722fa75ddb4121ec78c0b64f
Reviewed-on: https://gerrit.libreoffice.org/65386
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/refreshtimer.hxx | 1 | ||||
-rw-r--r-- | sc/qa/unit/bugfix-test.cxx | 1 | ||||
-rw-r--r-- | sc/qa/unit/copy_paste_test.cxx | 1 | ||||
-rw-r--r-- | sc/qa/unit/helper/xpath.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/documen8.cxx | 1 | ||||
-rw-r--r-- | sc/source/filter/orcus/xmlcontext.cxx | 1 | ||||
-rw-r--r-- | sc/source/filter/xml/xmlimprt.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleDocument.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/docshell/docsh2.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/docshell/tablink.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/unoobj/PivotTableDataProvider.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/unoobj/forbiuno.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/unoobj/viewuno.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/xmlsource/xmlsourcedlg.cxx | 1 |
14 files changed, 14 insertions, 0 deletions
diff --git a/sc/inc/refreshtimer.hxx b/sc/inc/refreshtimer.hxx index ba390ad7bfd2..337ee8c29dd5 100644 --- a/sc/inc/refreshtimer.hxx +++ b/sc/inc/refreshtimer.hxx @@ -26,6 +26,7 @@ #include <vcl/timer.hxx> #include <osl/mutex.hxx> #include "scdllapi.h" +#include <memory> class ScRefreshTimerControl { diff --git a/sc/qa/unit/bugfix-test.cxx b/sc/qa/unit/bugfix-test.cxx index d7386343efdb..994dbe2ad2e9 100644 --- a/sc/qa/unit/bugfix-test.cxx +++ b/sc/qa/unit/bugfix-test.cxx @@ -11,6 +11,7 @@ #include <tabvwsh.hxx> #include <com/sun/star/frame/Desktop.hpp> #include "helper/qahelper.hxx" +#include <comphelper/processfactory.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sc/qa/unit/copy_paste_test.cxx b/sc/qa/unit/copy_paste_test.cxx index 3b57bad7a6ec..ac14129d0e74 100644 --- a/sc/qa/unit/copy_paste_test.cxx +++ b/sc/qa/unit/copy_paste_test.cxx @@ -9,6 +9,7 @@ #include <sal/config.h> #include <test/bootstrapfixture.hxx> +#include <comphelper/processfactory.hxx> #include <docsh.hxx> #include <tabvwsh.hxx> diff --git a/sc/qa/unit/helper/xpath.cxx b/sc/qa/unit/helper/xpath.cxx index a28b5851986d..49a3dda04cc8 100644 --- a/sc/qa/unit/helper/xpath.cxx +++ b/sc/qa/unit/helper/xpath.cxx @@ -13,6 +13,7 @@ #include "qahelper.hxx" #include <unotools/ucbstreamhelper.hxx> +#include <comphelper/processfactory.hxx> #include <test/xmltesttools.hxx> diff --git a/sc/source/core/data/documen8.cxx b/sc/source/core/data/documen8.cxx index fb73f88a7bd3..383ad69bb3b3 100644 --- a/sc/source/core/data/documen8.cxx +++ b/sc/source/core/data/documen8.cxx @@ -20,6 +20,7 @@ #include <scitems.hxx> #include <o3tl/make_unique.hxx> #include <comphelper/fileformat.h> +#include <comphelper/processfactory.hxx> #include <tools/urlobj.hxx> #include <editeng/editobj.hxx> #include <editeng/frmdiritem.hxx> diff --git a/sc/source/filter/orcus/xmlcontext.cxx b/sc/source/filter/orcus/xmlcontext.cxx index edfdb6b65aec..62ac11817a57 100644 --- a/sc/source/filter/orcus/xmlcontext.cxx +++ b/sc/source/filter/orcus/xmlcontext.cxx @@ -27,6 +27,7 @@ #include <orcus/sax_parser_base.hpp> #include <orcus/stream.hpp> +#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> #include <comphelper/processfactory.hxx> diff --git a/sc/source/filter/xml/xmlimprt.cxx b/sc/source/filter/xml/xmlimprt.cxx index 6179192b1641..63f86f079bbb 100644 --- a/sc/source/filter/xml/xmlimprt.cxx +++ b/sc/source/filter/xml/xmlimprt.cxx @@ -85,6 +85,7 @@ #include <comphelper/base64.hxx> #include <comphelper/extract.hxx> #include <comphelper/propertysequence.hxx> +#include <comphelper/processfactory.hxx> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> #include <com/sun/star/frame/XModel.hpp> diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx index 418771a94d0f..418de20d129f 100644 --- a/sc/source/ui/Accessibility/AccessibleDocument.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx @@ -66,6 +66,7 @@ #include <sfx2/objsh.hxx> #include <editeng/editview.hxx> #include <editeng/editeng.hxx> +#include <comphelper/processfactory.hxx> #include <list> #include <algorithm> diff --git a/sc/source/ui/docshell/docsh2.cxx b/sc/source/ui/docshell/docsh2.cxx index d7a1809c56eb..f354ec9d1e22 100644 --- a/sc/source/ui/docshell/docsh2.cxx +++ b/sc/source/ui/docshell/docsh2.cxx @@ -28,6 +28,7 @@ #include <orcusfiltersimpl.hxx> #include <config_folders.h> #include <unotools/configmgr.hxx> +#include <comphelper/processfactory.hxx> #include <drwlayer.hxx> #include <stlpool.hxx> diff --git a/sc/source/ui/docshell/tablink.cxx b/sc/source/ui/docshell/tablink.cxx index 1644c6eba5c6..4d316ed29e15 100644 --- a/sc/source/ui/docshell/tablink.cxx +++ b/sc/source/ui/docshell/tablink.cxx @@ -35,6 +35,7 @@ #include <tools/urlobj.hxx> #include <unotools/transliterationwrapper.hxx> #include <unotools/configmgr.hxx> +#include <comphelper/processfactory.hxx> #include <tablink.hxx> diff --git a/sc/source/ui/unoobj/PivotTableDataProvider.cxx b/sc/source/ui/unoobj/PivotTableDataProvider.cxx index 94bf491c2e13..b8e8eb73ce7d 100644 --- a/sc/source/ui/unoobj/PivotTableDataProvider.cxx +++ b/sc/source/ui/unoobj/PivotTableDataProvider.cxx @@ -28,6 +28,7 @@ #include <sfx2/objsh.hxx> #include <comphelper/propertysequence.hxx> #include <comphelper/sequence.hxx> +#include <comphelper/processfactory.hxx> #include <com/sun/star/chart2/data/LabeledDataSequence.hpp> #include <com/sun/star/chart/ChartDataRowSource.hpp> diff --git a/sc/source/ui/unoobj/forbiuno.cxx b/sc/source/ui/unoobj/forbiuno.cxx index 01a1e435014f..79b769178133 100644 --- a/sc/source/ui/unoobj/forbiuno.cxx +++ b/sc/source/ui/unoobj/forbiuno.cxx @@ -18,6 +18,7 @@ */ #include <editeng/forbiddencharacterstable.hxx> +#include <comphelper/processfactory.hxx> #include <forbiuno.hxx> #include <docsh.hxx> diff --git a/sc/source/ui/unoobj/viewuno.cxx b/sc/source/ui/unoobj/viewuno.cxx index dea3ad87b8e9..e5514e9d7e9f 100644 --- a/sc/source/ui/unoobj/viewuno.cxx +++ b/sc/source/ui/unoobj/viewuno.cxx @@ -41,6 +41,7 @@ #include <sfx2/viewfrm.hxx> #include <comphelper/profilezone.hxx> #include <comphelper/servicehelper.hxx> +#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <toolkit/helper/convert.hxx> #include <vcl/svapp.hxx> diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx index fd8b652bd209..b87765d0afd8 100644 --- a/sc/source/ui/xmlsource/xmlsourcedlg.cxx +++ b/sc/source/ui/xmlsource/xmlsourcedlg.cxx @@ -22,6 +22,7 @@ #include <vcl/treelistentry.hxx> #include <vcl/viewdataentry.hxx> #include <sfx2/objsh.hxx> +#include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/ui/dialogs/FilePicker.hpp> |