Kaydet (Commit) bf205162 authored tarafından Caolán McNamara's avatar Caolán McNamara

preview might be empty

as demonstrated by ooo110440-1.doc

Change-Id: I780a756d328eb35c9be1572319dd4f802c1831e1
üst bc71cd3d
......@@ -1821,6 +1821,9 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
*/
void DomainMapper_Impl::UpdateEmbeddedShapeProps(const uno::Reference< drawing::XShape > xShape)
{
if (!xShape.is())
return;
PropertyNameSupplier& rPropNameSupplier = PropertyNameSupplier::GetPropertyNameSupplier();
uno::Reference<beans::XPropertySet> xEmbeddedProperties(m_xEmbedded, uno::UNO_QUERY_THROW);
awt::Size aSize = xShape->getSize( );
......
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