diff options
author | Noel Grandin <noel@peralex.com> | 2012-10-05 08:15:43 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-09 21:20:19 +0000 |
commit | be5f517a37086ee270a954cf8461585be7c39242 (patch) | |
tree | a2994601efda2ad39f4a9502f0eeaa7fb0d31b0c /svl/inc | |
parent | 58528348fad0609c4d7af7943bc76df4261b8508 (diff) |
String->OUString in svl::SvNumberFormat::GetMappedFormatstring method
Change-Id: I80512acbcd639ee20f56f9ac95efc00bd3209b76
Reviewed-on: https://gerrit.libreoffice.org/770
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/zformat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/zformat.hxx b/svl/inc/svl/zformat.hxx index 1a352825e617..ead212c9eb68 100644 --- a/svl/inc/svl/zformat.hxx +++ b/svl/inc/svl/zformat.hxx @@ -224,7 +224,7 @@ public: const OUString& GetFormatstring() const { return sFormatstring; } // Build a format string of application defined keywords - String GetMappedFormatstring( const NfKeywordTable& rKeywords, + OUString GetMappedFormatstring( const NfKeywordTable& rKeywords, const LocaleDataWrapper& rLoc, bool bDontQuote = false ) const; |