summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedtv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdedtv.cxx')
-rw-r--r--svx/source/svdraw/svdedtv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdedtv.cxx b/svx/source/svdraw/svdedtv.cxx
index 6e634f3093be..1108ccfc48eb 100644
--- a/svx/source/svdraw/svdedtv.cxx
+++ b/svx/source/svdraw/svdedtv.cxx
@@ -867,7 +867,7 @@ void SdrEditView::CheckPossibilities()
SdrObject* pNode1 = pEdge->GetSdrObjectConnection(true);
SdrObject* pNode2 = pEdge->GetSdrObjectConnection(false);
- if(pNode1 || pNode2)
+ if(pNode1 && pNode2)
{
mbMoveAllowedOnSelection = false;
}