summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drbezob.cxx
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-08-10 21:37:06 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-08-10 21:37:34 +0400
commitd4ba5995a168a8999734252fe6e9240bde1b7dae (patch)
tree52aa47b71fcfb9f51a42861d053f78f3560264f6 /sd/source/ui/view/drbezob.cxx
parent8cb156a67b987981efbda3640e503d601c40d88b (diff)
String->OUString
Change-Id: Ic908590642bac656db78a965c2176d6f53c8d6f4
Diffstat (limited to 'sd/source/ui/view/drbezob.cxx')
-rw-r--r--sd/source/ui/view/drbezob.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drbezob.cxx b/sd/source/ui/view/drbezob.cxx
index 4abd08f6631f..bb912a6b9bc0 100644
--- a/sd/source/ui/view/drbezob.cxx
+++ b/sd/source/ui/view/drbezob.cxx
@@ -267,7 +267,7 @@ void BezierObjectBar::Execute(SfxRequest& rReq)
SdrPathObj* pPathObj = (SdrPathObj*) rMarkList.GetMark(0)->GetMarkedSdrObj();
const bool bUndo = mpView->IsUndoEnabled();
if( bUndo )
- mpView->BegUndo(String(SdResId(STR_UNDO_BEZCLOSE)));
+ mpView->BegUndo(SD_RESSTR(STR_UNDO_BEZCLOSE));
mpView->UnmarkAllPoints();