From c90e0064357f78ffc9ee8261c6c100c15d904beb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 5 Oct 2012 08:42:18 +0200 Subject: String->OUString in svl::ImpSvNumFor::GetNewCurrencySymbol method Change-Id: Ie283a02903b0bf420291e1e4e1e29232cc7ff3a9 Reviewed-on: https://gerrit.libreoffice.org/771 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- svl/inc/svl/zformat.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svl/inc') diff --git a/svl/inc/svl/zformat.hxx b/svl/inc/svl/zformat.hxx index ead212c9eb68..1dbb9731552c 100644 --- a/svl/inc/svl/zformat.hxx +++ b/svl/inc/svl/zformat.hxx @@ -146,7 +146,7 @@ public: // new SYMBOLTYPE_CURRENCY in subformat? bool HasNewCurrency() const; - bool GetNewCurrencySymbol( String& rSymbol, String& rExtension ) const; + bool GetNewCurrencySymbol( OUString& rSymbol, OUString& rExtension ) const; void SaveNewCurrencyMap( SvStream& rStream ) const; void LoadNewCurrencyMap( SvStream& rStream ); @@ -344,7 +344,7 @@ public: // If a new SYMBOLTYPE_CURRENCY is contained if the format is of type // NUMBERFORMAT_CURRENCY, and if so the symbol xxx and the extension nnn // of [$xxx-nnn] are returned - bool GetNewCurrencySymbol( String& rSymbol, String& rExtension ) const; + bool GetNewCurrencySymbol( OUString& rSymbol, OUString& rExtension ) const; static bool HasStringNegativeSign( const String& rStr ); -- cgit