From a0296296fb121ecab53cee39658fc2f8ce27a782 Mon Sep 17 00:00:00 2001 From: Borim Date: Fri, 8 Mar 2013 19:49:43 +0100 Subject: fdo#60691 add modelines to *.src and *.hrc files use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4 --- svx/source/stbctrls/stbctrls.src | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'svx/source/stbctrls') diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src index de1144de6c3c..a5b6799e9d5b 100644 --- a/svx/source/stbctrls/stbctrls.src +++ b/svx/source/stbctrls/stbctrls.src @@ -1,4 +1,5 @@ -/* +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public @@ -330,3 +331,5 @@ Image RID_SVXBMP_DOC_MODIFIED_FEEDBACK }; MaskColor = STD_MASKCOLOR; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit