summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-13 11:51:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 07:13:10 +0000
commit251decd3205af54772780240849b828984e16a6a (patch)
tree038a832376aca4f2f1fc0eca74d0cb2224c4a690 /svx
parentremove unused ValueSetWithTextControl::ControlType enum (diff)
downloadcore-251decd3205af54772780240849b828984e16a6a.tar.gz
core-251decd3205af54772780240849b828984e16a6a.zip
remove unused BrkAction enumerator from SdrEventKind
Change-Id: I46c50bbbad5d269b7f15e041db115fa7f37a8168 Reviewed-on: https://gerrit.libreoffice.org/34205 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-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();