summaryrefslogtreecommitdiff
path: root/codemaker/source/codemaker/unotype.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/codemaker/unotype.cxx')
-rw-r--r--codemaker/source/codemaker/unotype.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/codemaker/source/codemaker/unotype.cxx b/codemaker/source/codemaker/unotype.cxx
index c1b00dcb9b3d..cd3ce6d83752 100644
--- a/codemaker/source/codemaker/unotype.cxx
+++ b/codemaker/source/codemaker/unotype.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.
@@ -101,3 +102,5 @@ rtl::OString codemaker::UnoType::decompose(
OSL_ASSERT(k == len - 1 && type[k] == '>');
return type.copy(i, j - i);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */