summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-14 22:52:35 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-17 11:06:53 +0100
commit6a0fe37dec107392fbe468a35b89071b9a93d2c1 (patch)
tree4334feae68fa1ddc1ef293cd46ef483f44081c1c /filter
parent30f3b36e07ce37a3fe1909fb4b1419a00d2fdd81 (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 'filter')
-rw-r--r--filter/source/config/cache/cacheitem.cxx2
-rw-r--r--filter/source/config/cache/querytokenizer.cxx3
-rw-r--r--filter/source/msfilter/msocximex.cxx1
-rw-r--r--filter/source/msfilter/rtfutil.cxx1
-rw-r--r--filter/source/odfflatxml/OdfFlatXml.cxx1
-rw-r--r--filter/source/placeware/filter.cxx1
-rw-r--r--filter/source/svg/parserfragments.cxx1
-rw-r--r--filter/source/svg/units.cxx1
8 files changed, 10 insertions, 1 deletions
diff --git a/filter/source/config/cache/cacheitem.cxx b/filter/source/config/cache/cacheitem.cxx
index 65945afdc0d6..ef0b66fe686a 100644
--- a/filter/source/config/cache/cacheitem.cxx
+++ b/filter/source/config/cache/cacheitem.cxx
@@ -26,6 +26,8 @@
#include <com/sun/star/beans/PropertyValue.hpp>
+#include <osl/diagnose.h>
+
namespace filter{
namespace config{
diff --git a/filter/source/config/cache/querytokenizer.cxx b/filter/source/config/cache/querytokenizer.cxx
index 2869f34bef3d..4dea850765a7 100644
--- a/filter/source/config/cache/querytokenizer.cxx
+++ b/filter/source/config/cache/querytokenizer.cxx
@@ -17,9 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "querytokenizer.hxx"
+#include <osl/diagnose.h>
+
namespace filter{
namespace config{
diff --git a/filter/source/msfilter/msocximex.cxx b/filter/source/msfilter/msocximex.cxx
index 88af7e8db0a3..a2c859827cb3 100644
--- a/filter/source/msfilter/msocximex.cxx
+++ b/filter/source/msfilter/msocximex.cxx
@@ -25,6 +25,7 @@
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/form/XFormsSupplier.hpp>
#include <com/sun/star/form/XForm.hpp>
+#include <osl/diagnose.h>
#include <filter/msfilter/msocximex.hxx>
using namespace ::com::sun::star;
diff --git a/filter/source/msfilter/rtfutil.cxx b/filter/source/msfilter/rtfutil.cxx
index 847ba34ddf98..f833fb13e288 100644
--- a/filter/source/msfilter/rtfutil.cxx
+++ b/filter/source/msfilter/rtfutil.cxx
@@ -9,6 +9,7 @@
#include <filter/msfilter/rtfutil.hxx>
#include <rtl/strbuf.hxx>
+#include <osl/diagnose.h>
#include <svtools/rtfkeywd.hxx>
namespace msfilter
diff --git a/filter/source/odfflatxml/OdfFlatXml.cxx b/filter/source/odfflatxml/OdfFlatXml.cxx
index fe800ef9dcb0..64b6dd194b84 100644
--- a/filter/source/odfflatxml/OdfFlatXml.cxx
+++ b/filter/source/odfflatxml/OdfFlatXml.cxx
@@ -11,6 +11,7 @@
#include <comphelper/processfactory.hxx>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase3.hxx>
+#include <osl/diagnose.h>
#include <sax/tools/documenthandleradapter.hxx>
diff --git a/filter/source/placeware/filter.cxx b/filter/source/placeware/filter.cxx
index e4064cfb04b3..2d73c330dbf9 100644
--- a/filter/source/placeware/filter.cxx
+++ b/filter/source/placeware/filter.cxx
@@ -23,6 +23,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/implbase4.hxx>
#include <cppuhelper/supportsservice.hxx>
+#include <osl/diagnose.h>
#include <comphelper/processfactory.hxx>
#include "exporter.hxx"
diff --git a/filter/source/svg/parserfragments.cxx b/filter/source/svg/parserfragments.cxx
index 812f808d5723..9310db89456c 100644
--- a/filter/source/svg/parserfragments.cxx
+++ b/filter/source/svg/parserfragments.cxx
@@ -13,6 +13,7 @@
#include <basegfx/tools/canvastools.hxx>
#include <com/sun/star/geometry/AffineMatrix2D.hpp>
+#include <osl/diagnose.h>
#include <string.h>
#include <limits.h>
diff --git a/filter/source/svg/units.cxx b/filter/source/svg/units.cxx
index 9bbf917502e1..d0165b174898 100644
--- a/filter/source/svg/units.cxx
+++ b/filter/source/svg/units.cxx
@@ -11,6 +11,7 @@
#include <basegfx/range/b2drange.hxx>
#include "gfxtypes.hxx"
#include <rtl/ustring.hxx>
+#include <osl/diagnose.h>
#include <boost/spirit/include/classic.hpp>
namespace svgi