summaryrefslogtreecommitdiff
path: root/forms/source/xforms/xpathlib/xpathlib.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/xpathlib/xpathlib.hxx')
-rw-r--r--forms/source/xforms/xpathlib/xpathlib.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/forms/source/xforms/xpathlib/xpathlib.hxx b/forms/source/xforms/xpathlib/xpathlib.hxx
index d9fe96e598ca..109f32837591 100644
--- a/forms/source/xforms/xpathlib/xpathlib.hxx
+++ b/forms/source/xforms/xpathlib/xpathlib.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include <libxml/tree.h>
@@ -81,3 +82,5 @@ void xforms_currentFunction(xmlXPathParserContextPtr ctxt, int nargs);
xmlXPathFunction xforms_lookupFunc(void *ctxt, const xmlChar *name, const xmlChar *ns_uri);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */