clang-tidy performance-unnecessary-value-param in various
Change-Id: I7168d44dab8e6a8e37bb7920d744ff32f5e52907 Reviewed-on: https://gerrit.libreoffice.org/24019 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
committed by
Noel Grandin
parent
aa458c31a5
commit
62633dfe02
@@ -1901,7 +1901,7 @@ sal_Unicode getEscapeChar( const sal_Unicode* pBuf, sal_Int32 nLen, sal_Int32& r
|
||||
return cRet;
|
||||
}
|
||||
|
||||
void CheckContinueInNextLine( Reference< io::XTextInputStream2 > xTextInputStream,
|
||||
void CheckContinueInNextLine( const Reference< io::XTextInputStream2 >& xTextInputStream,
|
||||
OUString& aLine, bool& bEscapePending, const sal_Unicode*& pBuf,
|
||||
sal_Int32& nLen, sal_Int32& i )
|
||||
{
|
||||
|
Reference in New Issue
Block a user