summaryrefslogtreecommitdiff
path: root/basic/source/runtime/comenumwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/comenumwrapper.cxx')
-rw-r--r--basic/source/runtime/comenumwrapper.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/basic/source/runtime/comenumwrapper.cxx b/basic/source/runtime/comenumwrapper.cxx
index 45e3a5f45376..5fb3c32970ac 100644
--- a/basic/source/runtime/comenumwrapper.cxx
+++ b/basic/source/runtime/comenumwrapper.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.
@@ -79,3 +80,4 @@ uno::Any SAL_CALL ComEnumerationWrapper::nextElement()
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */