summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkregistry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/a11y/atkregistry.cxx')
-rw-r--r--vcl/unx/gtk/a11y/atkregistry.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/gtk/a11y/atkregistry.cxx b/vcl/unx/gtk/a11y/atkregistry.cxx
index 81ec22dc4ce1..396683e5fd8c 100644
--- a/vcl/unx/gtk/a11y/atkregistry.cxx
+++ b/vcl/unx/gtk/a11y/atkregistry.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -69,3 +70,4 @@ ooo_wrapper_registry_remove(XAccessible *pAccessible)
g_hash_table_remove( uno_to_gobject, (gpointer) pAccessible );
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */