summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpcolor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpcolor.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpcolor.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/lwpcolor.cxx b/lotuswordpro/source/filter/lwpcolor.cxx
index 9e68fc1b818c..dd70635e2dea 100644
--- a/lotuswordpro/source/filter/lwpcolor.cxx
+++ b/lotuswordpro/source/filter/lwpcolor.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
@@ -147,3 +148,5 @@ void LwpColor::operator = (const LwpColor& rOther)
m_nBlue = rOther.m_nBlue;
m_nExtra = rOther.m_nExtra;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */