Move DBG_TRACE to OSL_TRACE for strings GetBuffer()
This commit is contained in:
parent
0dfe94c514
commit
a7680c1d49
1 changed files with 1 additions and 1 deletions
|
@ -2984,7 +2984,7 @@ bool ScDPResultDimension::IsValidEntry( const vector< SCROW >& aMembers ) const
|
|||
#ifdef DBG_UTIL
|
||||
ByteString strTemp ("IsValidEntry: Member not found, DimName = " );
|
||||
strTemp += ByteString( GetName(), RTL_TEXTENCODING_UTF8 );
|
||||
DBG_TRACE( strTemp.GetBuffer() );
|
||||
OSL_TRACE( strTemp.GetBuffer() );
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue