From dc55f95efdaa4d495bde4f3a865bb3378000c6e5 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 15:03:54 +0000 Subject: 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. --- dbaccess/source/ui/querydesign/QueryDesignView.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbaccess/source/ui/querydesign/QueryDesignView.cxx') 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(); } -- cgit