summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdoedge.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-31 20:58:17 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-31 21:38:59 -0500
commitc987912cacfd16bbeab64dccfa1c9fa66254d814 (patch)
tree5ae5370622c3d19dbc69609e67bab87ad6a85f95 /svx/source/svdraw/svdoedge.cxx
parent32999004421994e205f25d1b5268f85f1e7f35ac (diff)
More on string conversion.
Diffstat (limited to 'svx/source/svdraw/svdoedge.cxx')
-rw-r--r--svx/source/svdraw/svdoedge.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdoedge.cxx b/svx/source/svdraw/svdoedge.cxx
index b56b1d56c7fa..4312ae4c1136 100644
--- a/svx/source/svdraw/svdoedge.cxx
+++ b/svx/source/svdraw/svdoedge.cxx
@@ -1939,7 +1939,7 @@ String SdrEdgeObj::getSpecialDragComment(const SdrDragStat& rDrag) const
}
else
{
- XubString aStr;
+ rtl::OUString aStr;
ImpTakeDescriptionStr(STR_DragEdgeTail, aStr);
return aStr;