diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 10:29:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 10:29:30 +0100 |
commit | 7d7c1a7714c1bb2553fdbebb9e79580c28a069a6 (patch) | |
tree | 6a7c7e7fff59dec79dfa9a232389c74ddfc33582 | |
parent | 56d58ad8be2f8367b5a42d7832710e4e07e20cad (diff) |
loplugin:saloverride
Change-Id: Iff549a8416b41a02af66776ad2ecbbd30a21f88d
-rw-r--r-- | sw/source/core/inc/MarkManager.hxx | 4 | ||||
-rw-r--r-- | sw/source/core/text/porfld.hxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/MarkManager.hxx b/sw/source/core/inc/MarkManager.hxx index a5a6b6db83ce..37616ec0a2fc 100644 --- a/sw/source/core/inc/MarkManager.hxx +++ b/sw/source/core/inc/MarkManager.hxx @@ -82,8 +82,8 @@ namespace sw { virtual ::sw::mark::IFieldmark* getFieldmarkBefore(const SwPosition& rPos) const SAL_OVERRIDE; virtual ::sw::mark::IFieldmark* getFieldmarkAfter(const SwPosition& rPos) const SAL_OVERRIDE; - virtual ::sw::mark::IFieldmark* getDropDownFor(const SwPosition &rPos) const; - virtual std::vector< ::sw::mark::IFieldmark* > getDropDownsFor(const SwPaM &rPaM) const; + virtual ::sw::mark::IFieldmark* getDropDownFor(const SwPosition &rPos) const SAL_OVERRIDE; + virtual std::vector< ::sw::mark::IFieldmark* > getDropDownsFor(const SwPaM &rPaM) const SAL_OVERRIDE; void dumpAsXml(xmlTextWriterPtr w); diff --git a/sw/source/core/text/porfld.hxx b/sw/source/core/text/porfld.hxx index 59ee2dceef30..2fa9af69bb3e 100644 --- a/sw/source/core/text/porfld.hxx +++ b/sw/source/core/text/porfld.hxx @@ -259,7 +259,7 @@ public: { } // Field cloner for SplitGlue - virtual SwFldPortion *Clone( const OUString &rExpand ) const; + virtual SwFldPortion *Clone( const OUString &rExpand ) const SAL_OVERRIDE; }; #endif |