summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfshadow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfshadow.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfshadow.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfshadow.cxx b/lotuswordpro/source/filter/xfilter/xfshadow.cxx
index a03c2c762b07..f70b01f89747 100644
--- a/lotuswordpro/source/filter/xfilter/xfshadow.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfshadow.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
@@ -125,4 +126,5 @@ sal_Bool operator==(XFShadow& s1, XFShadow& s2)
sal_Bool operator!=(XFShadow& s1, XFShadow& s2)
{
return !(s1==s2);
-} \ No newline at end of file
+}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */