diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-08-11 10:25:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-08-11 10:25:54 +0200 |
commit | 88840a796efc087e5699d8e8a53587f1cedbe73c (patch) | |
tree | 2dbe30e622ff2c3a5478a3a3bebc973144948309 /oox | |
parent | e1c2aae61b21f8aa5f64c38efd6ca685c89291e3 (diff) |
Remove unused local vars
Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/shapes.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index 62ee42ee3c0c..e84e5aafc533 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -1163,9 +1163,6 @@ void ShapeExport::WriteTable( Reference< XShape > rXShape ) sal_uInt16 nRowCount = static_cast< sal_uInt16 >( xRows->getCount() ); sal_uInt16 nColumnCount = static_cast< sal_uInt16 >( xColumns->getCount() ); - std::vector< std::pair< sal_Int32, sal_Int32 > > aColumns; - std::vector< std::pair< sal_Int32, sal_Int32 > > aRows; - mpFS->startElementNS( XML_a, XML_tblGrid, FSEND ); for ( sal_Int32 x = 0; x < nColumnCount; x++ ) |