diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-20 12:00:50 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-26 15:08:18 +0200 |
commit | 33623f3117d88683fbc9e66792e5030c0322946e (patch) | |
tree | b817ac4b192e355de61ebff3e22187ca414cf8f2 /xmloff/source/style | |
parent | 31a8d9c711dfdbdb4b11067125d763b1d570033b (diff) |
tdf#42949 Fix IWYU warnings in include/unotools/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I444c43b9d549977039f25bec2b5bf666c3e15e0e
Reviewed-on: https://gerrit.libreoffice.org/62041
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/numehelp.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/xmlaustp.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/xmlexppr.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/xmlnumfe.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/xmltabe.cxx | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/xmloff/source/style/numehelp.cxx b/xmloff/source/style/numehelp.cxx index db9e1d8dac6e..4e835bf68a6e 100644 --- a/xmloff/source/style/numehelp.cxx +++ b/xmloff/source/style/numehelp.cxx @@ -32,6 +32,7 @@ #include <sax/tools/converter.hxx> #include <rtl/math.hxx> #include <rtl/ustrbuf.hxx> +#include <osl/diagnose.h> using namespace com::sun::star; using namespace xmloff::token; diff --git a/xmloff/source/style/xmlaustp.cxx b/xmloff/source/style/xmlaustp.cxx index be82525c4566..139e26a2182c 100644 --- a/xmloff/source/style/xmlaustp.cxx +++ b/xmloff/source/style/xmlaustp.cxx @@ -30,6 +30,7 @@ #include <xmloff/PageMasterStyleMap.hxx> #include "PageMasterExportPropMapper.hxx" #include <XMLBackgroundImageExport.hxx> +#include <osl/diagnose.h> using namespace ::std; diff --git a/xmloff/source/style/xmlexppr.cxx b/xmloff/source/style/xmlexppr.cxx index 5cb4f9b02e1d..fc05262c9845 100644 --- a/xmloff/source/style/xmlexppr.cxx +++ b/xmloff/source/style/xmlexppr.cxx @@ -26,6 +26,7 @@ #include <com/sun/star/beans/TolerantPropertySetResultType.hpp> #include <rtl/ustrbuf.hxx> #include <cppuhelper/weakref.hxx> +#include <osl/diagnose.h> #include <list> #include <map> diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx index 81df9f5262a9..14ffebb3c81d 100644 --- a/xmloff/source/style/xmlnumfe.cxx +++ b/xmloff/source/style/xmlnumfe.cxx @@ -30,6 +30,7 @@ #include <com/sun/star/lang/Locale.hpp> #include <rtl/ustrbuf.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <tools/color.hxx> #include <sax/tools/converter.hxx> diff --git a/xmloff/source/style/xmltabe.cxx b/xmloff/source/style/xmltabe.cxx index 9fde295abfee..28ae1d70d8fa 100644 --- a/xmloff/source/style/xmltabe.cxx +++ b/xmloff/source/style/xmltabe.cxx @@ -21,6 +21,7 @@ #include <com/sun/star/style/TabStop.hpp> #include <com/sun/star/style/TabAlign.hpp> #include <rtl/ustrbuf.hxx> +#include <osl/diagnose.h> #include <xmloff/nmspmap.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> |