summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdocirc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdocirc.cxx')
-rw-r--r--svx/source/svdraw/svdocirc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdocirc.cxx b/svx/source/svdraw/svdocirc.cxx
index 7414c9d0aa06..fa4108cb7844 100644
--- a/svx/source/svdraw/svdocirc.cxx
+++ b/svx/source/svdraw/svdocirc.cxx
@@ -586,7 +586,7 @@ OUString SdrCircObj::getSpecialDragComment(const SdrDragStat& rDrag) const
}
aBuf.append(GetWinkStr(nWink,false));
- aBuf.append(sal_Unicode(')'));
+ aBuf.append(')');
}
return aBuf.makeStringAndClear();
@@ -604,7 +604,7 @@ OUString SdrCircObj::getSpecialDragComment(const SdrDragStat& rDrag) const
OUStringBuffer aBuf(aStr);
aBuf.appendAscii(" (");
aBuf.append(GetWinkStr(nWink,false));
- aBuf.append(sal_Unicode(')'));
+ aBuf.append(')');
return aBuf.makeStringAndClear();
}