diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-09-29 01:38:27 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-09-29 10:46:59 +0200 |
commit | 8b7bc95275b19affebf50b3ecba6c763f63bc1c5 (patch) | |
tree | b3a92342579dcdd318134eeb70de07031d897d3c /sw/source/ui/wrtsh | |
parent | 9811d927766ec54c0ca7e163df3bd762caab0355 (diff) |
String to OUString
Change-Id: I6cff1659b0bacef0bed90fb9767513018a7eeba7
Diffstat (limited to 'sw/source/ui/wrtsh')
-rw-r--r-- | sw/source/ui/wrtsh/wrtsh1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh1.cxx b/sw/source/ui/wrtsh/wrtsh1.cxx index 0cda8cfe1695..c87aaa1f6493 100644 --- a/sw/source/ui/wrtsh/wrtsh1.cxx +++ b/sw/source/ui/wrtsh/wrtsh1.cxx @@ -1139,7 +1139,7 @@ void SwWrtShell::NumOrBulletOn(sal_Bool bNum) } // Search for a previous numbering/bullet rule to continue it. - String sContinuedListId; + OUString sContinuedListId; if ( !pNumRule ) { pNumRule = GetDoc()->SearchNumRule( *GetCrsr()->GetPoint(), |