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/MetaTContext.hxx | |
parent | 07602e5a8b869be1c45158cf71d6015d17a5f797 (diff) |
remove our custom RTTI from xmloff module
not being used, anyhow
Change-Id: I0eb0d6377efe324d9a442a70fc2046a58ed2f3c4
Diffstat (limited to 'xmloff/source/transform/MetaTContext.hxx')
-rw-r--r-- | xmloff/source/transform/MetaTContext.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/transform/MetaTContext.hxx b/xmloff/source/transform/MetaTContext.hxx index 8e918670afdd..0994f3357c3e 100644 --- a/xmloff/source/transform/MetaTContext.hxx +++ b/xmloff/source/transform/MetaTContext.hxx @@ -34,8 +34,6 @@ class XMLMetaTransformerContext : public XMLTransformerContext XMLMetaContexts_Impl m_aContexts; public: - TYPEINFO_OVERRIDE(); - // A contexts constructor does anything that is required if an element // starts. Namespace processing has been done already. // Note that virtual methods cannot be used inside constructors. Use |