summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/QueryDesignView.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-02-11 11:43:58 +0000
committerOcke Janssen <oj@openoffice.org>2002-02-11 11:43:58 +0000
commitdd30e0edc12e37e8e76f0aa730a7d83939b9f753 (patch)
treec1ca80e01ef32ec54b3e4616ca90621e9d6907aa /dbaccess/source/ui/inc/QueryDesignView.hxx
parent53c327a6b615f8ddcf7fe971ddc9f782062465d7 (diff)
#90580# enable F6 key for components
Diffstat (limited to 'dbaccess/source/ui/inc/QueryDesignView.hxx')
-rw-r--r--dbaccess/source/ui/inc/QueryDesignView.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/QueryDesignView.hxx b/dbaccess/source/ui/inc/QueryDesignView.hxx
index 5792c6a99309..f81daaa11b52 100644
--- a/dbaccess/source/ui/inc/QueryDesignView.hxx
+++ b/dbaccess/source/ui/inc/QueryDesignView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: QueryDesignView.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: oj $ $Date: 2002-02-06 07:23:39 $
+ * last change: $Author: oj $ $Date: 2002-02-11 12:43:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,6 +115,7 @@ namespace dbaui
OSelectionBrowseBox* m_pSelectionBox; // presents the lower window
ChildFocusState m_eChildFocus;
+ sal_Bool m_bInKeyEvent;
public:
OQueryDesignView(OQueryContainerWindow* pParent, OQueryController* _pController,const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& );