summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/TableGrantCtrl.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:14:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:14:12 +0000
commitd8163955bd3f63f3159072764c3196ed973df1e9 (patch)
treed9c85cec2d75513eadc59a1c882022f841bc0b45 /dbaccess/source/ui/inc/TableGrantCtrl.hxx
parentc13f2173bfd0ddb998ebd589044057a44ce0c855 (diff)
INTEGRATION: CWS warnings01 (1.8.50); FILE MERGED
2006/03/24 15:36:16 fs 1.8.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess/source/ui/inc/TableGrantCtrl.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableGrantCtrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/TableGrantCtrl.hxx b/dbaccess/source/ui/inc/TableGrantCtrl.hxx
index c6bc931b5bdb..c82248864398 100644
--- a/dbaccess/source/ui/inc/TableGrantCtrl.hxx
+++ b/dbaccess/source/ui/inc/TableGrantCtrl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TableGrantCtrl.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:37:13 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:14:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -77,6 +77,7 @@ class OTableGrantControl : public ::svt::EditBrowseBox
Edit* m_pEdit;
long m_nDataPos;
BOOL m_bEnable;
+ ULONG m_nDeactivateEvent;
public:
OTableGrantControl( Window* pParent,const ResId& _RsId);
@@ -115,7 +116,6 @@ protected:
virtual void CellModified();
private:
- ULONG m_nDeActivateEvent;
DECL_LINK( AsynchActivate, void* );
DECL_LINK( AsynchDeactivate, void* );