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

INTEGRATION: CWS aw035 (1.6.44); FILE MERGED

2006/07/12 15:29:51 aw 1.6.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification
üst f2fab96e
......@@ -4,9 +4,9 @@
*
* $RCSfile: dragmt3d.cxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: hr $ $Date: 2006-06-19 15:44:35 $
* last change: $Author: rt $ $Date: 2006-07-25 12:51:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -134,7 +134,7 @@ E3dDragMethod::E3dDragMethod (
long nCnt = rMark.GetMarkCount();
for(long nObjs = 0;nObjs < nCnt;nObjs++)
{
SdrObject *pObj = rMark.GetMark(nObjs)->GetObj();
SdrObject *pObj = rMark.GetMark(nObjs)->GetMarkedSdrObj();
if(pObj && pObj->ISA(E3dObject))
{
E3dObject* p3DObj = (E3dObject*)pObj;
......
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