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/keepitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng/keepitem.hxx') diff --git a/include/editeng/keepitem.hxx b/include/editeng/keepitem.hxx index 85eb197c46c2..a2b28691a2b7 100644 --- a/include/editeng/keepitem.hxx +++ b/include/editeng/keepitem.hxx @@ -33,7 +33,7 @@ class EDITENG_DLLPUBLIC SvxFmtKeepItem : public SfxBoolItem { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); inline SvxFmtKeepItem( const bool bKeep /*= false*/, const sal_uInt16 _nWhich ); -- cgit