diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-09-20 20:26:40 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-24 23:23:20 +0200 |
commit | 8df9935dcbdb1b64385642fbd37d43ab5b3d092c (patch) | |
tree | 80935c884fbcf19e9b170f7565edf9b229f0abb2 /sw/source | |
parent | 8a83a40dc23b1e7c64a34c33a0ca57afc5183f40 (diff) |
tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I22ba2c8aec235e34cd7835b8a0a716bf3057db7a
Reviewed-on: https://gerrit.libreoffice.org/60837
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/access/accpara.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/doc/DocumentChartDataProviderManager.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/doc/DocumentContentOperationsManager.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/doc/docdesc.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/doc/doctxm.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/doc/notxtfrm.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/draw/dview.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/frmedt/fefly1.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/ole/ndole.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/unocore/unochart.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/html/SwAppletImpl.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/swxml.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/wrtxml.cxx | 1 |
13 files changed, 14 insertions, 0 deletions
diff --git a/sw/source/core/access/accpara.cxx b/sw/source/core/access/accpara.cxx index c7bd35214480..9f42970e2392 100644 --- a/sw/source/core/access/accpara.cxx +++ b/sw/source/core/access/accpara.cxx @@ -38,8 +38,10 @@ #include <com/sun/star/accessibility/AccessibleTextType.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <unotools/accessiblestatesethelper.hxx> +#include <com/sun/star/i18n/Boundary.hpp> #include <com/sun/star/i18n/CharacterIteratorMode.hpp> #include <com/sun/star/i18n/WordType.hpp> +#include <com/sun/star/i18n/XBreakIterator.hpp> #include <com/sun/star/beans/UnknownPropertyException.hpp> #include <breakit.hxx> #include "accpara.hxx" diff --git a/sw/source/core/doc/DocumentChartDataProviderManager.cxx b/sw/source/core/doc/DocumentChartDataProviderManager.cxx index 363bc2a2a0e6..c2ab8eea204d 100644 --- a/sw/source/core/doc/DocumentChartDataProviderManager.cxx +++ b/sw/source/core/doc/DocumentChartDataProviderManager.cxx @@ -27,6 +27,7 @@ #include <frmfmt.hxx> #include <ndole.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> using namespace com::sun::star; diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx b/sw/source/core/doc/DocumentContentOperationsManager.cxx index 1e15c9a22fc2..7fa2ee18f161 100644 --- a/sw/source/core/doc/DocumentContentOperationsManager.cxx +++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx @@ -80,6 +80,7 @@ #include <o3tl/make_unique.hxx> #include <com/sun/star/i18n/Boundary.hpp> #include <com/sun/star/i18n/XBreakIterator.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <memory> diff --git a/sw/source/core/doc/docdesc.cxx b/sw/source/core/doc/docdesc.cxx index 983ac37e83b4..7ccfb2b58328 100644 --- a/sw/source/core/doc/docdesc.cxx +++ b/sw/source/core/doc/docdesc.cxx @@ -63,6 +63,7 @@ #include <unotools/syslocale.hxx> #include <svx/swframetypes.hxx> #include <svx/svxids.hrc> +#include <com/sun/star/embed/XEmbeddedObject.hpp> using namespace com::sun::star; diff --git a/sw/source/core/doc/doctxm.cxx b/sw/source/core/doc/doctxm.cxx index 25d7a66829c8..bee42efe9074 100644 --- a/sw/source/core/doc/doctxm.cxx +++ b/sw/source/core/doc/doctxm.cxx @@ -73,6 +73,7 @@ #include <o3tl/make_unique.hxx> #include <tools/datetimeutils.hxx> #include <tools/globname.hxx> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <memory> diff --git a/sw/source/core/doc/notxtfrm.cxx b/sw/source/core/doc/notxtfrm.cxx index b0c228967859..e90b0454aa5a 100644 --- a/sw/source/core/doc/notxtfrm.cxx +++ b/sw/source/core/doc/notxtfrm.cxx @@ -68,6 +68,7 @@ #include <accessibilityoptions.hxx> #include <com/sun/star/embed/EmbedMisc.hpp> #include <com/sun/star/embed/EmbedStates.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <svtools/embedhlp.hxx> #include <dview.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> diff --git a/sw/source/core/draw/dview.cxx b/sw/source/core/draw/dview.cxx index aeccb79f030e..d02eb2e6f2f6 100644 --- a/sw/source/core/draw/dview.cxx +++ b/sw/source/core/draw/dview.cxx @@ -26,6 +26,7 @@ #include <tools/globname.hxx> #include <editeng/outliner.hxx> #include <com/sun/star/embed/EmbedMisc.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <swtypes.hxx> #include <pagefrm.hxx> diff --git a/sw/source/core/frmedt/fefly1.cxx b/sw/source/core/frmedt/fefly1.cxx index 7d2ce8e6015f..43e8a4219bfe 100644 --- a/sw/source/core/frmedt/fefly1.cxx +++ b/sw/source/core/frmedt/fefly1.cxx @@ -29,6 +29,7 @@ #include <tools/globname.hxx> #include <com/sun/star/form/FormButtonType.hpp> #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <comphelper/types.hxx> #include <fmtanchr.hxx> #include <txtflcnt.hxx> diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx index ca9decce9af3..ee11c90fc626 100644 --- a/sw/source/core/ole/ndole.cxx +++ b/sw/source/core/ole/ndole.cxx @@ -18,6 +18,7 @@ */ #include <com/sun/star/container/XChild.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/embed/XEmbedPersist.hpp> #include <com/sun/star/embed/XLinkageSupport.hpp> #include <com/sun/star/embed/EmbedMisc.hpp> diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx index 675499349fa2..8a49a513aa42 100644 --- a/sw/source/core/unocore/unochart.cxx +++ b/sw/source/core/unocore/unochart.cxx @@ -21,6 +21,7 @@ #include <com/sun/star/chart/ChartDataRowSource.hpp> #include <com/sun/star/chart2/data/LabelOrigin.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/supportsservice.hxx> #include <osl/mutex.hxx> diff --git a/sw/source/filter/html/SwAppletImpl.cxx b/sw/source/filter/html/SwAppletImpl.cxx index ce4bfc54e460..a60fd75f36e6 100644 --- a/sw/source/filter/html/SwAppletImpl.cxx +++ b/sw/source/filter/html/SwAppletImpl.cxx @@ -21,6 +21,7 @@ #include <svtools/htmlkywd.hxx> #include <svl/urihelper.hxx> #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <comphelper/embeddedobjectcontainer.hxx> #include <comphelper/classids.hxx> diff --git a/sw/source/filter/xml/swxml.cxx b/sw/source/filter/xml/swxml.cxx index cc4fe8616983..f36ffb47a147 100644 --- a/sw/source/filter/xml/swxml.cxx +++ b/sw/source/filter/xml/swxml.cxx @@ -48,6 +48,7 @@ #include <svx/xmleohlp.hxx> #include <comphelper/fileformat.h> #include <comphelper/genericpropertyset.hxx> +#include <comphelper/propertysetinfo.hxx> #include <rtl/strbuf.hxx> #include <sal/log.hxx> #include <sfx2/frame.hxx> diff --git a/sw/source/filter/xml/wrtxml.cxx b/sw/source/filter/xml/wrtxml.cxx index 87ecd70566fb..df75d14868db 100644 --- a/sw/source/filter/xml/wrtxml.cxx +++ b/sw/source/filter/xml/wrtxml.cxx @@ -31,6 +31,7 @@ #include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> #include <comphelper/genericpropertyset.hxx> +#include <comphelper/propertysetinfo.hxx> #include <vcl/errinf.hxx> #include <o3tl/any.hxx> #include <sal/log.hxx> |