summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/dragmt3d.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-12 13:35:11 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-12 13:35:11 +0000
commitaf3a9db4ba2b3bc7cf971dc64da452594b7bbd5e (patch)
treeea7e919200aa0356f8485cc086dce46f274e7b74 /svx/source/engine3d/dragmt3d.cxx
parentf51d86846c6d72f14496b5b543fa397601b5e55a (diff)
INTEGRATION: CWS aw013 (1.2.294); FILE MERGED
2004/06/24 09:26:30 aw 1.2.294.1: #i29181#
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 c5a478873690..077cc6504fb3 100644
--- a/svx/source/engine3d/dragmt3d.cxx
+++ b/svx/source/engine3d/dragmt3d.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dragmt3d.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2003-11-24 16:35:33 $
+ * last change: $Author: rt $ $Date: 2004-07-12 14:35:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -454,7 +454,7 @@ void E3dDragMethod::DrawXor(ExtOutputDevice& rXOut, FASTBOOL bFull) const
for (UINT16 a=0;a<nPVCnt;a++)
{
SdrPageView* pPV = rView.GetPageViewPvNum(a);
- if(pPV->HasMarkedObj())
+ if(pPV->HasMarkedObjPageView())
{
rXOut.SetOffset(pPV->GetOffset());
UINT16 nPntCnt = aGrp[nOb]->aWireframePoly.GetPointCount();