summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpglobalmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpglobalmgr.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpglobalmgr.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpglobalmgr.cxx b/lotuswordpro/source/filter/lwpglobalmgr.cxx
index 803729e737c9..82b2196c8f28 100644
--- a/lotuswordpro/source/filter/lwpglobalmgr.cxx
+++ b/lotuswordpro/source/filter/lwpglobalmgr.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
@@ -163,4 +164,5 @@ XFColor LwpGlobalMgr::GetHighLightColor(sal_uInt8 nID)
XFColor aColor(255,255,0);//yellow
return aColor;
}
-} \ No newline at end of file
+}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */