From 04414085d12763c5aa7419f5a0d6928189ff45b0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 29 Aug 2012 12:11:04 +0100 Subject: fix typo Change-Id: Id278f406673b79347c72203d89c1c7b22105c727 --- sc/source/ui/view/output2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx index edfdf60e226f..de84767a1d23 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(); -- cgit