diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-29 12:11:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-29 12:11:14 +0100 |
commit | 04414085d12763c5aa7419f5a0d6928189ff45b0 (patch) | |
tree | 4095dd18857c73aaadf632712605828e0a045af3 /sc | |
parent | 9f1716173ed8b859326e4d946e5a1909cd62b5fb (diff) |
fix typo
Change-Id: Id278f406673b79347c72203d89c1c7b22105c727
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/output2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |