From 98bb5d242ad8360ec02fd0f4dbb4d19dec59dedd Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 28 Jan 2013 17:30:38 +0100 Subject: fix previous string conversion: - SdrAngleItem::GetPresentation missing space - SwFmtFrmSize::GetPresentation spurious s - crstrvl.cxx build breaker Change-Id: I4f1ce51943dff002ce250aff6f37f090c727bb00 --- svx/source/svdraw/svdattr.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'svx') diff --git a/svx/source/svdraw/svdattr.cxx b/svx/source/svdraw/svdattr.cxx index e30f7f92265a..4ce0137669e0 100644 --- a/svx/source/svdraw/svdattr.cxx +++ b/svx/source/svdraw/svdattr.cxx @@ -901,6 +901,7 @@ SfxItemPresentation SdrAngleItem::GetPresentation( OUString aStr; SdrItemPool::TakeItemName(Which(), aStr); + aText.insert(0, ' '); aText.insert(0, aStr); } -- cgit