tools/qa/cppunit/test_color.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cce0620a0669de4c55eb8e02fe16ce139a692228 Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Aug 27 08:01:52 2015 +0200 loplugin:passstuffbyref Change-Id: I0244f12f1ee2e61ac577222a14b011aee5ddbd54 diff --git a/tools/qa/cppunit/test_color.cxx b/tools/qa/cppunit/test_color.cxx index aeab12a..8639ebe 100644 --- a/tools/qa/cppunit/test_color.cxx +++ b/tools/qa/cppunit/test_color.cxx @@ -78,7 +78,7 @@ void Test::test_readAndWriteStream() } } -bool checkTintShade(sal_uInt8 nR, sal_uInt8 nG, sal_uInt8 nB, OUString sReference, sal_Int16 nTintShade, OUString sExpected) +bool checkTintShade(sal_uInt8 nR, sal_uInt8 nG, sal_uInt8 nB, OUString const & sReference, sal_Int16 nTintShade, OUString const & sExpected) { Color aColor(nR, nG, nB); if (sReference != aColor.AsRGBHexString()) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits