no need to invoke dmapper here
Change-Id: Ie005d0ae0ed6e2f055f03015162edaa10ed78897
This commit is contained in:
parent
c2e2ca29cc
commit
690808bbf7
1 changed files with 2 additions and 8 deletions
|
@ -107,15 +107,9 @@ void RTFSdrImport::resolve(RTFShape& rShape)
|
|||
xPropertySet->setPropertyValue("FillColor", aAny);
|
||||
}
|
||||
else if ( i->first == "wzName" )
|
||||
{
|
||||
RTFValue::Pointer_t pValue(new RTFValue(i->second));
|
||||
m_rImport.getState().aCharacterAttributes.set(NS_ooxml::LN_CT_NonVisualDrawingProps_name, pValue);
|
||||
}
|
||||
xPropertySet->setPropertyValue("Name", uno::makeAny(i->second));
|
||||
else if ( i->first == "wzDescription" )
|
||||
{
|
||||
RTFValue::Pointer_t pValue(new RTFValue(i->second));
|
||||
m_rImport.getState().aCharacterAttributes.set(NS_ooxml::LN_CT_NonVisualDrawingProps_descr, pValue);
|
||||
}
|
||||
xPropertySet->setPropertyValue("Description", uno::makeAny(i->second));
|
||||
else if ( i->first == "pib" )
|
||||
{
|
||||
m_rImport.setDestinationText(i->second);
|
||||
|
|
Loading…
Reference in a new issue