summaryrefslogtreecommitdiff
path: root/framework/test/typecfg/typecfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/test/typecfg/typecfg.cxx')
-rw-r--r--framework/test/typecfg/typecfg.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/test/typecfg/typecfg.cxx b/framework/test/typecfg/typecfg.cxx
index e7fb7a23bab1..597e42f93ebb 100644
--- a/framework/test/typecfg/typecfg.cxx
+++ b/framework/test/typecfg/typecfg.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.
@@ -247,3 +248,5 @@ void TypeApplication::impl_generateTypeDetectionXCD()
aCache.impldbg_generateXCD( "org.openoffice.Office.TypeDetection.xcd", bWriteable, cSeparator );
#endif //ENABLE_GENERATEFILTERCACHE
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */