summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/formsimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/formsimp.cxx')
-rw-r--r--xmloff/source/forms/formsimp.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/forms/formsimp.cxx b/xmloff/source/forms/formsimp.cxx
index 64892edd578f..4fd81912482c 100644
--- a/xmloff/source/forms/formsimp.cxx
+++ b/xmloff/source/forms/formsimp.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.
@@ -54,3 +55,5 @@ SvXMLImportContext * XMLFormsContext::CreateChildContext( USHORT nPrefix, const
{
return GetImport().GetFormImport()->createContext( nPrefix, rLocalName, xAttrList );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */