gridsort: GCC WaE

This commit is contained in:
Frank Schoenheit [fs]
2011-01-18 11:15:23 +01:00
parent 405a0f6cf1
commit dc971d000d
3 changed files with 5 additions and 5 deletions

View File

@@ -195,6 +195,8 @@ namespace svt { namespace table
//------------------------------------------------------------------------------------------------------------------
FunctionResult RowSelection::handleMouseMove( ITableControl& i_tableControl, MouseEvent const & i_event )
{
OSL_UNUSED( i_tableControl );
OSL_UNUSED( i_event );
return SkipFunction;
}