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 --- svx/source/items/numfmtsh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') 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) && -- cgit