summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/app/salsys.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/aqua/source/app/salsys.cxx')
-rw-r--r--vcl/aqua/source/app/salsys.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/aqua/source/app/salsys.cxx b/vcl/aqua/source/app/salsys.cxx
index 3b548099feef..a7ea84f78113 100644
--- a/vcl/aqua/source/app/salsys.cxx
+++ b/vcl/aqua/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.
@@ -129,3 +130,5 @@ int AquaSalSystem::ShowNativeMessageBox( const String& rTitle,
{
return 0;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */