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 --- include/editeng/twolinesitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng/twolinesitem.hxx') diff --git a/include/editeng/twolinesitem.hxx b/include/editeng/twolinesitem.hxx index a2e01ac69688..73f9e2d0f796 100644 --- a/include/editeng/twolinesitem.hxx +++ b/include/editeng/twolinesitem.hxx @@ -30,7 +30,7 @@ class EDITENG_DLLPUBLIC SvxTwoLinesItem : public SfxPoolItem sal_Unicode cStartBracket, cEndBracket; bool bOn; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SvxTwoLinesItem( bool bOn /*= true*/, sal_Unicode nStartBracket /*= 0*/, sal_Unicode nEndBracket /*= 0*/, -- cgit