diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-19 14:52:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-01 10:08:35 +0200 |
commit | de6a35f52276b601a8ebc68fbcfd28ad2db84f6f (patch) | |
tree | 096f5b527671bf67a947ca556d918113d3d64177 /svx/source/items | |
parent | 57d8250a96596678a0d5a3f1698385691f92cda8 (diff) |
convert SvxNumberFormatShell::SetComment4Entry from String to OUString
I seemed to have missed this in my earlier conversion process.
Change-Id: I9266fac26425d552520ce68bdcce9b8f4cdbe9a6
Diffstat (limited to 'svx/source/items')
-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 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; |