[Libreoffice-commits] .: sd/source
Caolán McNamara
caolan at kemper.freedesktop.org
Thu Jul 5 13:12:57 PDT 2012
sd/source/ui/func/fubullet.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ea440349f0d1319a2eaacc4c77b5149aea98ae80
Author: Caolán McNamara <caolanm at 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;
More information about the Libreoffice-commits
mailing list