vbahelper/source/msforms/vbacontrol.cxx | 1 - vbahelper/source/msforms/vbamultipage.hxx | 1 - vbahelper/source/vbahelper/vbahelper.cxx | 1 - writerfilter/source/dmapper/DomainMapper_Impl.hxx | 1 - writerfilter/source/dmapper/SettingsTable.cxx | 1 - writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx | 4 ---- writerfilter/unocomponent/debugservices/doctok/DocTokTestService.cxx | 4 ---- writerfilter/unocomponent/debugservices/ooxml/OOXMLAnalyzeService.cxx | 4 ---- writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx | 4 ---- writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx | 1 - writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx | 1 - writerperfect/source/cdrimp/CDRImportFilter.cxx | 2 -- writerperfect/source/vsdimp/VisioImportFilter.cxx | 2 -- writerperfect/source/wpgimp/WPGImportFilter.cxx | 2 -- xmlhelp/source/cxxhelp/provider/provider.cxx | 1 - xmloff/source/core/SettingsExportHelper.cxx | 1 - xmloff/source/core/XMLEmbeddedObjectImportContext.cxx | 2 -- xmloff/source/core/xmlexp.cxx | 2 -- xmloff/source/core/xmlimp.cxx | 1 - xmloff/source/draw/animationexport.cxx | 1 - xmloff/source/draw/animationimport.cxx | 1 - xmloff/source/draw/shapeexport4.cxx | 1 - xmloff/source/draw/ximppage.cxx | 1 - xmloff/source/draw/ximpshap.cxx | 1 - xmloff/source/forms/elementexport.cxx | 1 - xmloff/source/style/XMLPageExport.cxx | 1 - xmloff/source/style/backhdl.hxx | 1 - xmloff/source/style/impastpl.hxx | 1 - xmloff/source/style/xmlnumfe.cxx | 1 - xmloff/source/table/XMLTableImport.cxx | 1 - xmloff/source/text/txtexppr.cxx | 3 --- xmloff/source/text/txtparai.cxx | 1 - xmlscript/source/xmldlg_imexp/xmldlg_export.cxx | 1 - xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx | 1 - xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx | 1 - 35 files changed, 54 deletions(-)
New commits: commit 643a582793c85c3d5e3cd5cfc831d895036ef93d Author: Takeshi Abe <t...@fixedpoint.jp> Date: Tue Apr 3 19:38:33 2012 +0900 removed duplicate #includes in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity diff --git a/vbahelper/source/msforms/vbacontrol.cxx b/vbahelper/source/msforms/vbacontrol.cxx index db04c71..f092f17 100644 --- a/vbahelper/source/msforms/vbacontrol.cxx +++ b/vbahelper/source/msforms/vbacontrol.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/drawing/XControlShape.hpp> -#include <com/sun/star/awt/XControl.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/view/XControlAccess.hpp> #include <com/sun/star/container/XChild.hpp> diff --git a/vbahelper/source/msforms/vbamultipage.hxx b/vbahelper/source/msforms/vbamultipage.hxx index 8876aa8..9743d94 100644 --- a/vbahelper/source/msforms/vbamultipage.hxx +++ b/vbahelper/source/msforms/vbamultipage.hxx @@ -33,7 +33,6 @@ #include "vbacontrol.hxx" #include <vbahelper/vbahelper.hxx> -#include <cppuhelper/implbase1.hxx> typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XMultiPage > MultiPageImpl_BASE; diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx index 2f82c18..a8cfb1a 100644 --- a/vbahelper/source/vbahelper/vbahelper.cxx +++ b/vbahelper/source/vbahelper/vbahelper.cxx @@ -80,7 +80,6 @@ #endif #include <vbahelper/vbahelper.hxx> -#include <sfx2/app.hxx> using namespace ::com::sun::star; using namespace ::ooo::vba; diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.hxx b/writerfilter/source/dmapper/DomainMapper_Impl.hxx index 333ba25..8fa3f4a 100644 --- a/writerfilter/source/dmapper/DomainMapper_Impl.hxx +++ b/writerfilter/source/dmapper/DomainMapper_Impl.hxx @@ -50,7 +50,6 @@ #include <StyleSheetTable.hxx> #include <SettingsTable.hxx> #include <ThemeTable.hxx> -#include <SettingsTable.hxx> #include <GraphicImport.hxx> #include <OLEHandler.hxx> #include <FFDataHandler.hxx> diff --git a/writerfilter/source/dmapper/SettingsTable.cxx b/writerfilter/source/dmapper/SettingsTable.cxx index 6e33617..8d53198 100644 --- a/writerfilter/source/dmapper/SettingsTable.cxx +++ b/writerfilter/source/dmapper/SettingsTable.cxx @@ -31,7 +31,6 @@ #include <resourcemodel/ResourceModelHelper.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <SettingsTable.hxx> -#include <resourcemodel/ResourceModelHelper.hxx> #include <doctok/resourceids.hxx> #include <ooxml/resourceids.hxx> #include <ConversionHelper.hxx> diff --git a/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx b/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx index 3a74e57..6014adb 100644 --- a/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx +++ b/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx @@ -46,16 +46,12 @@ #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/util/XCloseable.hpp> #include <comphelper/storagehelper.hxx> -#include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <comphelper/seqstream.hxx> -#include <com/sun/star/ucb/XSimpleFileAccess.hpp> -#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/container/XNameContainer.hpp> #include <resourcemodel/WW8ResourceModel.hxx> #include <resourcemodel/exceptions.hxx> #include <doctok/WW8Document.hxx> diff --git a/writerfilter/unocomponent/debugservices/doctok/DocTokTestService.cxx b/writerfilter/unocomponent/debugservices/doctok/DocTokTestService.cxx index 0a8e650..809aafa 100644 --- a/writerfilter/unocomponent/debugservices/doctok/DocTokTestService.cxx +++ b/writerfilter/unocomponent/debugservices/doctok/DocTokTestService.cxx @@ -46,16 +46,12 @@ #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/util/XCloseable.hpp> #include <comphelper/storagehelper.hxx> -#include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <comphelper/seqstream.hxx> -#include <com/sun/star/ucb/XSimpleFileAccess.hpp> -#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/container/XNameContainer.hpp> #include <resourcemodel/WW8ResourceModel.hxx> #include <resourcemodel/exceptions.hxx> #include <doctok/WW8Document.hxx> diff --git a/writerfilter/unocomponent/debugservices/ooxml/OOXMLAnalyzeService.cxx b/writerfilter/unocomponent/debugservices/ooxml/OOXMLAnalyzeService.cxx index c149a2b..a727293 100644 --- a/writerfilter/unocomponent/debugservices/ooxml/OOXMLAnalyzeService.cxx +++ b/writerfilter/unocomponent/debugservices/ooxml/OOXMLAnalyzeService.cxx @@ -48,16 +48,12 @@ #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/util/XCloseable.hpp> #include <comphelper/storagehelper.hxx> -#include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <comphelper/seqstream.hxx> -#include <com/sun/star/ucb/XSimpleFileAccess.hpp> -#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/container/XNameContainer.hpp> #include <resourcemodel/WW8ResourceModel.hxx> #include <ooxml/OOXMLDocument.hxx> diff --git a/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx b/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx index ab225d7..86dfa64 100644 --- a/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx +++ b/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx @@ -52,16 +52,12 @@ #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/util/XCloseable.hpp> #include <comphelper/storagehelper.hxx> -#include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <comphelper/seqstream.hxx> -#include <com/sun/star/ucb/XSimpleFileAccess.hpp> -#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/text/XTextDocument.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp> #include <ooxml/OOXMLDocument.hxx> diff --git a/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx b/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx index 41b3d66..f6d3990 100644 --- a/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx +++ b/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx @@ -49,7 +49,6 @@ #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/util/XCloseable.hpp> #include <comphelper/storagehelper.hxx> -#include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <comphelper/seqstream.hxx> diff --git a/writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx b/writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx index 25f3a11..1b3480b 100644 --- a/writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx +++ b/writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx @@ -50,7 +50,6 @@ #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/util/XCloseable.hpp> #include <comphelper/storagehelper.hxx> -#include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <comphelper/seqstream.hxx> diff --git a/writerperfect/source/cdrimp/CDRImportFilter.cxx b/writerperfect/source/cdrimp/CDRImportFilter.cxx index d72fae6..8e17102 100644 --- a/writerperfect/source/cdrimp/CDRImportFilter.cxx +++ b/writerperfect/source/cdrimp/CDRImportFilter.cxx @@ -39,8 +39,6 @@ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/XParser.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/uno/Reference.h> diff --git a/writerperfect/source/vsdimp/VisioImportFilter.cxx b/writerperfect/source/vsdimp/VisioImportFilter.cxx index 3c7cf51..b731769 100644 --- a/writerperfect/source/vsdimp/VisioImportFilter.cxx +++ b/writerperfect/source/vsdimp/VisioImportFilter.cxx @@ -39,8 +39,6 @@ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/XParser.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/uno/Reference.h> diff --git a/writerperfect/source/wpgimp/WPGImportFilter.cxx b/writerperfect/source/wpgimp/WPGImportFilter.cxx index 9794880..478879e 100644 --- a/writerperfect/source/wpgimp/WPGImportFilter.cxx +++ b/writerperfect/source/wpgimp/WPGImportFilter.cxx @@ -39,8 +39,6 @@ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/XParser.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/uno/Reference.h> diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx b/xmlhelp/source/cxxhelp/provider/provider.cxx index 9ea2570..5a65314 100644 --- a/xmlhelp/source/cxxhelp/provider/provider.cxx +++ b/xmlhelp/source/cxxhelp/provider/provider.cxx @@ -51,7 +51,6 @@ #include "databases.hxx" #include "provider.hxx" #include "content.hxx" -#include "databases.hxx" using namespace com::sun::star; using namespace chelp; diff --git a/xmloff/source/core/SettingsExportHelper.cxx b/xmloff/source/core/SettingsExportHelper.cxx index 27182d3..abfef5d 100644 --- a/xmloff/source/core/SettingsExportHelper.cxx +++ b/xmloff/source/core/SettingsExportHelper.cxx @@ -43,7 +43,6 @@ #include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/formula/SymbolDescriptor.hpp> #include <com/sun/star/document/PrinterIndependentLayout.hpp> #include <xmloff/XMLSettingsExportContext.hxx> diff --git a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx index a7db987..dd5208d 100644 --- a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx +++ b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx @@ -32,8 +32,6 @@ #include <com/sun/star/frame/XStorable.hpp> #include <tools/globname.hxx> #include <sot/clsids.hxx> -#include <tools/globname.hxx> -#include <sot/clsids.hxx> #include <xmloff/nmspmap.hxx> #include <xmloff/xmlimp.hxx> #include "xmloff/xmlnmspe.hxx" diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index 8416a5f..6b750ad 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -56,7 +56,6 @@ #include "XMLStarBasicExportHandler.hxx" #include "XMLScriptExportHandler.hxx" #include <xmloff/SettingsExportHelper.hxx> -#include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/document/XEventsSupplier.hpp> #include <com/sun/star/document/XViewDataSupplier.hpp> @@ -75,7 +74,6 @@ #include "xmloff/XMLFilterServiceNames.h" #include "xmloff/XMLEmbeddedObjectExportFilter.hxx" #include "XMLBasicExportFilter.hxx" -#include <osl/mutex.hxx> #include <rtl/logfile.hxx> #include <cppuhelper/implbase1.hxx> #include <comphelper/extract.hxx> diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index e89a8cd..ce41663 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -46,7 +46,6 @@ #include "XMLScriptContextFactory.hxx" #include "StyleMap.hxx" #include <xmloff/ProgressBarHelper.hxx> -#include <xmloff/xmltoken.hxx> #include "xmloff/xmlerror.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/ServiceNotRegisteredException.hpp> diff --git a/xmloff/source/draw/animationexport.cxx b/xmloff/source/draw/animationexport.cxx index 9c8594b..d8aa27b 100644 --- a/xmloff/source/draw/animationexport.cxx +++ b/xmloff/source/draw/animationexport.cxx @@ -43,7 +43,6 @@ #include <com/sun/star/animations/EventTrigger.hpp> #include <com/sun/star/animations/AnimationFill.hpp> #include <com/sun/star/animations/AnimationEndSync.hpp> -#include <com/sun/star/animations/AnimationNodeType.hpp> #include <com/sun/star/animations/AnimationCalcMode.hpp> #include <com/sun/star/animations/AnimationAdditiveMode.hpp> #include <com/sun/star/animations/AnimationTransformType.hpp> diff --git a/xmloff/source/draw/animationimport.cxx b/xmloff/source/draw/animationimport.cxx index 408b4a8..f0c9019 100644 --- a/xmloff/source/draw/animationimport.cxx +++ b/xmloff/source/draw/animationimport.cxx @@ -53,7 +53,6 @@ #include <com/sun/star/text/XTextRangeCompare.hpp> #include <com/sun/star/presentation/ParagraphTarget.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/animations/EventTrigger.hpp> #include <com/sun/star/presentation/EffectCommands.hpp> #include <com/sun/star/util/Duration.hpp> diff --git a/xmloff/source/draw/shapeexport4.cxx b/xmloff/source/draw/shapeexport4.cxx index d2eece2..bd1ae98 100644 --- a/xmloff/source/draw/shapeexport4.cxx +++ b/xmloff/source/draw/shapeexport4.cxx @@ -55,7 +55,6 @@ #include <xmloff/xmltoken.hxx> #include "EnhancedCustomShapeToken.hxx" #include <com/sun/star/container/XIdentifierContainer.hpp> -#include <com/sun/star/drawing/ShadeMode.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeGluePointType.hpp> diff --git a/xmloff/source/draw/ximppage.cxx b/xmloff/source/draw/ximppage.cxx index 09fbb03..9346e6a 100644 --- a/xmloff/source/draw/ximppage.cxx +++ b/xmloff/source/draw/ximppage.cxx @@ -34,7 +34,6 @@ #include "XMLNumberStylesImport.hxx" #include <xmloff/xmlstyle.hxx> #include <xmloff/xmltoken.hxx> -#include <xmloff/xmlstyle.hxx> #include "xmloff/xmlnmspe.hxx" #include "ximppage.hxx" #include "ximpshap.hxx" diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index ef5d5e6..5ce4c11 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -58,7 +58,6 @@ #include <com/sun/star/drawing/XControlShape.hpp> #include <com/sun/star/drawing/PointSequenceSequence.hpp> #include <com/sun/star/drawing/PointSequence.hpp> -#include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/beans/XMultiPropertyStates.hpp> diff --git a/xmloff/source/forms/elementexport.cxx b/xmloff/source/forms/elementexport.cxx index 863d99a..4ed795b 100644 --- a/xmloff/source/forms/elementexport.cxx +++ b/xmloff/source/forms/elementexport.cxx @@ -33,7 +33,6 @@ #include "eventexport.hxx" #include "formenums.hxx" #include "formcellbinding.hxx" -#include "formcellbinding.hxx" #include "xmloff/xformsexport.hxx" #include "property_meta_data.hxx" diff --git a/xmloff/source/style/XMLPageExport.cxx b/xmloff/source/style/XMLPageExport.cxx index d08fa7a..6d7f410 100644 --- a/xmloff/source/style/XMLPageExport.cxx +++ b/xmloff/source/style/XMLPageExport.cxx @@ -41,7 +41,6 @@ #include <xmloff/PageMasterStyleMap.hxx> #include "PageMasterPropMapper.hxx" #include "PageMasterExportPropMapper.hxx" -#include "PageMasterExportPropMapper.hxx" using ::rtl::OUString; using ::rtl::OUStringBuffer; diff --git a/xmloff/source/style/backhdl.hxx b/xmloff/source/style/backhdl.hxx index bef4912..a8c2e62 100644 --- a/xmloff/source/style/backhdl.hxx +++ b/xmloff/source/style/backhdl.hxx @@ -31,7 +31,6 @@ #include <xmloff/xmlprhdl.hxx> #include <com/sun/star/style/GraphicLocation.hpp> -#include <com/sun/star/style/GraphicLocation.hpp> /** PropertyHandler for the XML-data-type: diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx index 5225a44..9feedb5 100644 --- a/xmloff/source/style/impastpl.hxx +++ b/xmloff/source/style/impastpl.hxx @@ -38,7 +38,6 @@ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <xmloff/maptype.hxx> #include <xmloff/xmlexppr.hxx> -#include <vector> class SvXMLAutoStylePoolP; class SvXMLAutoStylePoolParentsP_Impl; diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx index 517a9bf..77bbd77 100644 --- a/xmloff/source/style/xmlnumfe.cxx +++ b/xmloff/source/style/xmlnumfe.cxx @@ -49,7 +49,6 @@ #include <xmloff/families.hxx> #include <xmloff/xmlnumfi.hxx> // SvXMLNumFmtDefaults -#include <svl/svstdarr.hxx> #include <svl/nfsymbol.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlexp.hxx> diff --git a/xmloff/source/table/XMLTableImport.cxx b/xmloff/source/table/XMLTableImport.cxx index 399d214..770590b 100644 --- a/xmloff/source/table/XMLTableImport.cxx +++ b/xmloff/source/table/XMLTableImport.cxx @@ -45,7 +45,6 @@ #include "xmloff/nmspmap.hxx" #include "xmloff/xmlstyle.hxx" #include "xmloff/prstylei.hxx" -#include "xmloff/xmlimp.hxx" #include "xmloff/xmlnmspe.hxx" #include "table.hxx" diff --git a/xmloff/source/text/txtexppr.cxx b/xmloff/source/text/txtexppr.cxx index e2ea779..67341bd 100644 --- a/xmloff/source/text/txtexppr.cxx +++ b/xmloff/source/text/txtexppr.cxx @@ -40,9 +40,6 @@ #include <com/sun/star/awt/FontUnderline.hpp> #include <com/sun/star/text/XChapterNumberingSupplier.hpp> -#include <tools/debug.hxx> - -#include <xmloff/txtprmap.hxx> #include <xmloff/xmlexp.hxx> #include "XMLSectionFootnoteConfigExport.hxx" diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index 129edf6..14a1b9b 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -68,7 +68,6 @@ typedef XMLHint_Impl *XMLHint_ImplPtr; SV_DECL_PTRARR_DEL( XMLHints_Impl, XMLHint_ImplPtr, 5 ) SV_IMPL_PTRARR( XMLHints_Impl, XMLHint_ImplPtr ) // OD 2004-04-21 #i26791# -#include <com/sun/star/beans/XPropertySet.hpp> using ::rtl::OUString; using ::rtl::OUStringBuffer; diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx index b6b717a..7f053db 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx @@ -63,7 +63,6 @@ #include <com/sun/star/form/binding/XValueBinding.hpp> #include <com/sun/star/table/CellAddress.hpp> #include <com/sun/star/table/CellRangeAddress.hpp> -#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/document/XStorageBasedDocument.hpp> #include <com/sun/star/document/XGraphicObjectResolver.hpp> diff --git a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx index ee28760..332b523 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx +++ b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx @@ -43,7 +43,6 @@ #include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/Exception.hpp> #include "com/sun/star/uno/SecurityException.hpp" -#include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/security/XCertificateExtension.hpp> #include <com/sun/star/security/XSanExtension.hpp> #include <com/sun/star/security/CertAltNameEntry.hpp> diff --git a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx index fed9f65..47556a4 100644 --- a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx +++ b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx @@ -35,7 +35,6 @@ #include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/Exception.hpp> #include "com/sun/star/uno/SecurityException.hpp" -#include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/security/XCertificateExtension.hpp> #include <com/sun/star/security/XSanExtension.hpp> #include <com/sun/star/security/CertAltNameEntry.hpp> _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits