diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-08 13:47:42 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-11 23:41:07 +0100 |
commit | 08be19bcb817c427185272b34c97fefa0c1081ad (patch) | |
tree | bad937ff9f000520733703800fd93096637d13a9 /toolkit/source | |
parent | d30945a0d59b6cec0c9f655cb46bde02833ea4da (diff) |
Move DBG_TRACE to OSL_TRACE
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/controls/stdtabcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/stdtabcontroller.cxx b/toolkit/source/controls/stdtabcontroller.cxx index 40d0eb25836a..3065515415f3 100644 --- a/toolkit/source/controls/stdtabcontroller.cxx +++ b/toolkit/source/controls/stdtabcontroller.cxx @@ -133,7 +133,7 @@ sal_Bool StdTabController::ImplCreateComponentSequence( } else { - DBG_TRACE( "ImplCreateComponentSequence: Control not found" ); + OSL_TRACE( "ImplCreateComponentSequence: Control not found" ); bOK = sal_False; } } |