diff options
author | Noel Grandin <noel@peralex.com> | 2012-10-05 08:42:18 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-09 21:23:57 +0000 |
commit | c90e0064357f78ffc9ee8261c6c100c15d904beb (patch) | |
tree | 483dd15222eaa8f7be062108b87d1246db311a3f /svx | |
parent | be5f517a37086ee270a954cf8461585be7c39242 (diff) |
String->OUString in svl::ImpSvNumFor::GetNewCurrencySymbol method
Change-Id: Ie283a02903b0bf420291e1e4e1e29232cc7ff3a9
Reviewed-on: https://gerrit.libreoffice.org/771
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/items/numfmtsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx index be291142bad4..c2495313b2bb 100644 --- a/svx/source/items/numfmtsh.cxx +++ b/svx/source/items/numfmtsh.cxx @@ -1696,7 +1696,7 @@ sal_uInt16 SvxNumberFormatShell::FindCurrencyTableEntry( const String& rFmtStrin sal_uInt16 nCount=rCurrencyTable.size(); const SvNumberformat* pFormat; - String aSymbol, aExtension; + OUString aSymbol, aExtension; sal_uInt32 nFound = pFormatter->TestNewString( rFmtString, eCurLanguage ); if ( nFound != NUMBERFORMAT_ENTRY_NOT_FOUND && ((pFormat = pFormatter->GetEntry( nFound )) != 0) && |