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

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Mon Mar 16 13:39:24 PDT 2015


 sw/inc/calbck.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f3d41e1f5360629e2127da8d83c372c14e6e3b57
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Mon Mar 16 21:35:02 2015 +0100

    fix stray SAL_OVERRIDE
    
    Change-Id: I1c4ca34547217635732dea1cb5ce65a234274f7c

diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index 88a9cb0..4c76fe9 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -117,7 +117,7 @@ public:
     // should be called only from SwModify the client is registered in
     // mba: IMHO this method should be pure virtual
     // DO NOT USE IN NEW CODE! use SwClientNotify instead.
-    virtual void Modify( const SfxPoolItem* pOldValue, const SfxPoolItem* pNewValue ) SAL_OVERRIDE
+    virtual void Modify( const SfxPoolItem* pOldValue, const SfxPoolItem* pNewValue )
         { CheckRegistration( pOldValue, pNewValue ); }
     // when overriding this, you MUST call SwClient::SwClientModify() in the override!
     virtual void SwClientNotify( const SwModify&, const SfxHint& rHint)


More information about the Libreoffice-commits mailing list