summaryrefslogtreecommitdiff
path: root/svtools/source/config/test/test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/config/test/test.cxx')
-rw-r--r--svtools/source/config/test/test.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/source/config/test/test.cxx b/svtools/source/config/test/test.cxx
index 4efadef2e213..dc0256f5a134 100644
--- a/svtools/source/config/test/test.cxx
+++ b/svtools/source/config/test/test.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.
@@ -266,3 +267,5 @@ Reference< XMultiServiceFactory > TestApplication::getUNOServiceManager()
}
return smgr;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */