diff options
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/FillStyleContext.cxx | 6 | ||||
-rw-r--r-- | xmloff/source/style/FillStyleContext.hxx | 6 | ||||
-rw-r--r-- | xmloff/source/style/PageMasterImportContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/XMLBackgroundImageContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/XMLElementPropertyContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/XMLFontStylesContext.cxx | 5 | ||||
-rw-r--r-- | xmloff/source/style/XMLFontStylesContext_impl.hxx | 4 | ||||
-rw-r--r-- | xmloff/source/style/XMLFootnoteSeparatorImport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/XMLFootnoteSeparatorImport.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/prstylei.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/xmlnumi.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/xmlstyle.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/style/xmltabi.cxx | 3 |
13 files changed, 0 insertions, 33 deletions
diff --git a/xmloff/source/style/FillStyleContext.cxx b/xmloff/source/style/FillStyleContext.cxx index 76f9dbeb24ad..67e883a08250 100644 --- a/xmloff/source/style/FillStyleContext.cxx +++ b/xmloff/source/style/FillStyleContext.cxx @@ -33,7 +33,6 @@ using namespace ::com::sun::star; -TYPEINIT1( XMLGradientStyleContext, SvXMLStyleContext ); XMLGradientStyleContext::XMLGradientStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -77,7 +76,6 @@ bool XMLGradientStyleContext::IsTransient() const return true; } -TYPEINIT1( XMLHatchStyleContext, SvXMLStyleContext ); XMLHatchStyleContext::XMLHatchStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -120,7 +118,6 @@ bool XMLHatchStyleContext::IsTransient() const return true; } -TYPEINIT1( XMLBitmapStyleContext, SvXMLStyleContext ); XMLBitmapStyleContext::XMLBitmapStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -197,7 +194,6 @@ bool XMLBitmapStyleContext::IsTransient() const return true; } -TYPEINIT1( XMLTransGradientStyleContext, SvXMLStyleContext ); XMLTransGradientStyleContext::XMLTransGradientStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -240,7 +236,6 @@ bool XMLTransGradientStyleContext::IsTransient() const return true; } -TYPEINIT1( XMLMarkerStyleContext, SvXMLStyleContext ); XMLMarkerStyleContext::XMLMarkerStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -283,7 +278,6 @@ bool XMLMarkerStyleContext::IsTransient() const return true; } -TYPEINIT1( XMLDashStyleContext, SvXMLStyleContext ); XMLDashStyleContext::XMLDashStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, diff --git a/xmloff/source/style/FillStyleContext.hxx b/xmloff/source/style/FillStyleContext.hxx index 97bcf7807e0a..afb8ac3c311c 100644 --- a/xmloff/source/style/FillStyleContext.hxx +++ b/xmloff/source/style/FillStyleContext.hxx @@ -33,7 +33,6 @@ private: OUString maStrName; public: - TYPEINFO_OVERRIDE(); XMLGradientStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ); @@ -53,7 +52,6 @@ private: OUString maStrName; public: - TYPEINFO_OVERRIDE(); XMLHatchStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ); @@ -74,7 +72,6 @@ private: ::com::sun::star::uno::Reference < ::com::sun::star::io::XOutputStream > mxBase64Stream; public: - TYPEINFO_OVERRIDE(); XMLBitmapStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ); @@ -99,7 +96,6 @@ private: OUString maStrName; public: - TYPEINFO_OVERRIDE(); XMLTransGradientStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ); @@ -119,7 +115,6 @@ private: OUString maStrName; public: - TYPEINFO_OVERRIDE(); XMLMarkerStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ); @@ -139,7 +134,6 @@ private: OUString maStrName; public: - TYPEINFO_OVERRIDE(); XMLDashStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ); diff --git a/xmloff/source/style/PageMasterImportContext.cxx b/xmloff/source/style/PageMasterImportContext.cxx index f1f6fa31da4e..5c93fe68bd34 100644 --- a/xmloff/source/style/PageMasterImportContext.cxx +++ b/xmloff/source/style/PageMasterImportContext.cxx @@ -57,7 +57,6 @@ void PageStyleContext::SetAttribute( sal_uInt16 nPrefixKey, } } -TYPEINIT1( PageStyleContext, XMLPropStyleContext ); PageStyleContext::PageStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, diff --git a/xmloff/source/style/XMLBackgroundImageContext.cxx b/xmloff/source/style/XMLBackgroundImageContext.cxx index 06c736422785..27249882f56c 100644 --- a/xmloff/source/style/XMLBackgroundImageContext.cxx +++ b/xmloff/source/style/XMLBackgroundImageContext.cxx @@ -166,7 +166,6 @@ static void lcl_xmlbic_MergeVertPos( GraphicLocation& ePos, } } -TYPEINIT1( XMLBackgroundImageContext, XMLElementPropertyContext ); void XMLBackgroundImageContext::ProcessAttrs( const Reference< xml::sax::XAttributeList >& xAttrList ) diff --git a/xmloff/source/style/XMLElementPropertyContext.cxx b/xmloff/source/style/XMLElementPropertyContext.cxx index 79198a74dbe2..8127ba5163ea 100644 --- a/xmloff/source/style/XMLElementPropertyContext.cxx +++ b/xmloff/source/style/XMLElementPropertyContext.cxx @@ -20,7 +20,6 @@ #include "XMLElementPropertyContext.hxx" -TYPEINIT1( XMLElementPropertyContext , SvXMLImportContext ); XMLElementPropertyContext::XMLElementPropertyContext ( SvXMLImport& rImport, sal_uInt16 nPrfx, diff --git a/xmloff/source/style/XMLFontStylesContext.cxx b/xmloff/source/style/XMLFontStylesContext.cxx index ebae761711e9..75f48c595739 100644 --- a/xmloff/source/style/XMLFontStylesContext.cxx +++ b/xmloff/source/style/XMLFontStylesContext.cxx @@ -81,7 +81,6 @@ static const SvXMLTokenMapEntry* lcl_getFontStyleAttrTokenMap() return aFontStyleAttrTokenMap; } -TYPEINIT1( XMLFontStyleContextFontFace, SvXMLStyleContext ); XMLFontStyleContextFontFace::XMLFontStyleContextFontFace( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -192,7 +191,6 @@ OUString XMLFontStyleContextFontFace::familyName() const return ret; } -TYPEINIT1( XMLFontStyleContextFontFaceFormat, SvXMLStyleContext ); XMLFontStyleContextFontFaceFormat::XMLFontStyleContextFontFaceFormat( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -213,7 +211,6 @@ void XMLFontStyleContextFontFaceFormat::SetAttribute( sal_uInt16 nPrefixKey, con SvXMLStyleContext::SetAttribute( nPrefixKey, rLocalName, rValue ); } -TYPEINIT1( XMLFontStyleContextFontFaceSrc, SvXMLImportContext ); XMLFontStyleContextFontFaceSrc::XMLFontStyleContextFontFaceSrc( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -234,7 +231,6 @@ SvXMLImportContext * XMLFontStyleContextFontFaceSrc::CreateChildContext( } -TYPEINIT1( XMLFontStyleContextFontFaceUri, SvXMLImportContext ); XMLFontStyleContextFontFaceUri::XMLFontStyleContextFontFaceUri( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -370,7 +366,6 @@ SvXMLStyleContext *XMLFontStylesContext::CreateStyleChildContext( return pStyle; } -TYPEINIT1( XMLFontStylesContext, SvXMLStylesContext ); XMLFontStylesContext::XMLFontStylesContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, diff --git a/xmloff/source/style/XMLFontStylesContext_impl.hxx b/xmloff/source/style/XMLFontStylesContext_impl.hxx index 8a6254ff26c5..c5e562537b44 100644 --- a/xmloff/source/style/XMLFontStylesContext_impl.hxx +++ b/xmloff/source/style/XMLFontStylesContext_impl.hxx @@ -44,7 +44,6 @@ class XMLFontStyleContextFontFace : public SvXMLStyleContext public: - TYPEINFO_OVERRIDE(); XMLFontStyleContextFontFace( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -77,7 +76,6 @@ class XMLFontStyleContextFontFaceSrc : public SvXMLImportContext const XMLFontStyleContextFontFace& font; public: - TYPEINFO_OVERRIDE(); XMLFontStyleContextFontFaceSrc( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -102,7 +100,6 @@ class XMLFontStyleContextFontFaceUri : public SvXMLStyleContext void handleEmbeddedFont( const ::css::uno::Sequence< sal_Int8 >& rData, bool eot ); public: - TYPEINFO_OVERRIDE(); XMLFontStyleContextFontFaceUri( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -125,7 +122,6 @@ class XMLFontStyleContextFontFaceFormat : public SvXMLStyleContext { XMLFontStyleContextFontFaceUri& uri; public: - TYPEINFO_OVERRIDE(); XMLFontStyleContextFontFaceFormat( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, diff --git a/xmloff/source/style/XMLFootnoteSeparatorImport.cxx b/xmloff/source/style/XMLFootnoteSeparatorImport.cxx index 0c0e1bd068ba..4a8383baa6d2 100644 --- a/xmloff/source/style/XMLFootnoteSeparatorImport.cxx +++ b/xmloff/source/style/XMLFootnoteSeparatorImport.cxx @@ -52,7 +52,6 @@ using ::com::sun::star::uno::Reference; using ::com::sun::star::xml::sax::XAttributeList; -TYPEINIT1(XMLFootnoteSeparatorImport, SvXMLImportContext); XMLFootnoteSeparatorImport::XMLFootnoteSeparatorImport( diff --git a/xmloff/source/style/XMLFootnoteSeparatorImport.hxx b/xmloff/source/style/XMLFootnoteSeparatorImport.hxx index 827c8d3f1139..744b9a4a9402 100644 --- a/xmloff/source/style/XMLFootnoteSeparatorImport.hxx +++ b/xmloff/source/style/XMLFootnoteSeparatorImport.hxx @@ -45,7 +45,6 @@ class XMLFootnoteSeparatorImport : public SvXMLImportContext public: - TYPEINFO_OVERRIDE(); XMLFootnoteSeparatorImport( SvXMLImport& rImport, diff --git a/xmloff/source/style/prstylei.cxx b/xmloff/source/style/prstylei.cxx index 123ef7efc8f7..b939c8f70d4b 100644 --- a/xmloff/source/style/prstylei.cxx +++ b/xmloff/source/style/prstylei.cxx @@ -66,7 +66,6 @@ void XMLPropStyleContext::SetAttribute( sal_uInt16 nPrefixKey, } } -TYPEINIT1( XMLPropStyleContext, SvXMLStyleContext ); //UUUU OldFillStyleDefinitionSet XMLPropStyleContext::maStandardSet; diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx index 80d1419ca173..4239164ac0bd 100644 --- a/xmloff/source/style/xmlnumi.cxx +++ b/xmloff/source/style/xmlnumi.cxx @@ -1047,7 +1047,6 @@ SvxXMLListStyleContext::~SvxXMLListStyleContext() delete pLevelStyles; } -TYPEINIT1( SvxXMLListStyleContext, SvXMLStyleContext ); SvXMLImportContext *SvxXMLListStyleContext::CreateChildContext( sal_uInt16 nPrefix, diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx index e7b17eca94bd..93277781b913 100644 --- a/xmloff/source/style/xmlstyle.cxx +++ b/xmloff/source/style/xmlstyle.cxx @@ -139,7 +139,6 @@ void SvXMLStyleContext::SetAttribute( sal_uInt16 nPrefixKey, } } -TYPEINIT1( SvXMLStyleContext, SvXMLImportContext ); SvXMLStyleContext::SvXMLStyleContext( SvXMLImport& rImp, sal_uInt16 nPrfx, @@ -358,7 +357,6 @@ const SvXMLStyleContext *SvXMLStylesContext_Impl::FindStyleChildContext( sal_uIn return pStyle; } -TYPEINIT1( SvXMLStylesContext, SvXMLImportContext ); sal_uInt32 SvXMLStylesContext::GetStyleCount() const { diff --git a/xmloff/source/style/xmltabi.cxx b/xmloff/source/style/xmltabi.cxx index 75c6d8d22113..4d6445f9ee06 100644 --- a/xmloff/source/style/xmltabi.cxx +++ b/xmloff/source/style/xmltabi.cxx @@ -61,7 +61,6 @@ private: style::TabStop aTabStop; public: - TYPEINFO_OVERRIDE(); SvxXMLTabStopContext_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -76,7 +75,6 @@ public: const style::TabStop& getTabStop() const { return aTabStop; } }; -TYPEINIT1( SvxXMLTabStopContext_Impl, SvXMLImportContext ); SvxXMLTabStopContext_Impl::SvxXMLTabStopContext_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx, @@ -169,7 +167,6 @@ SvXMLImportContext *SvxXMLTabStopContext_Impl::CreateChildContext( return new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); } -TYPEINIT1( SvxXMLTabStopImportContext, XMLElementPropertyContext ); SvxXMLTabStopImportContext::SvxXMLTabStopImportContext( SvXMLImport& rImport, sal_uInt16 nPrfx, |