summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfdrawrect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfdrawrect.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawrect.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawrect.cxx b/lotuswordpro/source/filter/xfilter/xfdrawrect.cxx
index 5dd0ee05e..68cad7439 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawrect.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawrect.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
@@ -80,4 +81,5 @@ void XFDrawRect::ToXml(IXFStream *pStrm)
pStrm->StartElement( A2OUSTR("draw:rect") );
ContentToXml(pStrm);
pStrm->EndElement( A2OUSTR("draw:rect") );
-} \ No newline at end of file
+}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */