From a17da71cd530c72624f767867f8b1fd768112ad8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 27 Oct 2010 13:11:31 +0100 Subject: add modelines to .hxx files as well --- desktop/unx/source/splashx.c | 3 +++ desktop/unx/source/splashx.h | 3 +++ desktop/unx/source/start.c | 3 +++ 3 files changed, 9 insertions(+) (limited to 'desktop/unx/source') diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c index ee36b7a915..6e7088b42c 100644 --- a/desktop/unx/source/splashx.c +++ b/desktop/unx/source/splashx.c @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * @@ -620,3 +621,5 @@ void splash_close_window() // leak it is faster bitmap_rows = NULL; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/desktop/unx/source/splashx.h b/desktop/unx/source/splashx.h index 3b923e541b..537034c6ef 100644 --- a/desktop/unx/source/splashx.h +++ b/desktop/unx/source/splashx.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * @@ -60,3 +61,5 @@ void splash_draw_progress( int progress ); #endif #endif // _SPLASHX_H + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c index 450d63cfc6..f51adebabd 100644 --- a/desktop/unx/source/start.c +++ b/desktop/unx/source/start.c @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * @@ -839,3 +840,5 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv ) return 0; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3