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

Stephan Bergmann sbergman at redhat.com
Fri Nov 6 07:21:17 PST 2015


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

New commits:
commit a7efdb18d264d4cadf470d2f355086cbd6f29ff4
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Nov 6 16:20:22 2015 +0100

    Best avoid SAL_CALL cargo-cult for new inline functions
    
    Change-Id: Ifeaddeac673366b4eacc55ce6f2a74a2553ac927

diff --git a/include/rtl/ref.hxx b/include/rtl/ref.hxx
index 82dda83..3ffcfc0 100644
--- a/include/rtl/ref.hxx
+++ b/include/rtl/ref.hxx
@@ -122,7 +122,7 @@ public:
      *   set the body represented by the handle to nullptr.
      */
     inline Reference<reference_type> &
-    SAL_CALL operator= (Reference<reference_type> && handle)
+    operator= (Reference<reference_type> && handle)
     {
         // self-movement guts ourself
         if (m_pBody)


More information about the Libreoffice-commits mailing list