summaryrefslogtreecommitdiff
path: root/vcl/unx/source/app/salsys.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/source/app/salsys.cxx')
-rw-r--r--vcl/unx/source/app/salsys.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/unx/source/app/salsys.cxx b/vcl/unx/source/app/salsys.cxx
index 84c9dba32e40..8024e35cdb12 100644
--- a/vcl/unx/source/app/salsys.cxx
+++ b/vcl/unx/source/app/salsys.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.
@@ -223,3 +224,5 @@ int X11SalSystem::ShowNativeMessageBox(const String& rTitle, const String& rMess
return nResult != -1 ? nButtonIds[ nResult ] : 0;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */