summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/QueryDesignView.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-05-24 11:43:58 +0000
committerFrank Schönheit <fs@openoffice.org>2002-05-24 11:43:58 +0000
commit5823ea7ae0a97cee83fef5fdf599a3fb96d87461 (patch)
tree6a8c342a0835c9f99e312469f139aad58acd5659 /dbaccess/source/ui/inc/QueryDesignView.hxx
parent7b5ff31951e158ab80cd1ed1349f3400db23b685 (diff)
#99226# +m_bInSplitHandler
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 587b9646851a..2390e9b4bfb5 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.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: oj $ $Date: 2002-05-06 09:31:11 $
+ * last change: $Author: fs $ $Date: 2002-05-24 12:43:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,6 +134,7 @@ namespace dbaui
OSelectionBrowseBox* m_pSelectionBox; // presents the lower window
ChildFocusState m_eChildFocus;
sal_Bool m_bInKeyEvent;
+ sal_Bool m_bInSplitHandler;
public:
OQueryDesignView(OQueryContainerWindow* pParent, OQueryController* _pController,const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& );