Kaydet (Commit) 5e422f01 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused StartSelection from SvxTableController::TblAction enum

Change-Id: Ic965cb6df890b08083530c5da8d9e217b6f699ed
üst 6ba9de6a
......@@ -126,7 +126,7 @@ private:
GotoLeftCell, GotoUpCell, GotoRightCell, GotoDownCell,
GotoLastCell, GotoLastColumn, GotoLastRow,
EditCell, StopTextEdit,
RemoveSelection, StartSelection,
RemoveSelection,
HandledByView, Tab
};
SVX_DLLPRIVATE void ApplyBorderAttr( const SfxItemSet& rAttr );
......
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment