diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-16 18:09:20 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-29 21:19:32 +0100 |
commit | e2e9eeb822928255b3f2a31dfe98344f6d8e81cd (patch) | |
tree | 35c4c1ef20624c7c6aae71dfccd76e5c0d3d2d00 | |
parent | 18d0b7ac865f8d905a8b9afbe56677c89b1f406c (diff) |
tdf#146619 Recheck xmloff/*cxx with IWYU
after cleaning up unused 'using namespace' clauses
Change-Id: I9e4cd3790408ae6b0379819a8275feaf67e860cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164941
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
-rw-r--r-- | xmloff/source/draw/QRCodeContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/descriptionimp.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/formattributes.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/formcellbinding.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/DrawAspectHdl.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/PageMasterExportPropMapper.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/PageMasterPropHdlFactory.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/PageMasterPropMapper.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/style/XMLBackgroundImageContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/XMLSectionSourceDDEImportContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/XMLTextNumRuleInfo.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/txtftne.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/transform/Oasis2OOo.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/transform/PersAttrListTContext.cxx | 1 |
16 files changed, 0 insertions, 17 deletions
diff --git a/xmloff/source/draw/QRCodeContext.cxx b/xmloff/source/draw/QRCodeContext.cxx index 434065b5f203..580e4e8b9a41 100644 --- a/xmloff/source/draw/QRCodeContext.cxx +++ b/xmloff/source/draw/QRCodeContext.cxx @@ -10,7 +10,6 @@ #include "QRCodeContext.hxx" #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/drawing/BarCode.hpp> #include <com/sun/star/drawing/BarCodeErrorCorrection.hpp> diff --git a/xmloff/source/draw/descriptionimp.cxx b/xmloff/source/draw/descriptionimp.cxx index c553bb655287..e17980f55baa 100644 --- a/xmloff/source/draw/descriptionimp.cxx +++ b/xmloff/source/draw/descriptionimp.cxx @@ -18,7 +18,6 @@ */ #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/xml/sax/XAttributeList.hpp> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlimp.hxx> diff --git a/xmloff/source/forms/formattributes.cxx b/xmloff/source/forms/formattributes.cxx index 0b8b84d0f299..3a979f2599ab 100644 --- a/xmloff/source/forms/formattributes.cxx +++ b/xmloff/source/forms/formattributes.cxx @@ -20,7 +20,6 @@ #include "formattributes.hxx" #include <xmloff/xmlnamespace.hxx> -#include <xmloff/xmluconv.hxx> #include <xmloff/xmlimp.hxx> #include <osl/diagnose.h> diff --git a/xmloff/source/forms/formcellbinding.cxx b/xmloff/source/forms/formcellbinding.cxx index 2a7a26bb71b0..9b19d2c3651e 100644 --- a/xmloff/source/forms/formcellbinding.cxx +++ b/xmloff/source/forms/formcellbinding.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/form/binding/XListEntrySink.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/container/XChild.hpp> -#include <com/sun/star/drawing/XDrawPageSupplier.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/NamedValue.hpp> diff --git a/xmloff/source/style/DrawAspectHdl.cxx b/xmloff/source/style/DrawAspectHdl.cxx index 10cc762ec954..cc38523c8d06 100644 --- a/xmloff/source/style/DrawAspectHdl.cxx +++ b/xmloff/source/style/DrawAspectHdl.cxx @@ -21,7 +21,6 @@ #include <com/sun/star/uno/Any.hxx> #include <sax/tools/converter.hxx> -#include <xmloff/xmltoken.hxx> using namespace ::com::sun::star; diff --git a/xmloff/source/style/PageMasterExportPropMapper.cxx b/xmloff/source/style/PageMasterExportPropMapper.cxx index 9b7ff71874e8..7e5d2bcbee6e 100644 --- a/xmloff/source/style/PageMasterExportPropMapper.cxx +++ b/xmloff/source/style/PageMasterExportPropMapper.cxx @@ -19,7 +19,6 @@ #include "PageMasterExportPropMapper.hxx" #include <xmloff/xmlprmap.hxx> -#include <xmloff/xmltoken.hxx> #include <xmloff/xmlexp.hxx> #include <comphelper/types.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/xmloff/source/style/PageMasterPropHdlFactory.cxx b/xmloff/source/style/PageMasterPropHdlFactory.cxx index 1cb396803aba..1617584839ab 100644 --- a/xmloff/source/style/PageMasterPropHdlFactory.cxx +++ b/xmloff/source/style/PageMasterPropHdlFactory.cxx @@ -33,7 +33,6 @@ #include <osl/diagnose.h> #include <XMLFillBitmapSizePropertyHandler.hxx> #include <XMLBitmapLogicalSizePropertyHandler.hxx> -#include <com/sun/star/drawing/BitmapMode.hpp> #include <XMLBitmapRepeatOffsetPropertyHandler.hxx> #include <XMLRtlGutterPropertyHandler.hxx> diff --git a/xmloff/source/style/PageMasterPropMapper.cxx b/xmloff/source/style/PageMasterPropMapper.cxx index 40f33139351c..6e7a4be35bba 100644 --- a/xmloff/source/style/PageMasterPropMapper.cxx +++ b/xmloff/source/style/PageMasterPropMapper.cxx @@ -23,8 +23,6 @@ #include <PageMasterStyleMap.hxx> #include <PageMasterPropHdlFactory.hxx> -#include <com/sun/star/beans/XPropertySet.hpp> - using namespace ::com::sun::star; XMLPageMasterPropSetMapper::XMLPageMasterPropSetMapper(): diff --git a/xmloff/source/style/XMLBackgroundImageContext.cxx b/xmloff/source/style/XMLBackgroundImageContext.cxx index fb655d132385..686edd7ed1ed 100644 --- a/xmloff/source/style/XMLBackgroundImageContext.cxx +++ b/xmloff/source/style/XMLBackgroundImageContext.cxx @@ -18,7 +18,6 @@ */ -#include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/drawing/BitmapMode.hpp> #include <com/sun/star/graphic/XGraphic.hpp> diff --git a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx index d1e435abc0c8..1be742637df0 100644 --- a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx +++ b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx @@ -22,7 +22,6 @@ #include "XMLIndexBibliographyEntryContext.hxx" #include <xmloff/xmlictxt.hxx> #include <xmloff/xmlimp.hxx> -#include <xmloff/txtimp.hxx> #include <xmloff/xmlnamespace.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmluconv.hxx> diff --git a/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx b/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx index dc576fcf6e3d..ad6765f4f99e 100644 --- a/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx +++ b/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx @@ -18,7 +18,6 @@ */ #include "XMLSectionSourceDDEImportContext.hxx" -#include "XMLSectionImportContext.hxx" #include <xmloff/xmlictxt.hxx> #include <xmloff/xmlimp.hxx> #include <xmloff/xmlnamespace.hxx> diff --git a/xmloff/source/text/XMLTextNumRuleInfo.cxx b/xmloff/source/text/XMLTextNumRuleInfo.cxx index da44ee18d476..0e76f04ed3a5 100644 --- a/xmloff/source/text/XMLTextNumRuleInfo.cxx +++ b/xmloff/source/text/XMLTextNumRuleInfo.cxx @@ -22,7 +22,6 @@ #include <sal/log.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/style/NumberingType.hpp> #include <com/sun/star/text/XTextContent.hpp> #include <com/sun/star/container/XNamed.hpp> #include "XMLTextNumRuleInfo.hxx" diff --git a/xmloff/source/text/txtftne.cxx b/xmloff/source/text/txtftne.cxx index 934d311c6cc6..9646fa2e2ad7 100644 --- a/xmloff/source/text/txtftne.cxx +++ b/xmloff/source/text/txtftne.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/frame/XModel.hpp> -#include <com/sun/star/container/XElementAccess.hpp> #include <com/sun/star/text/XText.hpp> #include <com/sun/star/text/XFootnote.hpp> #include <com/sun/star/text/XFootnotesSupplier.hpp> diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 1b2e8cf9ebb9..c95eb4886120 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -65,7 +65,6 @@ #include <com/sun/star/style/XAutoStyleFamily.hpp> #include <com/sun/star/text/XTextFieldsSupplier.hpp> #include <com/sun/star/drawing/XControlShape.hpp> -#include <com/sun/star/util/DateTime.hpp> #include <sax/tools/converter.hxx> diff --git a/xmloff/source/transform/Oasis2OOo.cxx b/xmloff/source/transform/Oasis2OOo.cxx index 5bb3dbf01305..3fdd38fc0bd0 100644 --- a/xmloff/source/transform/Oasis2OOo.cxx +++ b/xmloff/source/transform/Oasis2OOo.cxx @@ -19,7 +19,6 @@ #include <comphelper/base64.hxx> #include <com/sun/star/beans/XPropertySetInfo.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <rtl/ustrbuf.hxx> #include <sal/log.hxx> diff --git a/xmloff/source/transform/PersAttrListTContext.cxx b/xmloff/source/transform/PersAttrListTContext.cxx index c6239fb3a690..ed5c7ee1f46f 100644 --- a/xmloff/source/transform/PersAttrListTContext.cxx +++ b/xmloff/source/transform/PersAttrListTContext.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <com/sun/star/util/XCloneable.hpp> #include "IgnoreTContext.hxx" #include "TransformerBase.hxx" #include "MutableAttrList.hxx" |