From de6a35f52276b601a8ebc68fbcfd28ad2db84f6f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 19 Sep 2013 14:52:56 +0200 Subject: convert SvxNumberFormatShell::SetComment4Entry from String to OUString I seemed to have missed this in my earlier conversion process. Change-Id: I9266fac26425d552520ce68bdcce9b8f4cdbe9a6 --- include/svx/numfmtsh.hxx | 2 +- svx/source/items/numfmtsh.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/svx/numfmtsh.hxx b/include/svx/numfmtsh.hxx index 86ade997f049..382a466343c0 100644 --- a/include/svx/numfmtsh.hxx +++ b/include/svx/numfmtsh.hxx @@ -159,7 +159,7 @@ public: short GetCategory4Entry(short nEntry); bool GetUserDefined4Entry(short nEntry); OUString GetFormat4Entry(short nEntry); - void SetComment4Entry(short nEntry,String aCommentString); + void SetComment4Entry(short nEntry, const OUString& aCommentString); void SetCurrencySymbol(sal_uInt16 nPos); sal_uInt32 GetCurrencySymbol(); diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx index c26468f7e557..a5f717383570 100644 --- a/svx/source/items/numfmtsh.cxx +++ b/svx/source/items/numfmtsh.cxx @@ -1263,7 +1263,7 @@ void SvxNumberFormatShell::MakePrevStringFromVal( #* #************************************************************************/ -void SvxNumberFormatShell::SetComment4Entry(short nEntry,String aEntStr) +void SvxNumberFormatShell::SetComment4Entry(short nEntry, const OUString& aEntStr) { SvNumberformat *pNumEntry; if(nEntry<0) return; -- cgit