summaryrefslogtreecommitdiff
path: root/scripting/source/storage/ScriptStorageManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/storage/ScriptStorageManager.cxx')
-rw-r--r--scripting/source/storage/ScriptStorageManager.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripting/source/storage/ScriptStorageManager.cxx b/scripting/source/storage/ScriptStorageManager.cxx
index 77ca5a45dd15..ae05ff7cd57d 100644
--- a/scripting/source/storage/ScriptStorageManager.cxx
+++ b/scripting/source/storage/ScriptStorageManager.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.
@@ -571,3 +572,5 @@ SAL_THROW( () )
return ::scripting_impl::s_implName;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */