summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfparagraph.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfparagraph.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfparagraph.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfparagraph.cxx b/lotuswordpro/source/filter/xfilter/xfparagraph.cxx
index 37dbd3be31ac..3b801071ea51 100644
--- a/lotuswordpro/source/filter/xfilter/xfparagraph.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfparagraph.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
@@ -120,3 +121,5 @@ sal_Bool XFParagraph::HasContents()
{
return GetCount()>0;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */