From ead7290449772fa3bdd9c888afa8072862fab701 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Tue, 12 Oct 2010 15:57:08 +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 --- UnoControls/source/base/basecontainercontrol.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'UnoControls/source/base/basecontainercontrol.cxx') diff --git a/UnoControls/source/base/basecontainercontrol.cxx b/UnoControls/source/base/basecontainercontrol.cxx index 68ed6287c2b4..8709f3c3f331 100644 --- a/UnoControls/source/base/basecontainercontrol.cxx +++ b/UnoControls/source/base/basecontainercontrol.cxx @@ -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. @@ -640,3 +641,5 @@ void BaseContainerControl::impl_cleanMemory () } } // namespace unocontrols + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.1