diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-24 15:08:07 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-25 11:50:10 +0200 |
commit | 4354341159e929bf7d21888ae1083d59cda135ad (patch) | |
tree | 9063caa0d2ca1252b094314ea909303b43f9bf09 /xmloff/source/transform/MergeElemTContext.cxx | |
parent | 07602e5a8b869be1c45158cf71d6015d17a5f797 (diff) |
remove our custom RTTI from xmloff module
not being used, anyhow
Change-Id: I0eb0d6377efe324d9a442a70fc2046a58ed2f3c4
Diffstat (limited to 'xmloff/source/transform/MergeElemTContext.cxx')
-rw-r--r-- | xmloff/source/transform/MergeElemTContext.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
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(); |