summaryrefslogtreecommitdiffstats
path: root/svx/source/svdraw/svdview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdview.cxx')
-rw-r--r--svx/source/svdraw/svdview.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
index 3b602c5f6c00..2ee34fcdb07e 100644
--- a/svx/source/svdraw/svdview.cxx
+++ b/svx/source/svdraw/svdview.cxx
@@ -789,7 +789,6 @@ bool SdrView::DoMouseEvent(const SdrViewEvent& rVEvt)
case SdrEventKind::MoveAction: MovAction(aLogicPos); bRet=true; break;
case SdrEventKind::EndAction: EndAction(); bRet=true; break;
case SdrEventKind::BackAction: BckAction(); bRet=true; break;
- case SdrEventKind::BrkAction: BrkAction(); bRet=true; break;
case SdrEventKind::EndMark : EndAction(); bRet=true; break;
case SdrEventKind::BrkMark : {
BrkAction();