summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/DeepTContext.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/DeepTContext.hxx
parent07602e5a8b869be1c45158cf71d6015d17a5f797 (diff)
remove our custom RTTI from xmloff module
not being used, anyhow Change-Id: I0eb0d6377efe324d9a442a70fc2046a58ed2f3c4
Diffstat (limited to 'xmloff/source/transform/DeepTContext.hxx')
-rw-r--r--xmloff/source/transform/DeepTContext.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/transform/DeepTContext.hxx b/xmloff/source/transform/DeepTContext.hxx
index da3fbc83d801..ae17837ac944 100644
--- a/xmloff/source/transform/DeepTContext.hxx
+++ b/xmloff/source/transform/DeepTContext.hxx
@@ -31,8 +31,6 @@ class XMLPersElemContentTContext : public XMLPersAttrListTContext
XMLTransformerContextVector m_aChildContexts;
public:
- TYPEINFO_OVERRIDE();
-
// element content persistence only
XMLPersElemContentTContext( XMLTransformerBase& rTransformer,
const OUString& rQName );