summaryrefslogtreecommitdiff
path: root/vcl/source/salmain/salmain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/salmain/salmain.cxx')
-rw-r--r--vcl/source/salmain/salmain.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/salmain/salmain.cxx b/vcl/source/salmain/salmain.cxx
index c2e3af01635a..66dec1e9afc1 100644
--- a/vcl/source/salmain/salmain.cxx
+++ b/vcl/source/salmain/salmain.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.
@@ -38,3 +39,5 @@ SAL_IMPLEMENT_MAIN() {
tools::extendApplicationEnvironment();
return SVMain() ? EXIT_SUCCESS : EXIT_FAILURE;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */