summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfheaderstyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfheaderstyle.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfheaderstyle.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfheaderstyle.cxx b/lotuswordpro/source/filter/xfilter/xfheaderstyle.cxx
index 4b4be458af9f..ece6dac8af8e 100644
--- a/lotuswordpro/source/filter/xfilter/xfheaderstyle.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfheaderstyle.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -190,3 +191,5 @@ void XFHeaderStyle::ToXml(IXFStream *pStrm)
else
pStrm->EndElement( A2OUSTR("style:header-style") );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */