summaryrefslogtreecommitdiff
path: root/stoc/test/tdmanager/testtdmanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/tdmanager/testtdmanager.cxx')
-rw-r--r--stoc/test/tdmanager/testtdmanager.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/stoc/test/tdmanager/testtdmanager.cxx b/stoc/test/tdmanager/testtdmanager.cxx
index 53b793c8fbe4..0901ae6522e7 100644
--- a/stoc/test/tdmanager/testtdmanager.cxx
+++ b/stoc/test/tdmanager/testtdmanager.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.
@@ -372,3 +373,5 @@ extern "C" sal_Bool SAL_CALL component_writeInfo(void *, void * registryKey) {
&& writeInfo(registryKey, Service::getImplementationName(),
Service::getSupportedServiceNames());
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */