From 46a924d34890f64e168ab247bcdad47cfc44a889 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Tue, 12 Oct 2010 15:56:41 +0200 Subject: Add vim/emacs modelines to all source files Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth --- lotuswordpro/source/filter/xfilter/xfmasterpage.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lotuswordpro/source/filter/xfilter/xfmasterpage.cxx') diff --git a/lotuswordpro/source/filter/xfilter/xfmasterpage.cxx b/lotuswordpro/source/filter/xfilter/xfmasterpage.cxx index 39d7283386e7..531324704e42 100644 --- a/lotuswordpro/source/filter/xfilter/xfmasterpage.cxx +++ b/lotuswordpro/source/filter/xfilter/xfmasterpage.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 @@ -129,4 +130,5 @@ void XFMasterPage::ToXml(IXFStream *pStrm) if( m_pFooter ) m_pFooter->ToXml(pStrm); pStrm->EndElement( A2OUSTR("style:master-page") ); -} \ No newline at end of file +} +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit