From 32b2fb5a942336558dc1aab7bd488fcb0003d1c8 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 11:25:02 +0000
Subject: [PATCH] INTEGRATION: CWS atkbridge6 (1.6.264); FILE MERGED 2007/03/14
10:35:09 obr 1.6.264.1: #144968# fixed crash on closing window
---
dbaccess/source/ui/inc/JAccess.hxx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dbaccess/source/ui/inc/JAccess.hxx b/dbaccess/source/ui/inc/JAccess.hxx
index a17ac7192a66..ba92b4a0f41f 100644
--- a/dbaccess/source/ui/inc/JAccess.hxx
+++ b/dbaccess/source/ui/inc/JAccess.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: JAccess.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:28:28 $
+ * last change: $Author: hr $ $Date: 2007-06-27 12:25:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,6 +91,8 @@ namespace dbaui
{
NotifyAccessibleEvent(_nEventId,_rOldValue,_rNewValue);
}
+
+ void clearTableView();
};
}
#endif // DBACCESS_JACCESS_HXX