fix oox debug build with DBG_UTIL guard for 'dump' usage
This commit is contained in:
parent
3ad0561957
commit
602908b300
3 changed files with 3 additions and 3 deletions
|
@ -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++ )
|
||||
|
|
|
@ -467,7 +467,7 @@ float TextParagraphProperties::getCharHeightPoints( float fDefault ) const
|
|||
}
|
||||
|
||||
|
||||
#if OSL_DEBUG_LEVEL > 0
|
||||
#ifdef DBG_UTIL
|
||||
|
||||
void TextParagraphProperties::dump() const
|
||||
{
|
||||
|
|
|
@ -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 ) );
|
||||
|
|
Loading…
Reference in a new issue