summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
diff options
context:
space:
mode:
authorHenning Brinkmann <hbrinkm@openoffice.org>2010-02-11 10:19:36 +0100
committerHenning Brinkmann <hbrinkm@openoffice.org>2010-02-11 10:19:36 +0100
commit8515b4a252b8a112337052f9d22211451516441d (patch)
tree30ef12a185bf87fc5910264c84d1b17a270cbc12 /writerfilter/source/dmapper/DomainMapperTableHandler.cxx
parentd4b14da5383a0ff23e9fcd663d3e91030e9ca301 (diff)
writerfilter07: Made PropertyMap::Invalidate protected. Invalidate in PropertyMap::insert
Diffstat (limited to 'writerfilter/source/dmapper/DomainMapperTableHandler.cxx')
-rw-r--r--writerfilter/source/dmapper/DomainMapperTableHandler.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/DomainMapperTableHandler.cxx b/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
index 24fcf795d5b4..6e75eedfa1bf 100644
--- a/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
+++ b/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
@@ -691,7 +691,6 @@ RowPropertyValuesSeq_t DomainMapperTableHandler::endTableGetRowProperties()
if( aRowIter->get()->find( PropertyDefinition( PROP_IS_SPLIT_ALLOWED, false )) == aRowIter->get()->end())
aRowIter->get()->Insert( PROP_IS_SPLIT_ALLOWED, false, uno::makeAny(sal_True ) );
- (*aRowIter)->Invalidate();
aRowProperties[nRow] = (*aRowIter)->GetPropertyValues();
#ifdef DEBUG_DOMAINMAPPER
dmapper_logger->addTag((*aRowIter)->toTag());