summaryrefslogtreecommitdiff
path: root/forms/source/xforms/enumeration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/enumeration.cxx')
-rw-r--r--forms/source/xforms/enumeration.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/forms/source/xforms/enumeration.cxx b/forms/source/xforms/enumeration.cxx
index 270ade4bc4bb..82a9118f7e66 100644
--- a/forms/source/xforms/enumeration.cxx
+++ b/forms/source/xforms/enumeration.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.
@@ -72,3 +73,5 @@ Any Enumeration::nextElement()
return mxContainer->getByIndex( mnIndex++ );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */