diff --git a/reportdesign/source/core/api/Section.cxx b/reportdesign/source/core/api/Section.cxx index dd054af..c13f11b 100644 --- a/reportdesign/source/core/api/Section.cxx +++ b/reportdesign/source/core/api/Section.cxx @@ -144,8 +144,10 @@ OSection::~OSection() { DBG_DTOR( rpt_OSection,NULL); if ( m_xProxy.is() ) +{SAL_DEBUG("OSection::~OSection m_xProxy reset delegator, "<setDelegator( NULL ); } +} //-------------------------------------------------------------------------- //IMPLEMENT_FORWARD_XINTERFACE2(OSection,SectionBase,SectionPropertySet) IMPLEMENT_FORWARD_REFCOUNT( OSection, SectionBase ) @@ -225,6 +227,7 @@ void OSection::init() { if ( m_xProxy.is() ) { +SAL_DEBUG("OSection::init m_xProxy set delegator, "<setDelegator( xTemp ); } } diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx index db88eb3..47b26c6 100644 --- a/svx/source/svdraw/svdpage.cxx +++ b/svx/source/svdraw/svdpage.cxx @@ -1333,6 +1333,7 @@ SdrPage::~SdrPage() if( mxUnoPage.is() ) try { uno::Reference< lang::XComponent > xPageComponent( mxUnoPage, uno::UNO_QUERY_THROW ); +SAL_DEBUG("SdrPage::~SdrPage mxUnoPage release, "<dispose(); } @@ -1793,6 +1794,7 @@ uno::Reference< uno::XInterface > SdrPage::getUnoPage() { // create one mxUnoPage = createUnoPage(); +SAL_DEBUG("SdrPage::getUnoPage mxUnoPage acquire, "<