summaryrefslogtreecommitdiff
path: root/include/svl/zformat.hxx
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 /include/svl/zformat.hxx
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 'include/svl/zformat.hxx')
-rw-r--r--include/svl/zformat.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index 7e358d0c096a..40ae9619950b 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -114,7 +114,7 @@ public:
sal_uInt16 GetCount() const { return nAnzStrings;}
Color* GetColor() const { return pColor; }
- void SetColor( Color* pCol, OUString& rName )
+ void SetColor( Color* pCol, OUString const & rName )
{ pColor = pCol; sColorName = rName; }
const OUString& GetColorName() const { return sColorName; }
@@ -561,8 +561,8 @@ private:
// check subcondition
// OP undefined => -1
// else 0 or 1
- SVL_DLLPRIVATE static short ImpCheckCondition(double& fNumber,
- double& fLimit,
+ SVL_DLLPRIVATE static short ImpCheckCondition(double fNumber,
+ double fLimit,
SvNumberformatLimitOps eOp);
// Helper function for number strings