summaryrefslogtreecommitdiff
path: root/svl/qa/unit
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-17 11:35:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-18 08:19:59 +0200
commite669f70613ab1cad02e886aacc7a8d5df2550391 (patch)
treebf8d18012a2e7a27a6e3210004fae4f9ad6caf3b /svl/qa/unit
parent3ccaa4d9e9e18555e86e111259a4908413d36718 (diff)
loplugin:constparams in i18npool,opencl,svl
Change-Id: I23368c3ce6d29c7b2e758e209e5a8315e82a2818 Reviewed-on: https://gerrit.libreoffice.org/40051 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl/qa/unit')
-rw-r--r--svl/qa/unit/svl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index c8b030dc3e00..2b6baaf90293 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -84,7 +84,7 @@ private:
const OUString& sCode,
double fPreviewNumber,
LanguageType eLang,
- OUString& sExpected);
+ OUString const & sExpected);
void checkDateInput( SvNumberFormatter& rFormatter, const char* pTimezone, const char* pIsoDate );
std::unique_ptr<icu::TimeZone> m_pDefaultTimeZone;
};
@@ -393,7 +393,7 @@ void Test::checkPreviewString(SvNumberFormatter& aFormatter,
const OUString& sCode,
double fPreviewNumber,
LanguageType eLang,
- OUString& sExpected)
+ OUString const & sExpected)
{
OUString sStr;
Color* pColor = nullptr;