summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/TableWindowAccess.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-11-19 17:43:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-11-19 17:43:08 +0000
commit0e8ff6898609c3291ec605f8e97450fb2735290a (patch)
treeab7b6860136a46d4fce9f8c06c0f4933b014ddf4 /dbaccess/source/ui/inc/TableWindowAccess.hxx
parent5524ea27e2162f33c37baeb3de1ae41ba850b919 (diff)
CWS-TOOLING: integrate CWS dba301a_DEV300
Diffstat (limited to 'dbaccess/source/ui/inc/TableWindowAccess.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableWindowAccess.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/TableWindowAccess.hxx b/dbaccess/source/ui/inc/TableWindowAccess.hxx
index e351f7135011..1684a6385a9b 100644
--- a/dbaccess/source/ui/inc/TableWindowAccess.hxx
+++ b/dbaccess/source/ui/inc/TableWindowAccess.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: TableWindowAccess.hxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.7.74.1 $
*
* This file is part of OpenOffice.org.
*
@@ -64,6 +64,8 @@ namespace dbaui
@return true if it is editable otherwise false
*/
virtual sal_Bool isEditable() const;
+
+ virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
public:
OTableWindowAccess( OTableWindow* _pTable);