diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-03 19:38:33 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-04 01:39:08 +0900 |
commit | 643a582793c85c3d5e3cd5cfc831d895036ef93d (patch) | |
tree | f3a214bf07e276553b63cc1c84f9ff3cbc48ae43 /xmloff | |
parent | f194d18dfeceff104f9c5e500ea4dd94fa1b5b06 (diff) |
removed duplicate #includes
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/SettingsExportHelper.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/core/XMLEmbeddedObjectImportContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/core/xmlexp.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/animationexport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/animationimport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/shapeexport4.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/ximppage.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/elementexport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/XMLPageExport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/backhdl.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/impastpl.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/xmlnumfe.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/table/XMLTableImport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/txtexppr.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/text/txtparai.cxx | 1 |
17 files changed, 0 insertions, 21 deletions
diff --git a/xmloff/source/core/SettingsExportHelper.cxx b/xmloff/source/core/SettingsExportHelper.cxx index 27182d3ac0ab..abfef5d2a6ff 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 a7db987cdf11..dd5208dfc3b1 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 8416a5ffc26d..6b750ad929b1 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 e89a8cd9ceb0..ce41663dbe4a 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 9c8594b0d658..d8aa27b740ad 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 408b4a87457d..f0c9019d2d79 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 d2eece2f9615..bd1ae98c4640 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 09fbb03752a7..9346e6aefb3e 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 ef5d5e69ca96..5ce4c1167c46 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 863d99a54511..4ed795be757c 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 d08fa7ad08c1..6d7f410107c1 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 bef4912cb5e9..a8c2e625251f 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 5225a4409358..9feedb51ae5d 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 517a9bf9de25..77bbd772e847 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 399d2147dd02..770590bae2e9 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 e2ea77952e73..67341bd0fc7b 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 129edf6de188..14a1b9bf7fd7 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; |