From 06998741b877b1ae8a201eeea4d011c3b7a156c3 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 14 Jan 2014 10:19:38 +0100 Subject: vcl: missing modeline in dibtools Change-Id: I332e6ed3652f18843ec7abdeaec70d7bb8f5667b --- vcl/source/gdi/dibtools.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/source/gdi/dibtools.cxx b/vcl/source/gdi/dibtools.cxx index e7cfd64fbd8d..737385cc7244 100644 --- a/vcl/source/gdi/dibtools.cxx +++ b/vcl/source/gdi/dibtools.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -1576,4 +1577,4 @@ bool WriteDIBV5( return ImplWriteDIB(rSource, &rSourceAlpha, rOStm, false, true); } -////////////////////////////////////////////////////////////////////////////// +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit