summaryrefslogtreecommitdiff
path: root/include/com/sun/star/uno/Reference.h
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-02-11 16:16:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-02-15 10:32:05 +0100
commit339d481688c4d12a05ae79611f7b1b17cfa2826b (patch)
tree96a8c2f1422df00f2c1cd2fb8c9e147ef4eaa156 /include/com/sun/star/uno/Reference.h
parentddb682f6f7955595065df97b5d13497c08e38389 (diff)
LIBO_INTERNAL_ONLY stuff does not need to be SAL_CALL
Change-Id: I9d7ccaab19ad20509601642745e3fdaea50304ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129818 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'include/com/sun/star/uno/Reference.h')
-rw-r--r--include/com/sun/star/uno/Reference.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/com/sun/star/uno/Reference.h b/include/com/sun/star/uno/Reference.h
index da6d4ea9bd6a..85c0d929ea9c 100644
--- a/include/com/sun/star/uno/Reference.h
+++ b/include/com/sun/star/uno/Reference.h
@@ -545,7 +545,7 @@ public:
@param rRef an interface reference
@return this reference
*/
- inline Reference< interface_type > & SAL_CALL operator = ( Reference< interface_type > && rRef ) noexcept;
+ inline Reference< interface_type > & operator = ( Reference< interface_type > && rRef ) noexcept;
#endif
/** Queries given interface reference for type interface_type.