summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drbezob.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-07-25 10:47:33 +0000
committerRüdiger Timm <rt@openoffice.org>2006-07-25 10:47:33 +0000
commitfc36b10d159d48b805f8c012f3cad26eaf3741bb (patch)
treea6dca5281555199adf93d7d06361ba38ba9effe1 /sd/source/ui/view/drbezob.cxx
parent668f0bc1a47b5799a2f5e1708f93bd035cb671ca (diff)
INTEGRATION: CWS aw035 (1.10.112); FILE MERGED
2006/07/13 16:05:17 aw 1.10.112.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling
Diffstat (limited to 'sd/source/ui/view/drbezob.cxx')
-rw-r--r--sd/source/ui/view/drbezob.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drbezob.cxx b/sd/source/ui/view/drbezob.cxx
index 68fb26fcd54d..8fce041acaaa 100644
--- a/sd/source/ui/view/drbezob.cxx
+++ b/sd/source/ui/view/drbezob.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drbezob.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-03-21 17:41:57 $
+ * last change: $Author: rt $ $Date: 2006-07-25 11:47:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -300,7 +300,7 @@ void BezierObjectBar::Execute(SfxRequest& rReq)
case SID_BEZIER_CLOSE:
{
- SdrPathObj* pPathObj = (SdrPathObj*) rMarkList.GetMark(0)->GetObj();
+ SdrPathObj* pPathObj = (SdrPathObj*) rMarkList.GetMark(0)->GetMarkedSdrObj();
pView->BegUndo(String(SdResId(STR_UNDO_BEZCLOSE)));
pView->UnmarkAllPoints();
Size aDist(pViewSh->GetActiveWindow()->PixelToLogic(Size(8,8)));