summaryrefslogtreecommitdiff
path: root/unotools/source/config/internaloptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/internaloptions.cxx')
-rw-r--r--unotools/source/config/internaloptions.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/unotools/source/config/internaloptions.cxx b/unotools/source/config/internaloptions.cxx
index 4063fcf5bde3..f6668c9576ab 100644
--- a/unotools/source/config/internaloptions.cxx
+++ b/unotools/source/config/internaloptions.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.
@@ -620,3 +621,5 @@ Mutex& SvtInternalOptions::GetOwnStaticMutex()
// Return new created or already existing mutex object.
return *pMutex;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */