WaE: unused variable

This commit is contained in:
David Tardon 2011-03-30 13:39:47 +02:00
parent aa6b57f0da
commit 6cd71b82d8

View file

@ -5670,7 +5670,6 @@ ScVbaRange:: ClearOutline( ) throw (script::BasicErrorException, uno::RuntimeEx
return;
}
RangeHelper thisRange( mxRange );
table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress();
uno::Reference< sheet::XSheetOutline > xSheetOutline( thisRange.getSpreadSheet(), uno::UNO_QUERY_THROW );
xSheetOutline->clearOutline();
}