From 5fb78604c1c3e91beb867c352928af9e1ef57a26 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 26 Mar 2014 11:54:10 +0100 Subject: Split TYPEINFO into plain and TYPEINFO_OVERRIDE ...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1 --- xmloff/source/transform/DeepTContext.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/transform/DeepTContext.hxx') diff --git a/xmloff/source/transform/DeepTContext.hxx b/xmloff/source/transform/DeepTContext.hxx index 7cf5e8d132b1..3fa76d5ae49a 100644 --- a/xmloff/source/transform/DeepTContext.hxx +++ b/xmloff/source/transform/DeepTContext.hxx @@ -31,7 +31,7 @@ class XMLPersElemContentTContext : public XMLPersAttrListTContext XMLTransformerContextVector m_aChildContexts; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); // element content persistence only XMLPersElemContentTContext( XMLTransformerBase& rTransformer, -- cgit