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/ControlOASISTContext.hxx | |
parent | 07602e5a8b869be1c45158cf71d6015d17a5f797 (diff) |
remove our custom RTTI from xmloff module
not being used, anyhow
Change-Id: I0eb0d6377efe324d9a442a70fc2046a58ed2f3c4
Diffstat (limited to 'xmloff/source/transform/ControlOASISTContext.hxx')
-rw-r--r-- | xmloff/source/transform/ControlOASISTContext.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/transform/ControlOASISTContext.hxx b/xmloff/source/transform/ControlOASISTContext.hxx index 0031bec7ff99..33eb09fa1ca7 100644 --- a/xmloff/source/transform/ControlOASISTContext.hxx +++ b/xmloff/source/transform/ControlOASISTContext.hxx @@ -28,8 +28,6 @@ class XMLControlOASISTransformerContext : public XMLTransformerContext bool m_bCreateControl; public: - TYPEINFO_OVERRIDE(); - XMLControlOASISTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName, bool bCreateControl ); |