diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-02-11 16:16:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-02-15 10:32:05 +0100 |
commit | 339d481688c4d12a05ae79611f7b1b17cfa2826b (patch) | |
tree | 96a8c2f1422df00f2c1cd2fb8c9e147ef4eaa156 /include/rtl | |
parent | ddb682f6f7955595065df97b5d13497c08e38389 (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/rtl')
-rw-r--r-- | include/rtl/byteseq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/byteseq.h b/include/rtl/byteseq.h index 8efa02f2f9a9..2acb9b745d9a 100644 --- a/include/rtl/byteseq.h +++ b/include/rtl/byteseq.h @@ -240,7 +240,7 @@ public: */ inline ByteSequence & SAL_CALL operator = ( const ByteSequence & rSeq ); #if defined LIBO_INTERNAL_ONLY - inline ByteSequence & SAL_CALL operator = ( ByteSequence && rSeq ) noexcept; + inline ByteSequence & operator = ( ByteSequence && rSeq ) noexcept; #endif /** Gets the length of sequence. |