summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
diff options
context:
space:
mode:
authorBálint Dózsa <dozsabalint@gmail.com>2011-02-22 11:46:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-22 11:48:03 +0000
commita028e9602e51953bee02a36b619219430b4b2e00 (patch)
tree35ab374d8534a8e0ced8cbc8464176ecd8789d1b /writerfilter/source/dmapper/DomainMapperTableHandler.cxx
parent6e3179b24478f0dfb48d73f8cddb7548e3416cfb (diff)
Remove dead code
Diffstat (limited to 'writerfilter/source/dmapper/DomainMapperTableHandler.cxx')
-rw-r--r--writerfilter/source/dmapper/DomainMapperTableHandler.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/writerfilter/source/dmapper/DomainMapperTableHandler.cxx b/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
index 3c43d733e5c8..3093ff135cee 100644
--- a/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
+++ b/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
@@ -800,9 +800,6 @@ void DomainMapperTableHandler::startCell(const Handle_t & start,
#endif
//add a new 'row' of properties
-// if( m_pCellProperties.size() <= sal::static_int_cast< sal_uInt32, sal_Int32>(m_nRowIndex) )
-// m_pCellProperties.push_back( RowProperties_t() );
-// m_pCellProperties[m_nRowIndex].push_back( pProps );
m_pCellSeq = CellSequencePointer_t(new CellSequence_t(2));
if (!start.get())
return;