summaryrefslogtreecommitdiff
path: root/svx/source
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
commit3e574f16b73754183dc28fe8bfbe962940945d37 (patch)
tree213640d0b961ecc7bc620777852b7b7f82c9b1c7 /svx/source
parent68d1070ec04c234a94f728911adcdc0af05a2739 (diff)
#i10000# fix for aw061
Diffstat (limited to 'svx/source')
-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 69e4d16507..fca410614a 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;