Kaydet (Commit) c1434d68 authored tarafından Miklos Vajna's avatar Miklos Vajna

sdr::table::SvxTableController::onMouseMove: remove dead code

Change-Id: I7df271e5542359cbc1570244ba1381b0e18607b2
üst ef44d45a
......@@ -318,12 +318,6 @@ bool SvxTableController::onMouseMove(const MouseEvent& rMEvt, vcl::Window* pWind
if( !checkTableObject() )
return false;
if( rMEvt.IsLeft() )
{
int i = 0;
i++;
}
SdrTableObj* pTableObj = dynamic_cast< SdrTableObj* >( mxTableObj.get() );
CellPos aPos;
if( mbLeftButtonDown && pTableObj && pTableObj->CheckTableHit( pWindow->PixelToLogic(rMEvt.GetPosPixel()), aPos.mnCol, aPos.mnRow, 0 ) != SDRTABLEHIT_NONE )
......
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