summaryrefslogtreecommitdiffstats
path: root/toolkit/source/helper/externallock.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/helper/externallock.cxx')
-rw-r--r--toolkit/source/helper/externallock.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/source/helper/externallock.cxx b/toolkit/source/helper/externallock.cxx
index c0eb2427936f..3df4988481ec 100644
--- a/toolkit/source/helper/externallock.cxx
+++ b/toolkit/source/helper/externallock.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.
@@ -44,3 +45,4 @@ void VCLExternalSolarLock::release()
Application::GetSolarMutex().release();
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */