[Libreoffice-commits] .: lotuswordpro/source

Caolán McNamara caolan at kemper.freedesktop.org
Sun Jan 2 07:06:24 PST 2011


 lotuswordpro/source/filter/clone.hxx                 |    2 +-
 lotuswordpro/source/filter/lwpbackgroundoverride.cxx |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit e27d7090876c5277b25ae4735db9e389bc2f2064
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Jan 2 15:06:19 2011 +0000

    add/update modelines

diff --git a/lotuswordpro/source/filter/clone.hxx b/lotuswordpro/source/filter/clone.hxx
index 0a2b64d..f671d06 100644
--- a/lotuswordpro/source/filter/clone.hxx
+++ b/lotuswordpro/source/filter/clone.hxx
@@ -82,4 +82,4 @@ T* clone(T* const other)
     return other ? ::detail::cloner<T, ::detail::has_clone<T>::value>::clone(other) : 0;
 }
 
-// vim: set sts=4 sw=4 et:
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/lotuswordpro/source/filter/lwpbackgroundoverride.cxx b/lotuswordpro/source/filter/lwpbackgroundoverride.cxx
index 43397b7..fee6951 100644
--- a/lotuswordpro/source/filter/lwpbackgroundoverride.cxx
+++ b/lotuswordpro/source/filter/lwpbackgroundoverride.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
 /*
  * Version: MPL 1.1 / GPLv3+ / LGPLv3+
  *
@@ -37,3 +38,5 @@ LwpBackgroundOverride* LwpBackgroundOverride::clone() const
 {
     return new LwpBackgroundOverride(*this);
 }
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list