summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 09:03:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 14:22:24 +0200
commit5e422f01b632d08f3ac5155ffcd5916157fb189e (patch)
tree2e8993cf3e93952fd638d33a3b51acb91913aea5 /svx
parentreplace localresource of strings and keys with StringArray (diff)
downloadcore-5e422f01b632d08f3ac5155ffcd5916157fb189e.tar.gz
core-5e422f01b632d08f3ac5155ffcd5916157fb189e.zip
remove unused StartSelection from SvxTableController::TblAction enum
Change-Id: Ic965cb6df890b08083530c5da8d9e217b6f699ed
Diffstat (limited to 'svx')
-rw-r--r--svx/source/table/tablecontroller.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/table/tablecontroller.cxx b/svx/source/table/tablecontroller.cxx
index 02c5a732cf7a..4268e8f98593 100644
--- a/svx/source/table/tablecontroller.cxx
+++ b/svx/source/table/tablecontroller.cxx
@@ -1718,10 +1718,6 @@ bool SvxTableController::executeAction(TblAction nAction, bool bSelect, vcl::Win
RemoveSelection();
break;
- case TblAction::StartSelection:
- StartSelection( getSelectionStart() );
- break;
-
case TblAction::Tab:
{
if( bSelect )