summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/dragmt3d.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-07-25 11:51:14 +0000
committerRüdiger Timm <rt@openoffice.org>2006-07-25 11:51:14 +0000
commita6f772d541bf49d7187a36c600d7d5cd718173c2 (patch)
tree3ee5bcf1b4d6d79644a667845ecd99f59a39b4ea /svx/source/engine3d/dragmt3d.cxx
parentf2fab96e9b767f5d8ec35664c50f52a2c373fa67 (diff)
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
Diffstat (limited to 'svx/source/engine3d/dragmt3d.cxx')
-rw-r--r--svx/source/engine3d/dragmt3d.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/engine3d/dragmt3d.cxx b/svx/source/engine3d/dragmt3d.cxx
index 47792083e17c..936f44be3538 100644
--- a/svx/source/engine3d/dragmt3d.cxx
+++ b/svx/source/engine3d/dragmt3d.cxx
@@ -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;