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