summaryrefslogtreecommitdiff
path: root/xmloff/source/style/AttributeContainerHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/AttributeContainerHandler.cxx')
-rw-r--r--xmloff/source/style/AttributeContainerHandler.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/style/AttributeContainerHandler.cxx b/xmloff/source/style/AttributeContainerHandler.cxx
index 81627a4b7e..39fdea500e 100644
--- a/xmloff/source/style/AttributeContainerHandler.cxx
+++ b/xmloff/source/style/AttributeContainerHandler.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.
@@ -102,3 +103,5 @@ sal_Bool XMLAttributeContainerHandler::exportXML( OUString& /*rStrExpValue*/, co
{
return sal_True;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */