summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkwindow.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-05-11 12:32:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-05-11 12:32:22 +0000
commite9816343cd71dfe556e6ace12d67c642a8dde635 (patch)
tree97292343b4659f0f468e18ee2d259280bc4c8522 /vcl/unx/gtk/a11y/atkwindow.hxx
parent471745834c148d90ea181e0523603fe93832ef2a (diff)
INTEGRATION: CWS atkbridge2 (1.2.4); FILE MERGED
2006/05/08 13:45:15 obr 1.2.4.1: #135353# fixed crashes when closing sub-toolbars and application exit
Diffstat (limited to 'vcl/unx/gtk/a11y/atkwindow.hxx')
-rw-r--r--vcl/unx/gtk/a11y/atkwindow.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/gtk/a11y/atkwindow.hxx b/vcl/unx/gtk/a11y/atkwindow.hxx
index 4f47403030a8..567ea49c00d7 100644
--- a/vcl/unx/gtk/a11y/atkwindow.hxx
+++ b/vcl/unx/gtk/a11y/atkwindow.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: atkwindow.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2006-05-05 10:59:01 $
+ * last change: $Author: hr $ $Date: 2006-05-11 13:32:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,5 +41,6 @@
#define OOO_TYPE_WINDOW_WRAPPER ooo_window_wrapper_get_type()
GType ooo_window_wrapper_get_type (void);
+void restore_gail_window_vtable (void);
#endif