From 9a96bb8660de63530fee8cb0c5dace2e1fc28395 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 8 Mar 2011 13:48:14 +0100 Subject: Move DBG_TRACE to OSL_TRACE --- basic/source/runtime/runtime.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic') diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index d0babeee3d96..e41059f08d54 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -981,7 +981,7 @@ SbxVariableRef SbiRuntime::PopVar() SbxVariableRef xVar = refExprStk->Get( --nExprLvl ); #ifdef DBG_UTIL if ( xVar->GetName().EqualsAscii( "Cells" ) ) - DBG_TRACE( "" ); + OSL_TRACE( "" ); #endif // Methods halten im 0.Parameter sich selbst, also weghauen if( xVar->IsA( TYPE(SbxMethod) ) ) -- cgit v1.2.3