summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/a11y/atkwindow.cxx')
-rw-r--r--vcl/unx/gtk/a11y/atkwindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk/a11y/atkwindow.cxx b/vcl/unx/gtk/a11y/atkwindow.cxx
index 84ef89198fe9..2e0bcdc5f055 100644
--- a/vcl/unx/gtk/a11y/atkwindow.cxx
+++ b/vcl/unx/gtk/a11y/atkwindow.cxx
@@ -273,7 +273,7 @@ ooo_window_wrapper_class_init (AtkObjectClass *klass, gpointer)
/*****************************************************************************/
GType
-ooo_window_wrapper_get_type (void)
+ooo_window_wrapper_get_type()
{
static GType type = 0;
@@ -310,7 +310,7 @@ ooo_window_wrapper_get_type (void)
return type;
}
-void restore_gail_window_vtable (void)
+void restore_gail_window_vtable()
{
AtkObjectClass *atk_class;
gpointer data;