summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkselection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/a11y/atkselection.cxx')
-rw-r--r--vcl/unx/gtk/a11y/atkselection.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/unx/gtk/a11y/atkselection.cxx b/vcl/unx/gtk/a11y/atkselection.cxx
index 172faac4c704..127730f0a458 100644
--- a/vcl/unx/gtk/a11y/atkselection.cxx
+++ b/vcl/unx/gtk/a11y/atkselection.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.
@@ -193,3 +194,5 @@ selectionIfaceInit( AtkSelectionIface *iface)
iface->remove_selection = selection_remove_selection;
iface->select_all_selection = selection_select_all_selection;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */