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

Stephan Bergmann sbergman at redhat.com
Sun Mar 15 23:47:35 PDT 2015


 sw/inc/calbck.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fc2b4401b758816275e77ab20a10560ce1a615de
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Mar 16 07:46:27 2015 +0100

    loplugin:saloverride
    
    Change-Id: I974bf297a5d12098d8553c862725cf1cbd4384ef

diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index d3a02ec..ac573da 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -107,8 +107,8 @@ protected:
 public:
 
     SwClient() : pRegisteredIn(nullptr) {}
-    virtual ~SwClient();
-    virtual void Modify( const SfxPoolItem* pOldValue, const SfxPoolItem* pNewValue )
+    virtual ~SwClient() SAL_OVERRIDE;
+    virtual void Modify( const SfxPoolItem* pOldValue, const SfxPoolItem* pNewValue ) SAL_OVERRIDE
         { CheckRegistration( pOldValue, pNewValue ); }
 
     // in case an SwModify object is destroyed that itself is registered in another SwModify,
@@ -250,7 +250,7 @@ public:
         our_pClientIters = this;
         m_pCurrent = m_pPosition = const_cast<SwClient*>(m_rRoot.GetDepends());
     }
-    ~SwClientIter()
+    ~SwClientIter() SAL_OVERRIDE
     {
         assert(our_pClientIters);
         if(our_pClientIters == this)


More information about the Libreoffice-commits mailing list