diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-15 11:44:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-15 11:44:12 +0000 |
commit | d3ff18767212a9c07ab3849094dc81e91f78958d (patch) | |
tree | 02e275df6412e1083c9cad8414882c946a0ea1ff /dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx | |
parent | 84561bb5eda91877d5329d3ff4938e9d09de0bd8 (diff) |
INTEGRATION: CWS oj08 (1.19.112); FILE MERGED
2004/01/30 08:49:58 oj 1.19.112.1: #i21725# fix is null for functions
Diffstat (limited to 'dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx index 388d2eae855d..bfec2d19b0ec 100644 --- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx +++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SelectionBrowseBox.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: vg $ $Date: 2003-05-19 12:56:18 $ + * last change: $Author: obo $ $Date: 2004-03-15 12:44:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -141,6 +141,7 @@ namespace dbaui sal_Bool m_bGroupByUnRelated; sal_Bool m_bStopTimer; sal_Bool m_bWasEditing; + sal_Bool m_bDisableErrorBox; DECL_LINK(OnInvalidateTimer, void*); public: OSelectionBrowseBox( Window* pParent ); |