From a7680c1d49ee5443a03aab60cb399ab7e24781a5 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 8 Mar 2011 22:12:54 +0100 Subject: [PATCH] Move DBG_TRACE to OSL_TRACE for strings GetBuffer() --- sc/source/core/data/dptabres.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/core/data/dptabres.cxx b/sc/source/core/data/dptabres.cxx index 138d29f7978c..bc5a7ac49fd8 100644 --- a/sc/source/core/data/dptabres.cxx +++ b/sc/source/core/data/dptabres.cxx @@ -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; }