diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 09:03:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 14:22:24 +0200 |
commit | 5e422f01b632d08f3ac5155ffcd5916157fb189e (patch) | |
tree | 2e8993cf3e93952fd638d33a3b51acb91913aea5 /svx | |
parent | 6ba9de6a65cda4481f47664735791231c18e5ff1 (diff) |
remove unused StartSelection from SvxTableController::TblAction enum
Change-Id: Ic965cb6df890b08083530c5da8d9e217b6f699ed
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/table/tablecontroller.cxx | 4 |
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 ) |