diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-14 22:52:35 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-17 11:06:53 +0100 |
commit | 6a0fe37dec107392fbe468a35b89071b9a93d2c1 (patch) | |
tree | 4334feae68fa1ddc1ef293cd46ef483f44081c1c /svtools | |
parent | 30f3b36e07ce37a3fe1909fb4b1419a00d2fdd81 (diff) |
sal: clean up public headers with include-what-you-use
Sadly cannot forward declare "struct {...} TimeValue;".
rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h
was painful enough for now...
Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/itemholder2.cxx | 1 | ||||
-rw-r--r-- | svtools/source/config/slidesorterbaropt.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/imageresourceaccess.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/templatefoldercache.cxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/unoevent.cxx | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/svtools/source/config/itemholder2.cxx b/svtools/source/config/itemholder2.cxx index 9c0def304543..ea3b6c866c53 100644 --- a/svtools/source/config/itemholder2.cxx +++ b/svtools/source/config/itemholder2.cxx @@ -20,6 +20,7 @@ #include "itemholder2.hxx" +#include <osl/diagnose.h> #include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/configuration/theDefaultProvider.hpp> diff --git a/svtools/source/config/slidesorterbaropt.cxx b/svtools/source/config/slidesorterbaropt.cxx index 01d2e1d48d42..74586f399a1e 100644 --- a/svtools/source/config/slidesorterbaropt.cxx +++ b/svtools/source/config/slidesorterbaropt.cxx @@ -21,6 +21,7 @@ #include <unotools/configmgr.hxx> #include <unotools/configitem.hxx> #include <tools/debug.hxx> +#include <osl/diagnose.h> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> diff --git a/svtools/source/misc/imageresourceaccess.cxx b/svtools/source/misc/imageresourceaccess.cxx index ef208b2e82fa..30d96fdd4b2e 100644 --- a/svtools/source/misc/imageresourceaccess.cxx +++ b/svtools/source/misc/imageresourceaccess.cxx @@ -25,6 +25,7 @@ #include <com/sun/star/graphic/GraphicProvider.hpp> #include <com/sun/star/graphic/XGraphicProvider.hpp> #include <com/sun/star/io/XStream.hpp> +#include <osl/diagnose.h> #include <unotools/ucbstreamhelper.hxx> #include <tools/stream.hxx> #include <unotools/streamwrap.hxx> diff --git a/svtools/source/misc/templatefoldercache.cxx b/svtools/source/misc/templatefoldercache.cxx index a44cc4eb6d6c..8d2c992a5bbf 100644 --- a/svtools/source/misc/templatefoldercache.cxx +++ b/svtools/source/misc/templatefoldercache.cxx @@ -27,6 +27,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/util/theOfficeInstallationDirectories.hpp> #include <ucbhelper/content.hxx> +#include <osl/diagnose.h> #include <rtl/ref.hxx> #include <salhelper/simplereferenceobject.hxx> #include <tools/time.hxx> diff --git a/svtools/source/uno/unoevent.cxx b/svtools/source/uno/unoevent.cxx index a448ff70a52a..40cda94f3538 100644 --- a/svtools/source/uno/unoevent.cxx +++ b/svtools/source/uno/unoevent.cxx @@ -19,6 +19,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <cppuhelper/supportsservice.hxx> +#include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include <tools/rtti.hxx> #include <svtools/unoevent.hxx> |