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 --- vcl/source/edit/textund2.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vcl/source/edit/textund2.hxx') diff --git a/vcl/source/edit/textund2.hxx b/vcl/source/edit/textund2.hxx index 89151854f777..f8382db56904 100644 --- a/vcl/source/edit/textund2.hxx +++ b/vcl/source/edit/textund2.hxx @@ -31,7 +31,7 @@ private: TextNode* mpNode; // points at the valid not-destroyed object public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); TextUndoDelPara( TextEngine* pTextEngine, TextNode* pNode, sal_uLong nPara ); ~TextUndoDelPara(); @@ -49,7 +49,7 @@ private: sal_uInt16 mnSepPos; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); TextUndoConnectParas( TextEngine* pTextEngine, sal_uLong nPara, sal_uInt16 nSepPos ); ~TextUndoConnectParas(); @@ -67,7 +67,7 @@ private: sal_uInt16 mnSepPos; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); TextUndoSplitPara( TextEngine* pTextEngine, sal_uLong nPara, sal_uInt16 nSepPos ); ~TextUndoSplitPara(); @@ -85,7 +85,7 @@ private: OUString maText; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); TextUndoInsertChars( TextEngine* pTextEngine, const TextPaM& rTextPaM, const OUString& rStr ); virtual void Undo(); @@ -104,7 +104,7 @@ private: OUString maText; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); TextUndoRemoveChars( TextEngine* pTextEngine, const TextPaM& rTextPaM, const OUString& rStr ); virtual void Undo(); @@ -120,7 +120,7 @@ private: TextSelection maSelection; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); TextUndoSetAttribs( TextEngine* pTextEngine, const TextSelection& rESel ); ~TextUndoSetAttribs(); -- cgit v1.2.1