diff options
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryDesignView.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryDesignView.cxx | 6 |
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(); } |