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 <vmiklos@collabora.com>
This commit is contained in:
parent
da5e0c7fb1
commit
877f40ac3f
58 changed files with 39 additions and 74 deletions
|
@ -15,7 +15,6 @@
|
|||
#include <vector>
|
||||
#include <libxml/parser.h>
|
||||
#include <comphelper/syntaxhighlight.hxx>
|
||||
#include <helpcompiler/dllapi.h>
|
||||
|
||||
class LibXmlTreeWalker;
|
||||
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
#include <string.h>
|
||||
#include <libxslt/xsltInternals.h>
|
||||
#include <libxslt/transform.h>
|
||||
#include <osl/thread.hxx>
|
||||
#include <chrono>
|
||||
#include <rtl/character.hxx>
|
||||
#include <sal/log.hxx>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -11,13 +11,10 @@
|
|||
#include <com/sun/star/i18n/CharacterIteratorMode.hpp>
|
||||
#include <com/sun/star/i18n/ScriptType.hpp>
|
||||
#include <com/sun/star/i18n/WordType.hpp>
|
||||
#include <o3tl/cppunittraitshelper.hxx>
|
||||
#include <unotest/bootstrapfixturebase.hxx>
|
||||
|
||||
#include <unicode/uvernum.h>
|
||||
|
||||
#include <rtl/strbuf.hxx>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <stack>
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <unicode/uchar.h>
|
||||
#include <i18nutil/unicode.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
|
||||
#include <com/sun/star/i18n/CharType.hpp>
|
||||
#include <com/sun/star/i18n/ScriptType.hpp>
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
#include <breakiterator_th.hxx>
|
||||
#include <wtt.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::i18n;
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <osl/file.h>
|
||||
#include <osl/module.h>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#include <rtl/bootstrap.hxx>
|
||||
#include <com/sun/star/i18n/ScriptType.hpp>
|
||||
#include <com/sun/star/i18n/WordType.hpp>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <calendar_gregorian.hxx>
|
||||
#include <localedata.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <localedata.hxx>
|
||||
#include <com/sun/star/i18n/CollatorOptions.hpp>
|
||||
#include <com/sun/star/i18n/LocaleData2.hpp>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <numeric>
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <string.h>
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
#include <o3tl/sorted_vector.hxx>
|
||||
|
||||
|
|
|
@ -28,10 +28,8 @@
|
|||
#include <localedata.hxx>
|
||||
#include <i18nlangtag/mslangid.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include <string.h>
|
||||
#include <rtl/instance.hxx>
|
||||
#include <sal/macros.h>
|
||||
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
|
||||
#include "textsearch.hxx"
|
||||
#include "levdis.hxx"
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <com/sun/star/i18n/BreakIterator.hpp>
|
||||
#include <com/sun/star/util/SearchAlgorithms2.hpp>
|
||||
#include <com/sun/star/util/SearchFlags.hpp>
|
||||
|
@ -30,7 +28,6 @@
|
|||
#include <com/sun/star/i18n/CharacterClassification.hpp>
|
||||
#include <com/sun/star/i18n/KCharacterType.hpp>
|
||||
#include <com/sun/star/i18n/Transliteration.hpp>
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <cppuhelper/weak.hxx>
|
||||
#include <i18nutil/transliteration.hxx>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <sal/log.hxx>
|
||||
|
||||
#include <com/sun/star/io/IOException.hpp>
|
||||
#include <com/sun/star/io/NotConnectedException.hpp>
|
||||
#include <com/sun/star/io/XActiveDataSource.hpp>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include <sal/config.h>
|
||||
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include "libxmlutil.hxx"
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
#include <LibreOfficeKit/LibreOfficeKitGtk.h>
|
||||
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <mutex>
|
||||
#include <boost/property_tree/json_parser.hpp>
|
||||
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
#include "convdic.hxx"
|
||||
#include "convdicxml.hxx"
|
||||
#include <linguistic/misc.hxx>
|
||||
#include "defs.hxx"
|
||||
|
||||
using namespace std;
|
||||
using namespace utl;
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <i18nlangtag/lang.h>
|
||||
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <unordered_map>
|
||||
|
||||
// text conversion dictionary extension
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#include <com/sun/star/lang/Locale.hpp>
|
||||
#include <com/sun/star/lang/NoSupportException.hpp>
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
#include <com/sun/star/linguistic2/ConversionDictionaryType.hpp>
|
||||
#include <com/sun/star/linguistic2/XConversionDictionaryList.hpp>
|
||||
#include <com/sun/star/uno/Reference.h>
|
||||
|
|
|
@ -42,8 +42,6 @@
|
|||
#include <com/sun/star/linguistic2/LinguServiceManager.hpp>
|
||||
#include <com/sun/star/linguistic2/XSpellChecker1.hpp>
|
||||
|
||||
#include "defs.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include <comphelper/sequence.hxx>
|
||||
#include <unotools/ucbstreamhelper.hxx>
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
#include <com/sun/star/uno/Reference.h>
|
||||
#include <com/sun/star/linguistic2/DictionaryEventFlags.hpp>
|
||||
#include <com/sun/star/linguistic2/DictionaryListEventFlags.hpp>
|
||||
|
@ -41,7 +40,6 @@
|
|||
#include <unotools/resmgr.hxx>
|
||||
#include <sal/log.hxx>
|
||||
|
||||
#include "defs.hxx"
|
||||
#include "dlistimp.hxx"
|
||||
#include "dicimp.hxx"
|
||||
#include "lngopt.hxx"
|
||||
|
|
|
@ -40,13 +40,11 @@
|
|||
#include <com/sun/star/text/XFlatParagraph.hpp>
|
||||
#include <com/sun/star/text/XFlatParagraphIterator.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
|
||||
#include <sal/config.h>
|
||||
#include <sal/log.hxx>
|
||||
#include <o3tl/safeint.hxx>
|
||||
#include <osl/conditn.hxx>
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <cppuhelper/weak.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <cppuhelper/weak.hxx>
|
||||
#include <com/sun/star/lang/Locale.hpp>
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
|
||||
using namespace utl;
|
||||
using namespace osl;
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <com/sun/star/deployment/ExtensionManager.hpp>
|
||||
#include <com/sun/star/container/XContentEnumerationAccess.hpp>
|
||||
#include <com/sun/star/container/XEnumeration.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
#include <com/sun/star/linguistic2/XSupportedLocales.hpp>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
#include <com/sun/star/drawing/Hatch.hpp>
|
||||
#include <oox/token/tokens.hxx>
|
||||
|
||||
#include <tools/color.hxx>
|
||||
|
||||
using namespace com::sun::star;
|
||||
using namespace oox;
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#include <cppunit/TestFixture.h>
|
||||
|
||||
#include <oox/ole/vbaexport.hxx>
|
||||
#include <algorithm>
|
||||
|
||||
class TestVbaEncryption : public CppUnit::TestFixture
|
||||
{
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <oox/core/xmlfilterbase.hxx>
|
||||
|
||||
#include <cstdio>
|
||||
#include <set>
|
||||
#include <com/sun/star/beans/XPropertyAccess.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/beans/Pair.hpp>
|
||||
|
|
|
@ -16,17 +16,10 @@
|
|||
#include <com/sun/star/io/XSeekable.hpp>
|
||||
#include <com/sun/star/io/XStream.hpp>
|
||||
#include <com/sun/star/io/IOException.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <com/sun/star/packages/XPackageEncryption.hpp>
|
||||
#include <oox/ole/olestorage.hxx>
|
||||
#include <oox/helper/binaryinputstream.hxx>
|
||||
#include <filter/msfilter/mscodec.hxx>
|
||||
|
||||
#include <com/sun/star/task/PasswordRequestMode.hpp>
|
||||
#include <comphelper/docpasswordrequest.hxx>
|
||||
#include <comphelper/stillreadwriteinteraction.hxx>
|
||||
#include <com/sun/star/task/InteractionHandler.hpp>
|
||||
#include <com/sun/star/task/PasswordContainer.hpp>
|
||||
#include <com/sun/star/task/XInteractionHandler.hpp>
|
||||
|
||||
#include <sal/log.hxx>
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <drawingml/textbodycontext.hxx>
|
||||
#include <drawingml/chart/datasourcecontext.hxx>
|
||||
#include <drawingml/chart/titlemodel.hxx>
|
||||
#include <oox/core/xmlfilterbase.hxx>
|
||||
#include <oox/helper/attributelist.hxx>
|
||||
#include <oox/token/namespaces.hxx>
|
||||
#include <oox/token/tokens.hxx>
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <com/sun/star/drawing/BitmapMode.hpp>
|
||||
#include <com/sun/star/drawing/ColorMode.hpp>
|
||||
#include <com/sun/star/drawing/FillStyle.hpp>
|
||||
#include <com/sun/star/drawing/Hatch.hpp>
|
||||
#include <com/sun/star/drawing/RectanglePoint.hpp>
|
||||
#include <com/sun/star/graphic/XGraphicTransformer.hpp>
|
||||
#include <oox/helper/graphichelper.hxx>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <drawingml/chart/typegroupconverter.hxx>
|
||||
|
||||
#include <cstdio>
|
||||
#include <iterator>
|
||||
|
||||
#include <com/sun/star/awt/Gradient.hpp>
|
||||
#include <com/sun/star/chart/XChartDocument.hpp>
|
||||
|
|
|
@ -72,7 +72,6 @@
|
|||
#include <svx/unoapi.hxx>
|
||||
#include <oox/export/chartexport.hxx>
|
||||
#include <oox/mathml/export.hxx>
|
||||
#include <drawingml/presetgeometrynames.hxx>
|
||||
#include <basegfx/numeric/ftools.hxx>
|
||||
|
||||
using namespace ::css;
|
||||
|
|
|
@ -47,7 +47,6 @@ using ::com::sun::star::text::WritingMode;
|
|||
#include <osl/diagnose.h>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <tools/long.hxx>
|
||||
#include <oox/token/properties.hxx>
|
||||
#include <oox/token/propertynames.hxx>
|
||||
using ::com::sun::star::uno::Any;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <rtl/ustrbuf.hxx>
|
||||
#include <rtl/bootstrap.hxx>
|
||||
|
||||
#include <cppuhelper/implementationentry.hxx>
|
||||
#include <cppuhelper/factory.hxx>
|
||||
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include <rtl/strbuf.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
|
||||
#include <typelib/typedescription.hxx>
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
*/
|
||||
#include "pyuno_impl.hxx"
|
||||
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
|
||||
#include <typelib/typedescription.hxx>
|
||||
#include <com/sun/star/script/CannotConvertException.hpp>
|
||||
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <rtl/strbuf.hxx>
|
||||
|
||||
#include <com/sun/star/beans/UnknownPropertyException.hpp>
|
||||
#include <com/sun/star/beans/XMaterialHolder.hpp>
|
||||
#include <com/sun/star/script/CannotConvertException.hpp>
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include <o3tl/any.hxx>
|
||||
|
||||
#include <rtl/strbuf.hxx>
|
||||
|
||||
#include <typelib/typedescription.hxx>
|
||||
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <com/sun/star/report/XSection.hpp>
|
||||
|
||||
#include <memory>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <svl/lstner.hxx>
|
||||
#include "dllapi.h"
|
||||
#include "RptPage.hxx"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <com/sun/star/report/XShape.hpp>
|
||||
#include <com/sun/star/report/XFixedLine.hpp>
|
||||
#include <com/sun/star/table/BorderLine2.hpp>
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include <strings.hxx>
|
||||
#include "xmlTable.hxx"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <xmloff/xmlstyle.hxx>
|
||||
#include <xmloff/prstylei.hxx>
|
||||
#include <xmloff/ProgressBarHelper.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include "xmlEnums.hxx"
|
||||
#include "xmlCell.hxx"
|
||||
#include "xmlTable.hxx"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include "xmlfilter.hxx"
|
||||
#include <xmloff/xmltoken.hxx>
|
||||
#include <xmloff/xmlnamespace.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
namespace rptxml
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <xmloff/xmltoken.hxx>
|
||||
#include <xmloff/xmlnamespace.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
namespace rptxml
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#include <unotools/datetime.hxx>
|
||||
#include <com/sun/star/util/DateTime.hpp>
|
||||
#include <rtl/math.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
#define TYPE_DATE 1
|
||||
|
|
|
@ -45,8 +45,6 @@
|
|||
#include <osl/diagnose.h>
|
||||
#include <tools/color.hxx>
|
||||
|
||||
#include <iterator>
|
||||
|
||||
#define DEFAULT_LINE_WIDTH 2
|
||||
|
||||
namespace rptxml
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <xmloff/xmltoken.hxx>
|
||||
#include <xmloff/xmlnamespace.hxx>
|
||||
#include "xmlHelper.hxx"
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
namespace rptxml
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include "xmlfilter.hxx"
|
||||
#include <xmloff/xmltoken.hxx>
|
||||
#include <xmloff/xmlnamespace.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include "xmlfilter.hxx"
|
||||
#include <xmloff/xmltoken.hxx>
|
||||
#include <xmloff/xmlnamespace.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
namespace rptxml
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include "xmlEnums.hxx"
|
||||
#include <com/sun/star/report/GroupOn.hpp>
|
||||
#include <com/sun/star/report/KeepTogether.hpp>
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
namespace rptxml
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <xmloff/xmlnamespace.hxx>
|
||||
#include <xmloff/ProgressBarHelper.hxx>
|
||||
#include "xmlEnums.hxx"
|
||||
#include <sal/log.hxx>
|
||||
|
||||
|
||||
namespace rptxml
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "xmlComponent.hxx"
|
||||
#include "xmlCondPrtExpr.hxx"
|
||||
#include "xmlFormatCondition.hxx"
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
namespace rptxml
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "xmlHelper.hxx"
|
||||
#include <com/sun/star/report/ReportPrintOption.hpp>
|
||||
#include "xmlTable.hxx"
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include <strings.hxx>
|
||||
#include <com/sun/star/report/XShape.hpp>
|
||||
#include <com/sun/star/report/XFixedLine.hpp>
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
#include <numeric>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <com/sun/star/embed/ElementModes.hpp>
|
||||
#include <com/sun/star/beans/NamedValue.hpp>
|
||||
#include <com/sun/star/util/MeasureUnit.hpp>
|
||||
#include <com/sun/star/xml/sax/Parser.hpp>
|
||||
#include <com/sun/star/xml/sax/SAXParseException.hpp>
|
||||
#include <com/sun/star/document/XGraphicStorageHandler.hpp>
|
||||
#include <com/sun/star/document/XEmbeddedObjectResolver.hpp>
|
||||
|
@ -42,7 +41,6 @@
|
|||
#include <xmloff/namespacemap.hxx>
|
||||
#include <xmloff/XMLFontStylesContext.hxx>
|
||||
#include <com/sun/star/xml/sax/InputSource.hpp>
|
||||
#include <com/sun/star/xml/sax/XParser.hpp>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
|
||||
#include <comphelper/genericpropertyset.hxx>
|
||||
|
|
Loading…
Reference in a new issue