diff options
author | Radek Doulik <rodo@novell.com> | 2010-11-10 15:48:53 +0100 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2010-11-10 15:49:38 +0100 |
commit | 6fc2bebf2482249d84368ff2b01c7dbb5476ef3c (patch) | |
tree | fdb3f65447cf772ce5842b7cb76b7e08105bf321 /oox/source/ppt/slidepersist.cxx | |
parent | 7c71dcd8d40893267e2f5c3b447c9029538fb676 (diff) |
better debug dump of text paragraph properties
Diffstat (limited to 'oox/source/ppt/slidepersist.cxx')
-rw-r--r-- | oox/source/ppt/slidepersist.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/oox/source/ppt/slidepersist.cxx b/oox/source/ppt/slidepersist.cxx index c4ab81e51a0b..1bcbed7d8f29 100644 --- a/oox/source/ppt/slidepersist.cxx +++ b/oox/source/ppt/slidepersist.cxx @@ -75,8 +75,15 @@ SlidePersist::SlidePersist( XmlFilterBase& rFilter, sal_Bool bMaster, sal_Bool b */ maOtherTextStylePtr->apply( *pDefaultTextStyle.get() ); } +#if OSL_DEBUG_LEVEL > 0 + mxDebugPage = mxPage; +#endif } +#if OSL_DEBUG_LEVEL > 0 + ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage > SlidePersist::mxDebugPage; +#endif + SlidePersist::~SlidePersist() { |