diff options
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/SchXMLExport.hxx | 2 | ||||
-rw-r--r-- | xmloff/inc/SchXMLImport.hxx | 6 | ||||
-rw-r--r-- | xmloff/inc/XMLBasicExportFilter.hxx | 3 | ||||
-rw-r--r-- | xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx | 2 | ||||
-rw-r--r-- | xmloff/inc/XMLChartPropertySetMapper.hxx | 9 | ||||
-rw-r--r-- | xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/XMLNumberStylesImport.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/XMLRectangleMembersHandler.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/animationimport.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/animimp.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/forms/form_handler_factory.hxx | 6 | ||||
-rw-r--r-- | xmloff/inc/forms/property_handler.hxx | 10 | ||||
-rw-r--r-- | xmloff/inc/forms/property_ids.hxx | 6 | ||||
-rw-r--r-- | xmloff/inc/xexptran.hxx | 14 | ||||
-rw-r--r-- | xmloff/inc/xmlversion.hxx | 6 |
16 files changed, 2 insertions, 68 deletions
diff --git a/xmloff/inc/SchXMLExport.hxx b/xmloff/inc/SchXMLExport.hxx index a585eecb46f9..9c97966f2455 100644 --- a/xmloff/inc/SchXMLExport.hxx +++ b/xmloff/inc/SchXMLExport.hxx @@ -32,9 +32,7 @@ namespace com { namespace sun { namespace star { } }}} -// ------------------------------------------ // export class for a complete chart document -// ------------------------------------------ class SchXMLExport : public SvXMLExport { diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx index d1e7b85dc159..b9e3c0aabe84 100644 --- a/xmloff/inc/SchXMLImport.hxx +++ b/xmloff/inc/SchXMLImport.hxx @@ -26,11 +26,11 @@ #include <xmloff/prhdlfac.hxx> #include <xmloff/families.hxx> -/* ---------------------------------------- +/* these enums are used for the SvXMLTokenMapEntries to distinguish the tokens in switch-directives - ----------------------------------------*/ +*/ enum SchXMLDocElemTokenMap { @@ -82,8 +82,6 @@ enum SchXMLSeriesElemTokenMap XML_TOK_SERIES_ERROR_INDICATOR }; -// ---------------------------------------- - enum SchXMLChartAttrMap { XML_TOK_CHART_HREF, diff --git a/xmloff/inc/XMLBasicExportFilter.hxx b/xmloff/inc/XMLBasicExportFilter.hxx index 795b8d15d58c..1bd2c2ec46dc 100644 --- a/xmloff/inc/XMLBasicExportFilter.hxx +++ b/xmloff/inc/XMLBasicExportFilter.hxx @@ -23,10 +23,7 @@ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <cppuhelper/implbase1.hxx> - -// ============================================================================= // class XMLBasicExportFilter -// ============================================================================= typedef ::cppu::WeakImplHelper1< ::com::sun::star::xml::sax::XDocumentHandler > XMLBasicExportFilter_BASE; diff --git a/xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx b/xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx index afed18063218..22d96e51e9f5 100644 --- a/xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx +++ b/xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx @@ -24,7 +24,6 @@ struct SvXMLEnumMapEntry; -/////////////////////////////////////////////////////////////////////////// // /** Abstract base-class for different XML-types. Derivations of this class knows how to compare, im/export a special XML-type diff --git a/xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx b/xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx index a42281ebbff5..54e28e180940 100644 --- a/xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx +++ b/xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx @@ -24,8 +24,6 @@ struct SvXMLEnumMapEntry; -/////////////////////////////////////////////////////////////////////////// -// /** Abstract base-class for different XML-types. Derivations of this class knows how to compare, im/export a special XML-type */ diff --git a/xmloff/inc/XMLChartPropertySetMapper.hxx b/xmloff/inc/XMLChartPropertySetMapper.hxx index b5655c0db6fa..5d353833a124 100644 --- a/xmloff/inc/XMLChartPropertySetMapper.hxx +++ b/xmloff/inc/XMLChartPropertySetMapper.hxx @@ -25,13 +25,10 @@ #include <xmloff/xmlimppr.hxx> #include <xmloff/xmlimp.hxx> - extern const XMLPropertyMapEntry aXMLChartPropMap[]; class SvXMLExport; -// ---------------------------------------- - class XMLChartPropHdlFactory : public XMLPropertyHandlerFactory { private: @@ -42,8 +39,6 @@ public: virtual const XMLPropertyHandler* GetPropertyHandler( sal_Int32 nType ) const; }; -// ---------------------------------------- - class XMLChartPropertySetMapper : public XMLPropertySetMapper { public: @@ -51,8 +46,6 @@ public: ~XMLChartPropertySetMapper(); }; -// ---------------------------------------- - class XMLChartExportPropertyMapper : public SvXMLExportPropertyMapper { private: @@ -95,8 +88,6 @@ public: com::sun::star::chart2::XChartDocument > xChartDoc ); }; -// ---------------------------------------- - class XMLChartImportPropertyMapper : public SvXMLImportPropertyMapper { private: diff --git a/xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx b/xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx index 6f562179434e..3b57c55db3de 100644 --- a/xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx +++ b/xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx @@ -24,7 +24,6 @@ struct SvXMLEnumMapEntry; -/////////////////////////////////////////////////////////////////////////// // /** Abstract base-class for different XML-types. Derivations of this class knows how to compare, im/export a special XML-type diff --git a/xmloff/inc/XMLNumberStylesImport.hxx b/xmloff/inc/XMLNumberStylesImport.hxx index afc000e6b4a3..c7a2c941d01f 100644 --- a/xmloff/inc/XMLNumberStylesImport.hxx +++ b/xmloff/inc/XMLNumberStylesImport.hxx @@ -23,7 +23,6 @@ #include <xmloff/xmlnumfi.hxx> #include <com/sun/star/container/XNameAccess.hpp> -////////////////////////////////////////////////////////////////////////////// // presentations:animations struct SdXMLFixedDataStyle; diff --git a/xmloff/inc/XMLRectangleMembersHandler.hxx b/xmloff/inc/XMLRectangleMembersHandler.hxx index 8c1be6c4c439..1f478af704b2 100644 --- a/xmloff/inc/XMLRectangleMembersHandler.hxx +++ b/xmloff/inc/XMLRectangleMembersHandler.hxx @@ -24,7 +24,6 @@ struct SvXMLEnumMapEntry; -/////////////////////////////////////////////////////////////////////////// // /** Abstract base-class for different XML-types. Derivations of this class knows how to compare, im/export a special XML-type diff --git a/xmloff/inc/animationimport.hxx b/xmloff/inc/animationimport.hxx index eacbea8b3c42..b905c8701ba8 100644 --- a/xmloff/inc/animationimport.hxx +++ b/xmloff/inc/animationimport.hxx @@ -23,7 +23,6 @@ #include <xmloff/xmlictxt.hxx> #include <com/sun/star/animations/XAnimationNode.hpp> -////////////////////////////////////////////////////////////////////////////// // presentations:animations namespace xmloff diff --git a/xmloff/inc/animimp.hxx b/xmloff/inc/animimp.hxx index 2b381700b2e1..e0d45b92772b 100644 --- a/xmloff/inc/animimp.hxx +++ b/xmloff/inc/animimp.hxx @@ -25,7 +25,6 @@ class AnimImpImpl; -////////////////////////////////////////////////////////////////////////////// // presentations:animations class XMLAnimationsContext : public SvXMLImportContext diff --git a/xmloff/inc/forms/form_handler_factory.hxx b/xmloff/inc/forms/form_handler_factory.hxx index 01f1a22f57ba..f29a5f9c630e 100644 --- a/xmloff/inc/forms/form_handler_factory.hxx +++ b/xmloff/inc/forms/form_handler_factory.hxx @@ -22,23 +22,17 @@ #include "forms/property_handler.hxx" -//...................................................................................................................... namespace xmloff { -//...................................................................................................................... - //================================================================================================================== //= FormHandlerFactory - //================================================================================================================== class FormHandlerFactory { public: static PPropertyHandler getFormPropertyHandler( const PropertyId i_propertyId ); }; -//...................................................................................................................... } // namespace xmloff -//...................................................................................................................... #endif // XMLOFF_FORM_HANDLER_FACTORY_HXX diff --git a/xmloff/inc/forms/property_handler.hxx b/xmloff/inc/forms/property_handler.hxx index 25c3d4544ea6..a727f6b664f4 100644 --- a/xmloff/inc/forms/property_handler.hxx +++ b/xmloff/inc/forms/property_handler.hxx @@ -29,16 +29,12 @@ #include <map> #include <vector> -//...................................................................................................................... namespace xmloff { -//...................................................................................................................... typedef ::std::map< PropertyId, ::com::sun::star::uno::Any > PropertyValues; - //================================================================================================================== //= IPropertyHandler - //================================================================================================================== class IPropertyHandler : public ::rtl::IReference { public: @@ -60,19 +56,13 @@ namespace xmloff virtual ~IPropertyHandler() { } }; - //================================================================================================================== //= PPropertyHandler - //================================================================================================================== typedef ::rtl::Reference< IPropertyHandler > PPropertyHandler; - //================================================================================================================== //= PropertyHandlerFactory - //================================================================================================================== typedef PPropertyHandler (*PropertyHandlerFactory)( const PropertyId i_propertyId ); -//...................................................................................................................... } // namespace xmloff -//...................................................................................................................... #endif // XMLOFF_PROPERTY_HANDLER_HXX diff --git a/xmloff/inc/forms/property_ids.hxx b/xmloff/inc/forms/property_ids.hxx index f3e9e9a1e05d..48a06e67e88f 100644 --- a/xmloff/inc/forms/property_ids.hxx +++ b/xmloff/inc/forms/property_ids.hxx @@ -20,14 +20,10 @@ #ifndef XMLOFF_PROPERTY_IDS_HXX #define XMLOFF_PROPERTY_IDS_HXX -//...................................................................................................................... namespace xmloff { -//...................................................................................................................... - //================================================================================================================== //= PropertyId - //================================================================================================================== enum PropertyId { PID_DATE_MIN, @@ -42,9 +38,7 @@ namespace xmloff PID_INVALID }; -//...................................................................................................................... } // namespace xmloff -//...................................................................................................................... #endif // XMLOFF_PROPERTY_IDS_HXX diff --git a/xmloff/inc/xexptran.hxx b/xmloff/inc/xexptran.hxx index b17b85c63415..52c426718bc9 100644 --- a/xmloff/inc/xexptran.hxx +++ b/xmloff/inc/xexptran.hxx @@ -30,7 +30,6 @@ #include <vector> -////////////////////////////////////////////////////////////////////////////// // predeclarations struct ImpSdXMLExpTransObj2DBase; @@ -46,13 +45,9 @@ namespace basegfx class B3DHomMatrix; } // end of namespace basegfx -////////////////////////////////////////////////////////////////////////////// - typedef ::std::vector< ImpSdXMLExpTransObj2DBase* > ImpSdXMLExpTransObj2DBaseList; typedef ::std::vector< ImpSdXMLExpTransObj3DBase* > ImpSdXMLExpTransObj3DBaseList; -////////////////////////////////////////////////////////////////////////////// - class SdXMLImExTransform2D { ImpSdXMLExpTransObj2DBaseList maList; @@ -74,8 +69,6 @@ public: void SetString(const OUString& rNew, const SvXMLUnitConverter& rConv); }; -////////////////////////////////////////////////////////////////////////////// - class SdXMLImExTransform3D { ImpSdXMLExpTransObj3DBaseList maList; @@ -98,8 +91,6 @@ public: void SetString(const OUString& rNew, const SvXMLUnitConverter& rConv); }; -////////////////////////////////////////////////////////////////////////////// - class SdXMLImExViewBox { OUString msString; @@ -119,8 +110,6 @@ public: const OUString& GetExportString(); }; -////////////////////////////////////////////////////////////////////////////// - class SdXMLImExPointsElement { OUString msString; @@ -143,8 +132,6 @@ public: const com::sun::star::drawing::PointSequenceSequence& GetPointSequenceSequence() const { return maPoly; } }; -////////////////////////////////////////////////////////////////////////////// - class SdXMLImExSvgDElement { OUString msString; @@ -179,7 +166,6 @@ public: const com::sun::star::drawing::FlagSequenceSequence& GetFlagSequenceSequence() const { return maPoly.Flags; } }; - #endif // _XEXPTRANSFORM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/inc/xmlversion.hxx b/xmloff/inc/xmlversion.hxx index 95ff607683c2..0a96bdece5e1 100644 --- a/xmloff/inc/xmlversion.hxx +++ b/xmloff/inc/xmlversion.hxx @@ -32,7 +32,6 @@ #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> -// ------------------------------------------------------------------------ class XMLVersionListExport : public SvXMLExport { private: @@ -51,7 +50,6 @@ public: void _ExportContent() {} }; -// ------------------------------------------------------------------------ class XMLVersionListImport : public SvXMLImport { private: @@ -77,7 +75,6 @@ public: GetList() { return maVersions; } }; -// ------------------------------------------------------------------------ class XMLVersionListContext : public SvXMLImportContext { private: @@ -100,7 +97,6 @@ public: }; -// ------------------------------------------------------------------------ class XMLVersionContext: public SvXMLImportContext { private: @@ -121,8 +117,6 @@ public: ~XMLVersionContext(); }; - -// ------------------------------------------------------------------------ class XMLVersionListPersistence : public ::cppu::WeakImplHelper1< ::com::sun::star::document::XDocumentRevisionListPersistence > { public: |