diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdmrkv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx index 3d8d1be7b6c2..0a3f5052d437 100644 --- a/svx/source/svdraw/svdmrkv.cxx +++ b/svx/source/svdraw/svdmrkv.cxx @@ -979,7 +979,7 @@ void SdrMarkView::SetMarkHandles(SfxViewShell* pOtherShell) } } sSelectionText = aSelection.toString(); - sSelectionText += OString(", ") + OString::number(nRotAngle); + sSelectionText += OStringLiteral(", ") + OString::number(nRotAngle); if (!aExtraInfo.isEmpty()) { sSelectionText += ", "; |