summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryDesignView.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:03:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:03:54 +0000
commitdc55f95efdaa4d495bde4f3a865bb3378000c6e5 (patch)
tree71871b2e5c1af1d476ddd6fe4ffbf52814943b5a /dbaccess/source/ui/querydesign/QueryDesignView.cxx
parent72157c43dea13448c15675ca279fa2fec647e4f7 (diff)
INTEGRATION: CWS dbgmacros1 (1.57.14); FILE MERGED
2003/04/10 17:45:02 kso 1.57.14.2: RESYNC: (1.57-1.58); FILE MERGED 2003/04/09 10:44:14 kso 1.57.14.1: #108413# - debug macro unification.
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryDesignView.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignView.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
index 2b9d6b65f352..5a6fa72dba3c 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: QueryDesignView.cxx,v $
*
- * $Revision: 1.58 $
+ * $Revision: 1.59 $
*
- * last change: $Author: vg $ $Date: 2003-04-01 14:05:00 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:03:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2592,7 +2592,7 @@ long OQueryDesignView::PreNotify(NotifyEvent& rNEvt)
switch (rNEvt.GetType())
{
case EVENT_GETFOCUS:
-#ifdef _DEBUG
+#if OSL_DEBUG_LEVEL > 0
{
Window* pFocus = Application::GetFocusWindow();
}