summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-08 13:48:14 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-13 16:50:41 +0100
commit9a96bb8660de63530fee8cb0c5dace2e1fc28395 (patch)
tree91daac76eaa3b6c52f1a77847971e9ea49ed1540 /basic/source
parent361cfb99621ea60d688b79106340f8c665dbd72b (diff)
Move DBG_TRACE to OSL_TRACE
Diffstat (limited to 'basic/source')
-rw-r--r--basic/source/runtime/runtime.cxx2
1 files changed, 1 insertions, 1 deletions
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) ) )