summaryrefslogtreecommitdiff
path: root/formula/source/core/api/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/core/api/services.cxx')
-rw-r--r--formula/source/core/api/services.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/formula/source/core/api/services.cxx b/formula/source/core/api/services.cxx
index 39809ab9b6..3bcfbf7052 100644
--- a/formula/source/core/api/services.cxx
+++ b/formula/source/core/api/services.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.
@@ -73,3 +74,5 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo(
serviceManager, registryKey, entries);
}
} // extern "C"
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */