summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpdivopts.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpdivopts.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpdivopts.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/lwpdivopts.cxx b/lotuswordpro/source/filter/lwpdivopts.cxx
index 753c86ea9bc6..6df43a75f132 100644
--- a/lotuswordpro/source/filter/lwpdivopts.cxx
+++ b/lotuswordpro/source/filter/lwpdivopts.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
@@ -131,3 +132,5 @@ void LwpDivisionOptions::Read()
m_Lang.Read(m_pObjStrm);
m_pObjStrm->SkipExtra();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */