Kaydet (Commit) d4265248 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: I55ca691207b73397f58843c64677b2a9a6ce44b0
üst 165c643c
...@@ -1266,9 +1266,9 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, PropertyMapPtr rContext ) ...@@ -1266,9 +1266,9 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, PropertyMapPtr rContext )
default:; default:;
} }
if( eBorderId ) if( eBorderId )
rContext->Insert( eBorderId, uno::makeAny( pBorderHandler->getBorderLine()) , true); rContext->Insert( eBorderId, uno::makeAny( pBorderHandler->getBorderLine()) );
if(eBorderDistId) if(eBorderDistId)
rContext->Insert(eBorderDistId, uno::makeAny( pBorderHandler->getLineDistance()), true); rContext->Insert(eBorderDistId, uno::makeAny( pBorderHandler->getLineDistance()));
if (nSprmId == NS_ooxml::LN_CT_PBdr_right && pBorderHandler->getShadow()) if (nSprmId == NS_ooxml::LN_CT_PBdr_right && pBorderHandler->getShadow())
{ {
table::ShadowFormat aFormat = writerfilter::dmapper::PropertyMap::getShadowFromBorder(pBorderHandler->getBorderLine()); table::ShadowFormat aFormat = writerfilter::dmapper::PropertyMap::getShadowFromBorder(pBorderHandler->getBorderLine());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment