summaryrefslogtreecommitdiff
path: root/unodevtools/source/unodevtools/typemanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/source/unodevtools/typemanager.cxx')
-rw-r--r--unodevtools/source/unodevtools/typemanager.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/unodevtools/source/unodevtools/typemanager.cxx b/unodevtools/source/unodevtools/typemanager.cxx
index 900faef87a24..8bd4fe650415 100644
--- a/unodevtools/source/unodevtools/typemanager.cxx
+++ b/unodevtools/source/unodevtools/typemanager.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.
@@ -279,3 +280,5 @@ RTTypeClass UnoTypeManager::getTypeClass(RegistryKey& rTypeKey) const
}
} // end of namespace unodevtools
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */