sd/source/ui/func/fubullet.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ea440349f0d1319a2eaacc4c77b5149aea98ae80 Author: Caolán McNamara <caol...@redhat.com> Date: Wed Jul 4 23:24:17 2012 +0100 useless aStr string Change-Id: I8b7848ebaef65a0f462a63276ed4160f3e3a991d diff --git a/sd/source/ui/func/fubullet.cxx b/sd/source/ui/func/fubullet.cxx index ecf4d64..2d8ac1d 100644 --- a/sd/source/ui/func/fubullet.cxx +++ b/sd/source/ui/func/fubullet.cxx @@ -137,8 +137,8 @@ void FuBullet::InsertFormattingMark( sal_Unicode cMark ) aEmptyStr ); // insert given text - String aStr( cMark ); - pOV->InsertText( cMark, sal_True); + rtl::OUString aStr( cMark ); + pOV->InsertText( aStr, sal_True); ESelection aSel = pOV->GetSelection(); aSel.nStartPara = aSel.nEndPara;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits