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.
This commit is contained in:
Vladimir Glazounov
2003-04-15 15:03:54 +00:00
parent 72157c43de
commit dc55f95efd

View File

@@ -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();
}