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 <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth
2010-10-12 15:53:47 +02:00
committed by Jan Holesovsky
parent 4822cf65f3
commit 8694d2bc19
2558 changed files with 6601 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -1043,3 +1044,5 @@ namespace ooevtdescgen
return Sequence< ::rtl::OUString >( &strName, 1 );
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -129,3 +130,5 @@ extern "C"
pImplName, pServiceManager, pRegistryKey, s_component_entries );
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */