diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/writerfilter/dmapper/PropertyMap.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sw/source/writerfilter/dmapper/PropertyMap.cxx b/sw/source/writerfilter/dmapper/PropertyMap.cxx index eed8ec26284d..b2ed4176081d 100644 --- a/sw/source/writerfilter/dmapper/PropertyMap.cxx +++ b/sw/source/writerfilter/dmapper/PropertyMap.cxx @@ -2084,17 +2084,6 @@ void SectionPropertyMap::ApplyProperties_( const rtl::Reference<SwXPageStyle>& x { TOOLS_WARN_EXCEPTION( "writerfilter", "SectionPropertyMap::ApplyProperties_" ); } - for ( size_t i = 0; i < vNames.size(); ++i ) - { - try - { - xStyle->setPropertyValue( vNames[i], vValues[i] ); - } - catch ( const uno::Exception& ) - { - TOOLS_WARN_EXCEPTION( "writerfilter", "SectionPropertyMap::ApplyProperties_" ); - } - } } sal_Int32 SectionPropertyMap::GetPageWidth() const |