[Libreoffice-commits] core.git: sw/source

Stephan Bergmann sbergman at redhat.com
Fri Mar 28 02:30:01 PDT 2014


 sw/source/core/inc/MarkManager.hxx |    4 ++--
 sw/source/core/text/porfld.hxx     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7d7c1a7714c1bb2553fdbebb9e79580c28a069a6
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Mar 28 10:29:08 2014 +0100

    loplugin:saloverride
    
    Change-Id: Iff549a8416b41a02af66776ad2ecbbd30a21f88d

diff --git a/sw/source/core/inc/MarkManager.hxx b/sw/source/core/inc/MarkManager.hxx
index a5a6b6d..37616ec 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 59ee2dc..2fa9af6 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


More information about the Libreoffice-commits mailing list