From 877f40ac3f2add2b6dc37bae280d4d98dd102286 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 9 Nov 2020 08:00:35 +0100 Subject: tdf#42949 Fix new IWYU warnings in directories [h-r]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I886b6f446293d3b1cfbf4ae05e8dbd7fabab9f20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105510 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- helpcompiler/inc/BasCodeTagger.hxx | 1 - helpcompiler/source/HelpCompiler.cxx | 2 -- i18npool/IwyuFilter_i18npool.yaml | 6 ++++++ i18npool/qa/cppunit/test_breakiterator.cxx | 3 --- .../source/breakiterator/breakiteratorImpl.cxx | 1 - i18npool/source/breakiterator/breakiterator_th.cxx | 2 -- i18npool/source/breakiterator/xdictionary.cxx | 1 - i18npool/source/calendar/calendarImpl.cxx | 1 - i18npool/source/collator/collatorImpl.cxx | 1 - i18npool/source/localedata/LocaleNode.cxx | 1 - i18npool/source/localedata/localedata.cxx | 2 -- i18npool/source/search/textsearch.cxx | 3 --- io/IwyuFilter_io.yaml | 2 +- io/source/stm/opump.cxx | 2 -- jvmfwk/IwyuFilter_jvmfwk.yaml | 3 +++ jvmfwk/inc/fwkbase.hxx | 1 + .../qa/gtktiledviewer/gtv-lok-dialog.cxx | 1 - libreofficekit/source/gtk/lokdocview.cxx | 1 - linguistic/source/convdic.cxx | 1 - linguistic/source/convdic.hxx | 1 - linguistic/source/convdiclist.cxx | 1 - linguistic/source/dicimp.cxx | 2 -- linguistic/source/dlistimp.cxx | 2 -- linguistic/source/gciterator.cxx | 2 -- linguistic/source/lngopt.cxx | 1 - linguistic/source/lngsvcmgr.cxx | 1 - oox/IwyuFilter_oox.yaml | 22 ++++++++++++++++++++++ oox/inc/drawingml/hatchmap.hxx | 2 ++ oox/qa/unit/vba_encryption.cxx | 1 - oox/source/core/xmlfilterbase.cxx | 1 - oox/source/crypto/DocumentDecryption.cxx | 9 +-------- oox/source/drawingml/chart/titlecontext.cxx | 1 - oox/source/drawingml/fillproperties.cxx | 1 - oox/source/export/chartexport.cxx | 1 - oox/source/export/shapes.cxx | 1 - oox/source/helper/propertymap.cxx | 1 - pyuno/IwyuFilter_pyuno.yaml | 2 ++ pyuno/source/loader/pyuno_loader.cxx | 1 - pyuno/source/module/pyuno.cxx | 1 - pyuno/source/module/pyuno_except.cxx | 2 -- pyuno/source/module/pyuno_struct.cxx | 2 -- pyuno/source/module/pyuno_type.cxx | 2 -- reportdesign/inc/UndoEnv.hxx | 1 + reportdesign/source/filter/xml/xmlCell.cxx | 1 - reportdesign/source/filter/xml/xmlColumn.cxx | 1 - reportdesign/source/filter/xml/xmlComponent.cxx | 1 - reportdesign/source/filter/xml/xmlCondPrtExpr.cxx | 1 - .../source/filter/xml/xmlControlProperty.cxx | 1 - reportdesign/source/filter/xml/xmlExport.cxx | 2 -- .../source/filter/xml/xmlFormatCondition.cxx | 1 - .../source/filter/xml/xmlFormattedField.cxx | 1 - reportdesign/source/filter/xml/xmlFunction.cxx | 1 - reportdesign/source/filter/xml/xmlGroup.cxx | 1 - reportdesign/source/filter/xml/xmlMasterFields.cxx | 1 - .../source/filter/xml/xmlReportElement.cxx | 1 - reportdesign/source/filter/xml/xmlSection.cxx | 1 - reportdesign/source/filter/xml/xmlTable.cxx | 1 - reportdesign/source/filter/xml/xmlfilter.cxx | 2 -- 58 files changed, 39 insertions(+), 74 deletions(-) diff --git a/helpcompiler/inc/BasCodeTagger.hxx b/helpcompiler/inc/BasCodeTagger.hxx index d897afb4fe1d..b873001e6960 100644 --- a/helpcompiler/inc/BasCodeTagger.hxx +++ b/helpcompiler/inc/BasCodeTagger.hxx @@ -15,7 +15,6 @@ #include #include #include -#include class LibXmlTreeWalker; diff --git a/helpcompiler/source/HelpCompiler.cxx b/helpcompiler/source/HelpCompiler.cxx index 678cf8ee033a..ee4a27461afa 100644 --- a/helpcompiler/source/HelpCompiler.cxx +++ b/helpcompiler/source/HelpCompiler.cxx @@ -27,8 +27,6 @@ #include #include #include -#include -#include #include #include diff --git a/i18npool/IwyuFilter_i18npool.yaml b/i18npool/IwyuFilter_i18npool.yaml index 96213ac25dcf..ca60fcf746a6 100644 --- a/i18npool/IwyuFilter_i18npool.yaml +++ b/i18npool/IwyuFilter_i18npool.yaml @@ -94,6 +94,12 @@ excludelist: - config_folders.h - osl/file.h - rtl/bootstrap.hxx + i18npool/source/calendar/calendar_gregorian.cxx: + # Needed for rtl::math::round + - rtl/math.hxx i18npool/source/collator/collator_unicode.cxx: # Config options are used in #ifdef - config_locales.h + i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx: + # Actually used + - com/sun/star/beans/PropertyValue.hpp diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx index 3be0ea4e8d0d..36f145e79958 100644 --- a/i18npool/qa/cppunit/test_breakiterator.cxx +++ b/i18npool/qa/cppunit/test_breakiterator.cxx @@ -11,13 +11,10 @@ #include #include #include -#include #include #include -#include - #include #include diff --git a/i18npool/source/breakiterator/breakiteratorImpl.cxx b/i18npool/source/breakiterator/breakiteratorImpl.cxx index 8e3ef73688ba..11149be7558f 100644 --- a/i18npool/source/breakiterator/breakiteratorImpl.cxx +++ b/i18npool/source/breakiterator/breakiteratorImpl.cxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include diff --git a/i18npool/source/breakiterator/breakiterator_th.cxx b/i18npool/source/breakiterator/breakiterator_th.cxx index 218f8b69ec1f..659a50e44e70 100644 --- a/i18npool/source/breakiterator/breakiterator_th.cxx +++ b/i18npool/source/breakiterator/breakiterator_th.cxx @@ -23,8 +23,6 @@ #include #include -#include - using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::i18n; diff --git a/i18npool/source/breakiterator/xdictionary.cxx b/i18npool/source/breakiterator/xdictionary.cxx index e8d732c882b2..947a23c5073b 100644 --- a/i18npool/source/breakiterator/xdictionary.cxx +++ b/i18npool/source/breakiterator/xdictionary.cxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/i18npool/source/calendar/calendarImpl.cxx b/i18npool/source/calendar/calendarImpl.cxx index f2959f0b3d46..c3ac0d54460a 100644 --- a/i18npool/source/calendar/calendarImpl.cxx +++ b/i18npool/source/calendar/calendarImpl.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include diff --git a/i18npool/source/collator/collatorImpl.cxx b/i18npool/source/collator/collatorImpl.cxx index 450e57ad6038..3253b458159f 100644 --- a/i18npool/source/collator/collatorImpl.cxx +++ b/i18npool/source/collator/collatorImpl.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx index adc7669e6bdd..997355ffab4e 100644 --- a/i18npool/source/localedata/LocaleNode.cxx +++ b/i18npool/source/localedata/LocaleNode.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx index 076c12767136..ac4950741129 100644 --- a/i18npool/source/localedata/localedata.cxx +++ b/i18npool/source/localedata/localedata.cxx @@ -28,10 +28,8 @@ #include #include #include -#include #include #include -#include #include #include diff --git a/i18npool/source/search/textsearch.cxx b/i18npool/source/search/textsearch.cxx index abeceb993b06..8c9e802a7d71 100644 --- a/i18npool/source/search/textsearch.cxx +++ b/i18npool/source/search/textsearch.cxx @@ -19,8 +19,6 @@ #include "textsearch.hxx" #include "levdis.hxx" -#include -#include #include #include #include @@ -30,7 +28,6 @@ #include #include #include -#include #include #include #include diff --git a/io/IwyuFilter_io.yaml b/io/IwyuFilter_io.yaml index 42fd7e3e5827..88e7eb0e05ae 100644 --- a/io/IwyuFilter_io.yaml +++ b/io/IwyuFilter_io.yaml @@ -1,5 +1,5 @@ --- -assumeFilename: io/source/services.cxx +assumeFilename: io/source/stm/odata.cxx excludelist: io/source/connector/connector.hxx: # Base class needs full type diff --git a/io/source/stm/opump.cxx b/io/source/stm/opump.cxx index b63f1a3a4895..7ba8752d8dfb 100644 --- a/io/source/stm/opump.cxx +++ b/io/source/stm/opump.cxx @@ -18,8 +18,6 @@ */ -#include - #include #include #include diff --git a/jvmfwk/IwyuFilter_jvmfwk.yaml b/jvmfwk/IwyuFilter_jvmfwk.yaml index 68943cc77398..bfca82b3d10b 100644 --- a/jvmfwk/IwyuFilter_jvmfwk.yaml +++ b/jvmfwk/IwyuFilter_jvmfwk.yaml @@ -24,6 +24,7 @@ excludelist: jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx: # Needed on WIN32 - o3tl/char16_t2wchar_t.hxx + - string_view # Don't replace with URE impl. detail - osl/thread.hxx # Don't replace with bits/types, needed for sig_atomic_t @@ -31,3 +32,5 @@ excludelist: jvmfwk/plugins/sunmajor/pluginlib/util.cxx: # Needed on MACOSX - config_folders.h + # Don't replace with URE impl. detail + - osl/module.hxx diff --git a/jvmfwk/inc/fwkbase.hxx b/jvmfwk/inc/fwkbase.hxx index 6428083e20d0..04f432b4a942 100644 --- a/jvmfwk/inc/fwkbase.hxx +++ b/jvmfwk/inc/fwkbase.hxx @@ -22,6 +22,7 @@ #include #include +#include #include #include "libxmlutil.hxx" diff --git a/libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx b/libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx index a67d3427eae5..bb70a15159d1 100644 --- a/libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx +++ b/libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx @@ -11,7 +11,6 @@ #include #include -#include #include #include diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx index 466a1cc85b0e..2a4b90cc8de5 100644 --- a/libreofficekit/source/gtk/lokdocview.cxx +++ b/libreofficekit/source/gtk/lokdocview.cxx @@ -14,7 +14,6 @@ #include #include #include -#include #include #include diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx index b60df05ad572..4803dd3ad74d 100644 --- a/linguistic/source/convdic.cxx +++ b/linguistic/source/convdic.cxx @@ -51,7 +51,6 @@ #include "convdic.hxx" #include "convdicxml.hxx" #include -#include "defs.hxx" using namespace std; using namespace utl; diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx index d15fe83a085c..ed26c81f244b 100644 --- a/linguistic/source/convdic.hxx +++ b/linguistic/source/convdic.hxx @@ -28,7 +28,6 @@ #include #include -#include #include // text conversion dictionary extension diff --git a/linguistic/source/convdiclist.cxx b/linguistic/source/convdiclist.cxx index 9efd7e9151d3..fd291e2130f2 100644 --- a/linguistic/source/convdiclist.cxx +++ b/linguistic/source/convdiclist.cxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index d29a2bcb0ad3..001a028c708b 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -42,8 +42,6 @@ #include #include -#include "defs.hxx" - #include diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index 3fa38b38d4a5..c0f5f800c688 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include @@ -41,7 +40,6 @@ #include #include -#include "defs.hxx" #include "dlistimp.hxx" #include "dicimp.hxx" #include "lngopt.hxx" diff --git a/linguistic/source/gciterator.cxx b/linguistic/source/gciterator.cxx index 19864c9d8035..ad2c377e6e6d 100644 --- a/linguistic/source/gciterator.cxx +++ b/linguistic/source/gciterator.cxx @@ -40,13 +40,11 @@ #include #include #include -#include #include #include #include #include -#include #include #include #include diff --git a/linguistic/source/lngopt.cxx b/linguistic/source/lngopt.cxx index 290b6581f8dc..e5f3a4454645 100644 --- a/linguistic/source/lngopt.cxx +++ b/linguistic/source/lngopt.cxx @@ -29,7 +29,6 @@ #include #include #include -#include using namespace utl; using namespace osl; diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index 23a2e2c7cac7..5dd758ebbf8d 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/oox/IwyuFilter_oox.yaml b/oox/IwyuFilter_oox.yaml index 5698da55f684..d652ce192592 100644 --- a/oox/IwyuFilter_oox.yaml +++ b/oox/IwyuFilter_oox.yaml @@ -7,6 +7,9 @@ excludelist: oox/source/core/filterbase.cxx: # Actually used - comphelper/scopeguard.hxx + oox/source/core/fragmenthandler2.cxx: + # Needed for template + - com/sun/star/frame/XModel.hpp oox/source/core/xmlfilterbase.cxx: # Actually used - com/sun/star/xml/sax/XFastSAXSerializable.hpp @@ -50,6 +53,9 @@ excludelist: # Actually used - com/sun/star/graphic/XGraphic.hpp - com/sun/star/style/ParagraphAdjust.hpp + oox/source/drawingml/textrun.cxx: + # Actually used + - com/sun/star/frame/XModel.hpp oox/source/drawingml/chart/axisconverter.cxx: # Actually used - com/sun/star/chart2/XCoordinateSystem.hpp @@ -135,9 +141,25 @@ excludelist: oox/source/ppt/pptimport.cxx: # Actually used - comphelper/scopeguard.hxx + oox/source/ppt/pptshape.cxx: + # Needed for template + - com/sun/star/frame/XModel.hpp + - com/sun/star/drawing/XDrawPage.hpp + oox/source/ppt/presPropsfragmenthandler.cxx: + # Needed for template + - com/sun/star/frame/XModel.hpp + oox/source/ppt/slidepersist.cxx: + # Needed for template + - com/sun/star/frame/XModel.hpp oox/source/ppt/slidetransition.cxx: # Actually used - com/sun/star/animations/XTransitionFilter.hpp + oox/source/shape/ShapeFilterBase.cxx: + # Needed for template + - com/sun/star/frame/XModel.hpp + oox/qa/unit/shape.cxx: + # Needed for rtl::math::round + - rtl/math.hxx oox/source/shape/ShapeContextHandler.cxx: # Actually used - com/sun/star/xml/dom/XDocument.hpp diff --git a/oox/inc/drawingml/hatchmap.hxx b/oox/inc/drawingml/hatchmap.hxx index f0621f872b0a..64e2722fe769 100644 --- a/oox/inc/drawingml/hatchmap.hxx +++ b/oox/inc/drawingml/hatchmap.hxx @@ -10,6 +10,8 @@ #include #include +#include + using namespace com::sun::star; using namespace oox; diff --git a/oox/qa/unit/vba_encryption.cxx b/oox/qa/unit/vba_encryption.cxx index 326711cae9fc..0797cc02f6a2 100644 --- a/oox/qa/unit/vba_encryption.cxx +++ b/oox/qa/unit/vba_encryption.cxx @@ -12,7 +12,6 @@ #include #include -#include class TestVbaEncryption : public CppUnit::TestFixture { diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx index d1d1e82f0bb9..1eb6fddaf1b6 100644 --- a/oox/source/core/xmlfilterbase.cxx +++ b/oox/source/core/xmlfilterbase.cxx @@ -20,7 +20,6 @@ #include #include -#include #include #include #include diff --git a/oox/source/crypto/DocumentDecryption.cxx b/oox/source/crypto/DocumentDecryption.cxx index feec8de10691..7dd653099fdc 100644 --- a/oox/source/crypto/DocumentDecryption.cxx +++ b/oox/source/crypto/DocumentDecryption.cxx @@ -16,17 +16,10 @@ #include #include #include +#include #include #include #include -#include - -#include -#include -#include -#include -#include -#include #include diff --git a/oox/source/drawingml/chart/titlecontext.cxx b/oox/source/drawingml/chart/titlecontext.cxx index 35ba44cf60fc..04a4ea7069a3 100644 --- a/oox/source/drawingml/chart/titlecontext.cxx +++ b/oox/source/drawingml/chart/titlecontext.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx index fe19a556609d..3efd64878326 100644 --- a/oox/source/drawingml/fillproperties.cxx +++ b/oox/source/drawingml/fillproperties.cxx @@ -31,7 +31,6 @@ #include #include #include -#include #include #include #include diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index f13cbca60d8c..491f79e6090f 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -27,7 +27,6 @@ #include #include -#include #include #include diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index 00f94294f1fe..41b6fc8f2724 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -72,7 +72,6 @@ #include #include #include -#include #include using namespace ::css; diff --git a/oox/source/helper/propertymap.cxx b/oox/source/helper/propertymap.cxx index cadb439e0a1a..3bc994aabc19 100644 --- a/oox/source/helper/propertymap.cxx +++ b/oox/source/helper/propertymap.cxx @@ -47,7 +47,6 @@ using ::com::sun::star::text::WritingMode; #include #include #include -#include #include #include using ::com::sun::star::uno::Any; diff --git a/pyuno/IwyuFilter_pyuno.yaml b/pyuno/IwyuFilter_pyuno.yaml index 771141250ca4..c39a7992cc0a 100644 --- a/pyuno/IwyuFilter_pyuno.yaml +++ b/pyuno/IwyuFilter_pyuno.yaml @@ -28,6 +28,8 @@ excludelist: - config_folders.h # Needed for direct member access - com/sun/star/container/XHierarchicalNameAccess.hpp + # Needed for template + - com/sun/star/script/XInvocation2.hpp pyuno/zipcore/python.cxx: # Needed on WIN32 - tools/pathutils.hxx diff --git a/pyuno/source/loader/pyuno_loader.cxx b/pyuno/source/loader/pyuno_loader.cxx index a92a538161b1..a8722dd835bb 100644 --- a/pyuno/source/loader/pyuno_loader.cxx +++ b/pyuno/source/loader/pyuno_loader.cxx @@ -31,7 +31,6 @@ #include #include -#include #include #include diff --git a/pyuno/source/module/pyuno.cxx b/pyuno/source/module/pyuno.cxx index 25ae588d6d58..60bb6b3f5f92 100644 --- a/pyuno/source/module/pyuno.cxx +++ b/pyuno/source/module/pyuno.cxx @@ -22,7 +22,6 @@ #include #include -#include #include #include diff --git a/pyuno/source/module/pyuno_except.cxx b/pyuno/source/module/pyuno_except.cxx index 7cd879f0e81e..b833970e8751 100644 --- a/pyuno/source/module/pyuno_except.cxx +++ b/pyuno/source/module/pyuno_except.cxx @@ -18,8 +18,6 @@ */ #include "pyuno_impl.hxx" -#include - #include #include diff --git a/pyuno/source/module/pyuno_struct.cxx b/pyuno/source/module/pyuno_struct.cxx index a5b127dc23c6..747e759f6b61 100644 --- a/pyuno/source/module/pyuno_struct.cxx +++ b/pyuno/source/module/pyuno_struct.cxx @@ -19,8 +19,6 @@ #include -#include - #include #include #include diff --git a/pyuno/source/module/pyuno_type.cxx b/pyuno/source/module/pyuno_type.cxx index a6c1bc447379..7a919c9bde32 100644 --- a/pyuno/source/module/pyuno_type.cxx +++ b/pyuno/source/module/pyuno_type.cxx @@ -20,8 +20,6 @@ #include -#include - #include diff --git a/reportdesign/inc/UndoEnv.hxx b/reportdesign/inc/UndoEnv.hxx index e4630dbb02b2..80807048c625 100644 --- a/reportdesign/inc/UndoEnv.hxx +++ b/reportdesign/inc/UndoEnv.hxx @@ -27,6 +27,7 @@ #include #include +#include #include #include "dllapi.h" #include "RptPage.hxx" diff --git a/reportdesign/source/filter/xml/xmlCell.cxx b/reportdesign/source/filter/xml/xmlCell.cxx index d83621317f26..7cca71988885 100644 --- a/reportdesign/source/filter/xml/xmlCell.cxx +++ b/reportdesign/source/filter/xml/xmlCell.cxx @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include "xmlTable.hxx" diff --git a/reportdesign/source/filter/xml/xmlColumn.cxx b/reportdesign/source/filter/xml/xmlColumn.cxx index 053535868bb1..da62a8ae6d20 100644 --- a/reportdesign/source/filter/xml/xmlColumn.cxx +++ b/reportdesign/source/filter/xml/xmlColumn.cxx @@ -25,7 +25,6 @@ #include #include #include -#include #include "xmlEnums.hxx" #include "xmlCell.hxx" #include "xmlTable.hxx" diff --git a/reportdesign/source/filter/xml/xmlComponent.cxx b/reportdesign/source/filter/xml/xmlComponent.cxx index 184ed5d6558f..dfb773c4896e 100644 --- a/reportdesign/source/filter/xml/xmlComponent.cxx +++ b/reportdesign/source/filter/xml/xmlComponent.cxx @@ -20,7 +20,6 @@ #include "xmlfilter.hxx" #include #include -#include #include namespace rptxml diff --git a/reportdesign/source/filter/xml/xmlCondPrtExpr.cxx b/reportdesign/source/filter/xml/xmlCondPrtExpr.cxx index ba803f15e619..1c1331b206c3 100644 --- a/reportdesign/source/filter/xml/xmlCondPrtExpr.cxx +++ b/reportdesign/source/filter/xml/xmlCondPrtExpr.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include namespace rptxml diff --git a/reportdesign/source/filter/xml/xmlControlProperty.cxx b/reportdesign/source/filter/xml/xmlControlProperty.cxx index c66453c14f9d..0a921f328dc5 100644 --- a/reportdesign/source/filter/xml/xmlControlProperty.cxx +++ b/reportdesign/source/filter/xml/xmlControlProperty.cxx @@ -36,7 +36,6 @@ #include #include #include -#include #include #define TYPE_DATE 1 diff --git a/reportdesign/source/filter/xml/xmlExport.cxx b/reportdesign/source/filter/xml/xmlExport.cxx index af5e3222d57d..e81e78375ad0 100644 --- a/reportdesign/source/filter/xml/xmlExport.cxx +++ b/reportdesign/source/filter/xml/xmlExport.cxx @@ -45,8 +45,6 @@ #include #include -#include - #define DEFAULT_LINE_WIDTH 2 namespace rptxml diff --git a/reportdesign/source/filter/xml/xmlFormatCondition.cxx b/reportdesign/source/filter/xml/xmlFormatCondition.cxx index 716f0550c2ae..eff2ef7b8967 100644 --- a/reportdesign/source/filter/xml/xmlFormatCondition.cxx +++ b/reportdesign/source/filter/xml/xmlFormatCondition.cxx @@ -21,7 +21,6 @@ #include #include #include "xmlHelper.hxx" -#include #include namespace rptxml diff --git a/reportdesign/source/filter/xml/xmlFormattedField.cxx b/reportdesign/source/filter/xml/xmlFormattedField.cxx index 8ef64ff62423..88551c909f71 100644 --- a/reportdesign/source/filter/xml/xmlFormattedField.cxx +++ b/reportdesign/source/filter/xml/xmlFormattedField.cxx @@ -20,7 +20,6 @@ #include "xmlfilter.hxx" #include #include -#include #include diff --git a/reportdesign/source/filter/xml/xmlFunction.cxx b/reportdesign/source/filter/xml/xmlFunction.cxx index bc08b77d37f1..a47a7ba7d6e3 100644 --- a/reportdesign/source/filter/xml/xmlFunction.cxx +++ b/reportdesign/source/filter/xml/xmlFunction.cxx @@ -20,7 +20,6 @@ #include "xmlfilter.hxx" #include #include -#include #include namespace rptxml diff --git a/reportdesign/source/filter/xml/xmlGroup.cxx b/reportdesign/source/filter/xml/xmlGroup.cxx index 951e9391427d..15ea2ac6f144 100644 --- a/reportdesign/source/filter/xml/xmlGroup.cxx +++ b/reportdesign/source/filter/xml/xmlGroup.cxx @@ -28,7 +28,6 @@ #include "xmlEnums.hxx" #include #include -#include #include namespace rptxml diff --git a/reportdesign/source/filter/xml/xmlMasterFields.cxx b/reportdesign/source/filter/xml/xmlMasterFields.cxx index 64cb935db286..2dfd0ac4d9b1 100644 --- a/reportdesign/source/filter/xml/xmlMasterFields.cxx +++ b/reportdesign/source/filter/xml/xmlMasterFields.cxx @@ -23,7 +23,6 @@ #include #include #include "xmlEnums.hxx" -#include namespace rptxml diff --git a/reportdesign/source/filter/xml/xmlReportElement.cxx b/reportdesign/source/filter/xml/xmlReportElement.cxx index b71901927cd3..47adb6c21903 100644 --- a/reportdesign/source/filter/xml/xmlReportElement.cxx +++ b/reportdesign/source/filter/xml/xmlReportElement.cxx @@ -25,7 +25,6 @@ #include "xmlComponent.hxx" #include "xmlCondPrtExpr.hxx" #include "xmlFormatCondition.hxx" -#include #include namespace rptxml diff --git a/reportdesign/source/filter/xml/xmlSection.cxx b/reportdesign/source/filter/xml/xmlSection.cxx index a32b6ecf97d7..fb7d44398430 100644 --- a/reportdesign/source/filter/xml/xmlSection.cxx +++ b/reportdesign/source/filter/xml/xmlSection.cxx @@ -24,7 +24,6 @@ #include "xmlHelper.hxx" #include #include "xmlTable.hxx" -#include #include diff --git a/reportdesign/source/filter/xml/xmlTable.cxx b/reportdesign/source/filter/xml/xmlTable.cxx index 3a882dc7c37f..55179cc83f95 100644 --- a/reportdesign/source/filter/xml/xmlTable.cxx +++ b/reportdesign/source/filter/xml/xmlTable.cxx @@ -34,7 +34,6 @@ #include #include #include -#include #include #include diff --git a/reportdesign/source/filter/xml/xmlfilter.cxx b/reportdesign/source/filter/xml/xmlfilter.cxx index 487ee306aa16..39d518f83b5d 100644 --- a/reportdesign/source/filter/xml/xmlfilter.cxx +++ b/reportdesign/source/filter/xml/xmlfilter.cxx @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include @@ -42,7 +41,6 @@ #include #include #include -#include #include #include -- cgit