From 3656a57e885065db046d774e27d0834884744a3c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 21 Sep 2013 14:42:35 +0100 Subject: add mode lines to new files (and idls) since last run Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd --- oovbaapi/ooo/vba/stdole/LoadPictureConstants.idl | 3 +++ oovbaapi/ooo/vba/stdole/OLE_TRISTATE.idl | 3 +++ 2 files changed, 6 insertions(+) (limited to 'oovbaapi/ooo/vba/stdole') diff --git a/oovbaapi/ooo/vba/stdole/LoadPictureConstants.idl b/oovbaapi/ooo/vba/stdole/LoadPictureConstants.idl index 656c70fd318d..41c1e3083341 100644 --- a/oovbaapi/ooo/vba/stdole/LoadPictureConstants.idl +++ b/oovbaapi/ooo/vba/stdole/LoadPictureConstants.idl @@ -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. * @@ -24,3 +25,5 @@ module ooo { module vba { module stdole { const long VgaColor = 2; }; }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/oovbaapi/ooo/vba/stdole/OLE_TRISTATE.idl b/oovbaapi/ooo/vba/stdole/OLE_TRISTATE.idl index a53814f4d6b4..325475043fc2 100644 --- a/oovbaapi/ooo/vba/stdole/OLE_TRISTATE.idl +++ b/oovbaapi/ooo/vba/stdole/OLE_TRISTATE.idl @@ -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. * @@ -23,3 +24,5 @@ module ooo { module vba { module stdole { const long Unchecked = 0; }; }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit