summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xftabstop.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 13:03:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-28 15:49:40 +0100
commit8c97ec61d74261b4dd18b6f65f70be92dd85a794 (patch)
treeb522fceb61fac39400aa0ba94e52dc77dd4149fd /lotuswordpro/source/filter/xfilter/xftabstop.hxx
parente924c21986d4ae0a9b98641ccdb1e701250754de (diff)
add modelines to .hxx files as well
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xftabstop.hxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xftabstop.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xftabstop.hxx b/lotuswordpro/source/filter/xfilter/xftabstop.hxx
index c5a03ddd11d9..eea6a2a9fa29 100644
--- a/lotuswordpro/source/filter/xfilter/xftabstop.hxx
+++ b/lotuswordpro/source/filter/xfilter/xftabstop.hxx
@@ -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
@@ -81,4 +82,5 @@ inline void XFTabStop::ToXml(IXFStream *pStrm)
pStrm->EndElement( A2OUSTR("text:tab-stop") );
}
-#endif \ No newline at end of file
+#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */