DomainMapper_Impl: send shape props to the dmapper logger
This commit is contained in:
parent
55e2aec24c
commit
1200031528
1 changed files with 3 additions and 0 deletions
|
@ -1392,6 +1392,9 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
|
|||
PropertyNameSupplier& rPropNameSupplier = PropertyNameSupplier::GetPropertyNameSupplier();
|
||||
|
||||
uno::Reference< beans::XPropertySet > xProps( xShape, uno::UNO_QUERY_THROW );
|
||||
#ifdef DEBUG_DOMAINMAPPER
|
||||
dmapper_logger->unoPropertySet(xProps);
|
||||
#endif
|
||||
uno::Reference< lang::XServiceInfo > xSInfo( xShape, uno::UNO_QUERY_THROW );
|
||||
bool bIsGraphic = xSInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.GraphicObjectShape" ) ) );
|
||||
|
||||
|
|
Loading…
Reference in a new issue