Kaydet (Commit) f6766271 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Mark new exported function as SAL_CALL

...for consistency with existing exported functions

Change-Id: Ib513dc8ce4dbf4e614f5453f2bbd32dcac4b8666
üst 480edfce
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment