summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-01-22 15:29:18 +0000
committerRelease Engineers <releng@openoffice.org>2009-01-22 15:29:18 +0000
commited40940656bdb8e7b10d769924f5eb4083c64784 (patch)
tree0c2507d450b2113ffc26d6e9ba4ae31d2d0e0ed6 /svx
parent822065158547ca37cbc484fe59f9a0abe8e880f0 (diff)
#i10000# fix for aw061
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svddrgv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svddrgv.cxx b/svx/source/svdraw/svddrgv.cxx
index f3d98b530bc6..ab0a5d98d2b6 100644
--- a/svx/source/svdraw/svddrgv.cxx
+++ b/svx/source/svdraw/svddrgv.cxx
@@ -478,7 +478,7 @@ BOOL SdrDragView::BegDragObj(const Point& rPnt, OutputDevice* pOut, SdrHdl* pHdl
}
}
- if(!pDragBla)
+ if(!mpCurrentSdrDragMethod)
{
// fallback to DragSpecial if no interaction defined
bDragSpecial = TRUE;