diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:33:02 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:33:02 +0000 |
commit | 6d793b41a0fb076675a90ea1a30b8726b052b098 (patch) | |
tree | e46a71cde5a4946476189972c111bdf17dafc621 | |
parent | 28242af582e1d63d1330a3d349fb68dda95bf9be (diff) |
INTEGRATION: CWS dba201b (1.12.114); FILE MERGED
2005/09/21 08:56:56 oj 1.12.114.2: RESYNC: (1.12-1.13); FILE MERGED
2005/07/11 13:37:22 fs 1.12.114.1: merging CWS dba201 into CWS dba201b
-rw-r--r-- | dbaccess/source/ui/inc/FieldDescControl.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/FieldDescControl.hxx b/dbaccess/source/ui/inc/FieldDescControl.hxx index b0f1cfffb..a15f4295d 100644 --- a/dbaccess/source/ui/inc/FieldDescControl.hxx +++ b/dbaccess/source/ui/inc/FieldDescControl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: FieldDescControl.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:17:06 $ + * last change: $Author: hr $ $Date: 2005-09-23 12:33:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -142,6 +142,7 @@ namespace dbaui sal_Int32 m_nWidth; ULONG nDelayedGrabFocusEvent; + sal_Bool m_bAdded; DECL_LINK( OnScroll, ScrollBar*); |