summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/ControlOASISTContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-24 15:08:07 +0200
committerNoel Grandin <noel@peralex.com>2015-06-25 11:50:10 +0200
commit4354341159e929bf7d21888ae1083d59cda135ad (patch)
tree9063caa0d2ca1252b094314ea909303b43f9bf09 /xmloff/source/transform/ControlOASISTContext.hxx
parent07602e5a8b869be1c45158cf71d6015d17a5f797 (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.hxx2
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 );