summaryrefslogtreecommitdiff
path: root/svx/source/table/tablelayouter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablelayouter.cxx')
-rw-r--r--svx/source/table/tablelayouter.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/table/tablelayouter.cxx b/svx/source/table/tablelayouter.cxx
index 3c08c79e085a..e0d8c52ee5ed 100644
--- a/svx/source/table/tablelayouter.cxx
+++ b/svx/source/table/tablelayouter.cxx
@@ -820,7 +820,6 @@ void TableLayouter::LayoutTable( tools::Rectangle& rRectangle, bool bFitWidth, b
if( static_cast< sal_Int32 >( maRows.size() ) != nRowCount )
maRows.resize( nRowCount );
- Reference< XTableRows > xRows( mxTable->getRows() );
for( sal_Int32 nRow = 0; nRow < nRowCount; nRow++ )
maRows[nRow].clear();