summaryrefslogtreecommitdiffstats
path: root/vcl/unx/source/app/i18n_cb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/source/app/i18n_cb.cxx')
-rw-r--r--vcl/unx/source/app/i18n_cb.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/unx/source/app/i18n_cb.cxx b/vcl/unx/source/app/i18n_cb.cxx
index ca2de1da8ecf..98cba80637f0 100644
--- a/vcl/unx/source/app/i18n_cb.cxx
+++ b/vcl/unx/source/app/i18n_cb.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.
@@ -660,3 +661,5 @@ IM_IMDestroyCallback (XIM, XPointer client_data, XPointer)
if (pMethod != NULL)
pMethod->HandleDestroyIM();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */