summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xftimestyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xftimestyle.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xftimestyle.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xftimestyle.cxx b/lotuswordpro/source/filter/xfilter/xftimestyle.cxx
index fdda5618c2d6..dd7bb73c8c96 100644
--- a/lotuswordpro/source/filter/xfilter/xftimestyle.cxx
+++ b/lotuswordpro/source/filter/xfilter/xftimestyle.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
@@ -149,4 +150,5 @@ void XFTimeStyle::ToXml(IXFStream *pStrm)
pStrm->EndElement( A2OUSTR("number:am-pm") );
}
pStrm->EndElement( A2OUSTR("number:time-style") );
-} \ No newline at end of file
+}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */