diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-01 18:57:17 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-02 15:00:30 +0100 |
commit | aaee571ea1954fe157462cda1c36a2b745a9653b (patch) | |
tree | 3730f44f3689145b7b33be99f2f1db1dfb5fa9e9 /basctl | |
parent | 01e217a36956f729c5030f1a78eb100423cc3157 (diff) |
Replace one DBG_UTIL with OSL_DEBUG_LEVEL
And remove the other one, as OSL_FAIL is executed only on
OSL_DEBUG_LEVEL > 0 (in diagnose.h).
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx index a84bef5df8df..270d27060806 100644 --- a/basctl/source/basicide/baside2.cxx +++ b/basctl/source/basicide/baside2.cxx @@ -1626,7 +1626,7 @@ void ModulWindowLayout::DockaWindow( DockingWindow* pDockingWindow ) // evtl. Sonderbehandlung... ArrangeWindows(); } -#ifdef DBG_UTIL +#if OSL_DEBUG_LEVEL > 0 else OSL_FAIL( "Wer will sich denn hier andocken ?" ); #endif |