summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-26 07:26:45 +0200
committerDavid Tardon <dtardon@redhat.com>2011-05-26 07:26:45 +0200
commitbd1736a71cdf20dc7bf734fb08212dab543072fb (patch)
treec5b085f4fd388cfd3f12442f610b059e8a3e6f71
parent7299289852920f3e23b22f386afc649b658ee466 (diff)
DBG_UTIL -> OSL_DEBUG_LEVELintegration/dev300_m106
-rwxr-xr-xvcl/source/window/window.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 8ca2358c47..680783e0f0 100755
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -4382,7 +4382,7 @@ Window::~Window()
if ( pSVData->maWinData.mpDefDialogParent == this )
pSVData->maWinData.mpDefDialogParent = NULL;
-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 0
if ( sal_True ) // always perform these tests in non-pro versions
{
ByteString aErrorStr;