summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfborders.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfborders.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfborders.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfborders.cxx b/lotuswordpro/source/filter/xfilter/xfborders.cxx
index 6cd4cc7e6..cc7b6c1bd 100644
--- a/lotuswordpro/source/filter/xfilter/xfborders.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfborders.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
@@ -358,3 +359,5 @@ void XFBorders::ToXml(IXFStream *pStrm)
pAttrList->AddAttribute( A2OUSTR("fo:border-bottom"), A2OUSTR("none") );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */