summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfdrawchart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfdrawchart.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawchart.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawchart.cxx b/lotuswordpro/source/filter/xfilter/xfdrawchart.cxx
index 3ce2c23c333b..d3b6cecab10b 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawchart.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawchart.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
@@ -93,4 +94,5 @@ void XFChartStream::SetChartStream(SvStorageStreamRef rCntStream)
void XFChartStream::ToXml(IXFStream *pSaxStream)
{
XFChartStreamTools::ParseStream(m_rCntStream,pSaxStream);
-} \ No newline at end of file
+}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */