Kaydet (Commit) c9508735 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS aw035 (1.23.44); FILE MERGED

2006/07/12 15:29:50 aw 1.23.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification
üst 52f28de0
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: graphctl.cxx,v $ * $RCSfile: graphctl.cxx,v $
* *
* $Revision: 1.23 $ * $Revision: 1.24 $
* *
* last change: $Author: hr $ $Date: 2006-06-19 15:11:20 $ * last change: $Author: rt $ $Date: 2006-07-25 12:49:30 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -831,7 +831,7 @@ SdrObject* GraphCtrl::GetSelectedSdrObject() const ...@@ -831,7 +831,7 @@ SdrObject* GraphCtrl::GetSelectedSdrObject() const
const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); const SdrMarkList& rMarkList = pView->GetMarkedObjectList();
if ( rMarkList.GetMarkCount() == 1 ) if ( rMarkList.GetMarkCount() == 1 )
pSdrObj = rMarkList.GetMark( 0 )->GetObj(); pSdrObj = rMarkList.GetMark( 0 )->GetMarkedSdrObj();
} }
return pSdrObj; return pSdrObj;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment