summaryrefslogtreecommitdiff
path: root/include/vcl/longcurr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/longcurr.hxx')
-rw-r--r--include/vcl/longcurr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/longcurr.hxx b/include/vcl/longcurr.hxx
index 7c03c0fd190a..011237c6d8ef 100644
--- a/include/vcl/longcurr.hxx
+++ b/include/vcl/longcurr.hxx
@@ -55,7 +55,7 @@ public:
bool IsUseThousandSep() const { return mbThousandSep; }
void SetCurrencySymbol( const OUString& rStr );
- OUString GetCurrencySymbol() const;
+ OUString const & GetCurrencySymbol() const;
void SetMin(const BigInt& rNewMin);
const BigInt& GetMin() const { return mnMin; }