summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl')
-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