[Libreoffice-commits] .: sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 29 04:12:24 PDT 2012
sc/source/ui/view/output2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 04414085d12763c5aa7419f5a0d6928189ff45b0
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Aug 29 12:11:04 2012 +0100
fix typo
Change-Id: Id278f406673b79347c72203d89c1c7b22105c727
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx
index edfdf60..de84767 100644
--- a/sc/source/ui/view/output2.cxx
+++ b/sc/source/ui/view/output2.cxx
@@ -567,7 +567,7 @@ void ScDrawStringsVars::RepeatToFill( long colWidth )
return;
long nCharsToInsert = aSpaceToFill / charWidth;
- StringBuffer aFill;
+ OUStringBuffer aFill;
comphelper::string::padToLength(aFill, nCharsToInsert, nChar);
aString.Insert( aFill.makeStringAndClear(), nPos);
TextChanged();
More information about the Libreoffice-commits
mailing list