summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfchange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfchange.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfchange.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfchange.cxx b/lotuswordpro/source/filter/xfilter/xfchange.cxx
index e86481c4c..07c412511 100644
--- a/lotuswordpro/source/filter/xfilter/xfchange.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfchange.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
@@ -161,3 +162,5 @@ void XFChangeEnd::ToXml(IXFStream *pStrm)
pStrm->StartElement( A2OUSTR("text:change-end") );
pStrm->EndElement( A2OUSTR("text:change-end") );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */