diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-05 00:47:59 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-03-12 10:37:31 +0100 |
commit | 7da8fce0cd13a83a34b732615e95f477f4c4857e (patch) | |
tree | de25e90a95e74b0b980d9c975878ba33398e82f5 /xmloff/source/xforms | |
parent | 51964bb719848277094afe22d144d2814e1cce46 (diff) |
tdf#146619 Recheck xmloff/*cxx with IWYU
Change-Id: I6e39a223fd567d70254998e55de5110db87ab4fa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164486
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'xmloff/source/xforms')
-rw-r--r-- | xmloff/source/xforms/SchemaContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/xforms/SchemaRestrictionContext.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/xforms/SchemaSimpleTypeContext.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/xforms/TokenContext.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsBindContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsInstanceContext.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsModelContext.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsSubmissionContext.cxx | 3 |
8 files changed, 0 insertions, 21 deletions
diff --git a/xmloff/source/xforms/SchemaContext.cxx b/xmloff/source/xforms/SchemaContext.cxx index 573805a25164..3d643b50d70c 100644 --- a/xmloff/source/xforms/SchemaContext.cxx +++ b/xmloff/source/xforms/SchemaContext.cxx @@ -24,7 +24,6 @@ #include <xmloff/xmltoken.hxx> #include <xmloff/xmlnamespace.hxx> -#include <xmloff/xmltkmap.hxx> #include <xmloff/xmlimp.hxx> #include <sal/log.hxx> diff --git a/xmloff/source/xforms/SchemaRestrictionContext.cxx b/xmloff/source/xforms/SchemaRestrictionContext.cxx index 0a1114f7d40c..c7c4cd390a74 100644 --- a/xmloff/source/xforms/SchemaRestrictionContext.cxx +++ b/xmloff/source/xforms/SchemaRestrictionContext.cxx @@ -23,9 +23,6 @@ #include <utility> #include <xmloff/xmltoken.hxx> -#include <xmloff/namespacemap.hxx> -#include <xmloff/xmlnamespace.hxx> -#include <xmloff/xmltkmap.hxx> #include <xmloff/xmlimp.hxx> #include <sax/tools/converter.hxx> diff --git a/xmloff/source/xforms/SchemaSimpleTypeContext.cxx b/xmloff/source/xforms/SchemaSimpleTypeContext.cxx index cd245193094f..261b4723f864 100644 --- a/xmloff/source/xforms/SchemaSimpleTypeContext.cxx +++ b/xmloff/source/xforms/SchemaSimpleTypeContext.cxx @@ -22,12 +22,9 @@ #include "SchemaRestrictionContext.hxx" #include <xmloff/xmltoken.hxx> -#include <xmloff/namespacemap.hxx> #include <xmloff/xmlnamespace.hxx> -#include <xmloff/xmltkmap.hxx> #include <xmloff/xmlimp.hxx> -#include <osl/diagnose.h> #include <sal/log.hxx> using com::sun::star::uno::Reference; diff --git a/xmloff/source/xforms/TokenContext.cxx b/xmloff/source/xforms/TokenContext.cxx index 928ea8788931..6275bad5c73f 100644 --- a/xmloff/source/xforms/TokenContext.cxx +++ b/xmloff/source/xforms/TokenContext.cxx @@ -18,12 +18,9 @@ */ #include <sal/config.h> -#include <sal/log.hxx> #include "TokenContext.hxx" -#include <xmloff/xmltkmap.hxx> #include <xmloff/xmlimp.hxx> -#include <xmloff/namespacemap.hxx> #include <xmloff/xmlerror.hxx> #include <algorithm> diff --git a/xmloff/source/xforms/XFormsBindContext.cxx b/xmloff/source/xforms/XFormsBindContext.cxx index 9c799d53f322..f8190164697b 100644 --- a/xmloff/source/xforms/XFormsBindContext.cxx +++ b/xmloff/source/xforms/XFormsBindContext.cxx @@ -25,14 +25,12 @@ #include <xmloff/xmlimp.hxx> #include <xmloff/xmlerror.hxx> #include <xmloff/xmltoken.hxx> -#include <xmloff/xmltkmap.hxx> #include <xmloff/xmlnamespace.hxx> #include <xmloff/namespacemap.hxx> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/xforms/XModel2.hpp> -#include <osl/diagnose.h> #include <sal/log.hxx> using com::sun::star::uno::Reference; diff --git a/xmloff/source/xforms/XFormsInstanceContext.cxx b/xmloff/source/xforms/XFormsInstanceContext.cxx index e6e6ec2a2fa4..b79c3f1b615b 100644 --- a/xmloff/source/xforms/XFormsInstanceContext.cxx +++ b/xmloff/source/xforms/XFormsInstanceContext.cxx @@ -26,14 +26,11 @@ #include <sal/log.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/xforms/XModel2.hpp> -#include <osl/diagnose.h> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlimp.hxx> #include <xmloff/xmlerror.hxx> -#include <xmloff/namespacemap.hxx> using com::sun::star::uno::Reference; diff --git a/xmloff/source/xforms/XFormsModelContext.cxx b/xmloff/source/xforms/XFormsModelContext.cxx index 479909fb5496..fa3c500af4fc 100644 --- a/xmloff/source/xforms/XFormsModelContext.cxx +++ b/xmloff/source/xforms/XFormsModelContext.cxx @@ -28,15 +28,12 @@ #include <xmloff/xmlimp.hxx> #include <xmloff/xmlnamespace.hxx> -#include <xmloff/namespacemap.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlerror.hxx> -#include <osl/diagnose.h> #include <sal/log.hxx> #include <com/sun/star/util/XUpdatable.hpp> -#include <com/sun/star/xforms/XModel2.hpp> using com::sun::star::util::XUpdatable; diff --git a/xmloff/source/xforms/XFormsSubmissionContext.cxx b/xmloff/source/xforms/XFormsSubmissionContext.cxx index 49369765820a..ed9cf44b7ba7 100644 --- a/xmloff/source/xforms/XFormsSubmissionContext.cxx +++ b/xmloff/source/xforms/XFormsSubmissionContext.cxx @@ -24,14 +24,11 @@ #include <xmloff/xmlimp.hxx> #include <xmloff/xmltoken.hxx> -#include <xmloff/xmltkmap.hxx> -#include <xmloff/namespacemap.hxx> #include <sax/tools/converter.hxx> #include <com/sun/star/xforms/XModel2.hpp> -#include <osl/diagnose.h> #include <sal/log.hxx> using com::sun::star::xforms::XModel2; |