From e7d0b214589dbd623d14219990198ccb804eff6d Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Sun, 16 Jun 2013 02:48:58 +0100 Subject: add missing modelines. Change-Id: Ia0472d4dbce203f0b813e353b4b29f9dc9618664 --- sfx2/source/sidebar/ControlFactory.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sfx2/source/sidebar/ControlFactory.cxx') diff --git a/sfx2/source/sidebar/ControlFactory.cxx b/sfx2/source/sidebar/ControlFactory.cxx index 3c0c02ae64cd..4825ca73b8c7 100644 --- a/sfx2/source/sidebar/ControlFactory.cxx +++ b/sfx2/source/sidebar/ControlFactory.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. * @@ -97,3 +98,5 @@ ImageRadioButton* ControlFactory::CreateCustomImageRadionButton( } } } // end of namespace sfx2::sidebar + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit