no need to invoke dmapper here

Change-Id: Ie005d0ae0ed6e2f055f03015162edaa10ed78897
This commit is contained in:
Miklos Vajna 2012-08-01 20:55:16 +02:00
parent c2e2ca29cc
commit 690808bbf7

View file

@ -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);