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 /xmloff/source/xforms | |
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 'xmloff/source/xforms')
-rw-r--r-- | xmloff/source/xforms/SchemaRestrictionContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/xforms/SchemaSimpleTypeContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsBindContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsInstanceContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsModelContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsSubmissionContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/xforms/xformsapi.cxx | 1 |
7 files changed, 9 insertions, 0 deletions
diff --git a/xmloff/source/xforms/SchemaRestrictionContext.cxx b/xmloff/source/xforms/SchemaRestrictionContext.cxx index 78aecb4c128e..f9622aaa8bc0 100644 --- a/xmloff/source/xforms/SchemaRestrictionContext.cxx +++ b/xmloff/source/xforms/SchemaRestrictionContext.cxx @@ -40,6 +40,7 @@ #include <com/sun/star/xsd/WhiteSpaceTreatment.hpp> #include <tools/debug.hxx> +#include <osl/diagnose.h> using com::sun::star::uno::Reference; diff --git a/xmloff/source/xforms/SchemaSimpleTypeContext.cxx b/xmloff/source/xforms/SchemaSimpleTypeContext.cxx index 3e0a93db25d5..d0e1a8db4eed 100644 --- a/xmloff/source/xforms/SchemaSimpleTypeContext.cxx +++ b/xmloff/source/xforms/SchemaSimpleTypeContext.cxx @@ -27,6 +27,8 @@ #include <xmloff/xmltkmap.hxx> #include <xmloff/xmluconv.hxx> +#include <osl/diagnose.h> + #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/xsd/WhiteSpaceTreatment.hpp> diff --git a/xmloff/source/xforms/XFormsBindContext.cxx b/xmloff/source/xforms/XFormsBindContext.cxx index e03d0291ddd8..c7eb92855dfe 100644 --- a/xmloff/source/xforms/XFormsBindContext.cxx +++ b/xmloff/source/xforms/XFormsBindContext.cxx @@ -33,6 +33,7 @@ #include <com/sun/star/xforms/XModel2.hpp> #include <tools/debug.hxx> +#include <osl/diagnose.h> using com::sun::star::beans::XPropertySet; using com::sun::star::uno::Reference; diff --git a/xmloff/source/xforms/XFormsInstanceContext.cxx b/xmloff/source/xforms/XFormsInstanceContext.cxx index f6f01bb3858f..e0503b7eb1f6 100644 --- a/xmloff/source/xforms/XFormsInstanceContext.cxx +++ b/xmloff/source/xforms/XFormsInstanceContext.cxx @@ -30,6 +30,7 @@ #include <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/xforms/XModel2.hpp> #include <tools/debug.hxx> +#include <osl/diagnose.h> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> diff --git a/xmloff/source/xforms/XFormsModelContext.cxx b/xmloff/source/xforms/XFormsModelContext.cxx index f98613ded3dc..10bd88b43797 100644 --- a/xmloff/source/xforms/XFormsModelContext.cxx +++ b/xmloff/source/xforms/XFormsModelContext.cxx @@ -32,6 +32,8 @@ #include <xmloff/xmltoken.hxx> #include <xmloff/xmlerror.hxx> +#include <osl/diagnose.h> + #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/util/XUpdatable.hpp> diff --git a/xmloff/source/xforms/XFormsSubmissionContext.cxx b/xmloff/source/xforms/XFormsSubmissionContext.cxx index 2c2c84dd22ee..fb2398171069 100644 --- a/xmloff/source/xforms/XFormsSubmissionContext.cxx +++ b/xmloff/source/xforms/XFormsSubmissionContext.cxx @@ -35,6 +35,7 @@ #include <com/sun/star/xforms/XModel2.hpp> #include <tools/debug.hxx> +#include <osl/diagnose.h> using com::sun::star::beans::XPropertySet; using com::sun::star::container::XNameContainer; diff --git a/xmloff/source/xforms/xformsapi.cxx b/xmloff/source/xforms/xformsapi.cxx index b2150ebea9ca..4f127a2f2d0e 100644 --- a/xmloff/source/xforms/xformsapi.cxx +++ b/xmloff/source/xforms/xformsapi.cxx @@ -33,6 +33,7 @@ #include <comphelper/processfactory.hxx> #include <tools/debug.hxx> +#include <osl/diagnose.h> #include <xmloff/xmltoken.hxx> #include <xmloff/nmspmap.hxx> |