diff options
Diffstat (limited to 'sw/inc/txtfld.hxx')
-rw-r--r-- | sw/inc/txtfld.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/txtfld.hxx b/sw/inc/txtfld.hxx index b973aaadd469..7ce306e1b5c3 100644 --- a/sw/inc/txtfld.hxx +++ b/sw/inc/txtfld.hxx @@ -81,11 +81,11 @@ public: virtual ~SwTxtInputFld(); - virtual sal_Int32* GetEnd(); + virtual sal_Int32* GetEnd() SAL_OVERRIDE; void LockNotifyContentChange(); void UnlockNotifyContentChange(); - virtual void NotifyContentChange( SwFmtFld& rFmtFld ); + virtual void NotifyContentChange( SwFmtFld& rFmtFld ) SAL_OVERRIDE; void UpdateTextNodeContent( const OUString& rNewContent ); |