From 4354341159e929bf7d21888ae1083d59cda135ad Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 24 Jun 2015 15:08:07 +0200 Subject: remove our custom RTTI from xmloff module not being used, anyhow Change-Id: I0eb0d6377efe324d9a442a70fc2046a58ed2f3c4 --- xmloff/source/transform/MergeElemTContext.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'xmloff/source/transform/MergeElemTContext.cxx') diff --git a/xmloff/source/transform/MergeElemTContext.cxx b/xmloff/source/transform/MergeElemTContext.cxx index 135eb3f40c17..738ccd456550 100644 --- a/xmloff/source/transform/MergeElemTContext.cxx +++ b/xmloff/source/transform/MergeElemTContext.cxx @@ -34,8 +34,6 @@ using namespace ::xmloff::token; class XMLParagraphTransformerContext : public XMLTransformerContext { public: - TYPEINFO_OVERRIDE(); - XMLParagraphTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName ); @@ -63,8 +61,6 @@ public: virtual void Characters( const OUString& rChars ) SAL_OVERRIDE; }; -TYPEINIT1( XMLParagraphTransformerContext, XMLTransformerContext ); - XMLParagraphTransformerContext::XMLParagraphTransformerContext( XMLTransformerBase& rImp, const OUString& rQName ) : @@ -108,8 +104,6 @@ void XMLParagraphTransformerContext::Characters( const OUString& rChars ) class XMLPersTextContentRNGTransformTContext : public XMLPersTextContentTContext { public: - TYPEINFO_OVERRIDE(); - XMLPersTextContentRNGTransformTContext( XMLTransformerBase& rTransformer, const OUString& rQName, @@ -120,8 +114,6 @@ public: virtual void Characters( const OUString& rChars ) SAL_OVERRIDE; }; -TYPEINIT1( XMLPersTextContentRNGTransformTContext, XMLPersAttrListTContext ); - XMLPersTextContentRNGTransformTContext::XMLPersTextContentRNGTransformTContext( XMLTransformerBase& rTransformer, const OUString& rQName, @@ -142,8 +134,6 @@ void XMLPersTextContentRNGTransformTContext::Characters( const OUString& rChars } -TYPEINIT1( XMLMergeElemTransformerContext, XMLTransformerContext ); - void XMLMergeElemTransformerContext::ExportStartElement() { XMLPersTextContentTContextVector::iterator aIter = m_aChildContexts.begin(); -- cgit