diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdattr.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdattr.cxx b/svx/source/svdraw/svdattr.cxx index 86794dc92bfe..3503fae4f6ce 100644 --- a/svx/source/svdraw/svdattr.cxx +++ b/svx/source/svdraw/svdattr.cxx @@ -868,8 +868,7 @@ bool SdrAngleItem::GetPresentation( if(ePres == SfxItemPresentation::Complete) { OUString aStr = SdrItemPool::GetItemName(Which()); - aText.insert(0, ' '); - aText.insert(0, aStr); + aText.insert(0, aStr + " "); } rText = aText.makeStringAndClear(); |