From c3250baa4a8029817f0d7fcaee8b9ffe169c6cb7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 15 Dec 2017 10:21:55 +0100 Subject: loplugin:salcall (clang-cl) Change-Id: Idda630320bb5e02e1ea675b3b3786c9ec6ac166b Reviewed-on: https://gerrit.libreoffice.org/46504 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- dtrans/source/win32/dtobj/DOTransferable.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dtrans/source/win32/dtobj/DOTransferable.cxx') diff --git a/dtrans/source/win32/dtobj/DOTransferable.cxx b/dtrans/source/win32/dtobj/DOTransferable.cxx index 92fecd840a36..2b84729199f6 100644 --- a/dtrans/source/win32/dtobj/DOTransferable.cxx +++ b/dtrans/source/win32/dtobj/DOTransferable.cxx @@ -122,13 +122,13 @@ Any byteStreamToAny( CDOTransferable::ByteSequence_t& aByteStream, const Type& a return aAny; } -bool SAL_CALL cmpFullMediaType( +bool cmpFullMediaType( const Reference< XMimeContentType >& xLhs, const Reference< XMimeContentType >& xRhs ) { return xLhs->getFullMediaType().equalsIgnoreAsciiCase( xRhs->getFullMediaType( ) ); } -bool SAL_CALL cmpAllContentTypeParameter( +bool cmpAllContentTypeParameter( const Reference< XMimeContentType >& xLhs, const Reference< XMimeContentType >& xRhs ) { Sequence< OUString > xLhsFlavors = xLhs->getParameters( ); -- cgit