diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-15 16:57:57 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-18 09:59:17 +0200 |
commit | 3898de20ed5f6347045e0ed18e4317abeadf2e74 (patch) | |
tree | 0a37c004313f7587db4cfafb93746a089f9f473b /sw | |
parent | 3eeea8b5ddad1e1f3ae59822b132b128557925ae (diff) |
convert sw/source/core/view/*.cxx from String to OUString
Change-Id: I714464715e54f20b327eed0748ab9fd82d0980bb
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/view/viewsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx index a59df5205c5a..0dc456fb6a58 100644 --- a/sw/source/core/view/viewsh.cxx +++ b/sw/source/core/view/viewsh.cxx @@ -958,7 +958,7 @@ void ViewShell::SizeChgNotify() { sal_uInt16 nVirtNum = pPage->GetVirtPageNum(); const SvxNumberType& rNum = pPage->GetPageDesc()->GetNumType(); - String sDisplay = rNum.GetNumStr( nVirtNum ); + OUString sDisplay = rNum.GetNumStr( nVirtNum ); PageNumNotify( this, pCnt->GetPhyPageNum(), nVirtNum, sDisplay ); } } |