summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfstylemanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfstylemanager.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfstylemanager.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfstylemanager.cxx b/lotuswordpro/source/filter/xfilter/xfstylemanager.cxx
index 38d3eaf4ca26..7909f0e24916 100644
--- a/lotuswordpro/source/filter/xfilter/xfstylemanager.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfstylemanager.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
@@ -385,3 +386,5 @@ void XFStyleManager::ToXml(IXFStream *pStrm)
pStrm->EndElement( A2OUSTR("office:master-styles") );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */