[Libreoffice-commits] core.git: include/cppuhelper

Stephan Bergmann sbergman at redhat.com
Tue Sep 20 09:04:20 UTC 2016


 include/cppuhelper/weakref.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f6766271b361fe18a299df23cb0b6d67467f70d5
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Sep 20 11:02:24 2016 +0200

    Mark new exported function as SAL_CALL
    
    ...for consistency with existing exported functions
    
    Change-Id: Ib513dc8ce4dbf4e614f5453f2bbd32dcac4b8666

diff --git a/include/cppuhelper/weakref.hxx b/include/cppuhelper/weakref.hxx
index 250bb81..d57cd2b 100644
--- a/include/cppuhelper/weakref.hxx
+++ b/include/cppuhelper/weakref.hxx
@@ -86,7 +86,7 @@ public:
     WeakReferenceHelper & SAL_CALL operator = ( const WeakReferenceHelper & rWeakRef );
 
 #if defined LIBO_INTERNAL_ONLY
-    WeakReferenceHelper & operator =(WeakReferenceHelper && other);
+    WeakReferenceHelper & SAL_CALL operator =(WeakReferenceHelper && other);
 #endif
 
     /** Releases this reference and takes over hard reference xInt.


More information about the Libreoffice-commits mailing list