fix oox debug build with DBG_UTIL guard for 'dump' usage

This commit is contained in:
Michael Meeks 2012-02-24 11:19:56 +00:00
parent 3ad0561957
commit 602908b300
3 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ void TextListStyle::apply( const TextListStyle& rTextListStyle )
applyStyleList( rTextListStyle.getListStyle(), getListStyle() );
}
#if OSL_DEBUG_LEVEL > 0
#ifdef DBG_UTIL
void TextListStyle::dump() const
{
for ( int i = 0; i < 9; i++ )

View file

@ -467,7 +467,7 @@ float TextParagraphProperties::getCharHeightPoints( float fDefault ) const
}
#if OSL_DEBUG_LEVEL > 0
#ifdef DBG_UTIL
void TextParagraphProperties::dump() const
{

View file

@ -178,7 +178,7 @@ bool PropertySet::implSetPropertyValue( const OUString& rPropName, const Any& rV
return false;
}
#if OSL_DEBUG_LEVEL > 0
#ifdef DBG_UTIL
void PropertySet::dump()
{
PropertyMap::dump( Reference< XPropertySet >( getXPropertySet(), UNO_QUERY ) );