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 --- starmath/source/commands.src | 3 +++ starmath/source/dialog.hrc | 2 ++ starmath/source/smres.src | 2 ++ starmath/source/symbol.src | 3 +++ starmath/source/toolbox.hrc | 2 ++ starmath/source/toolbox.src | 3 +++ 6 files changed, 15 insertions(+) (limited to 'starmath/source') diff --git a/starmath/source/commands.src b/starmath/source/commands.src index 49ebf4f56a21..92413c770f0a 100644 --- a/starmath/source/commands.src +++ b/starmath/source/commands.src @@ -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. * @@ -1568,3 +1569,5 @@ Menu RID_COMMANDMENU }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/starmath/source/dialog.hrc b/starmath/source/dialog.hrc index 05e12de012de..1266d1afaba1 100644 --- a/starmath/source/dialog.hrc +++ b/starmath/source/dialog.hrc @@ -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. * @@ -41,3 +42,4 @@ #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/starmath/source/smres.src b/starmath/source/smres.src index 4836fbdbc254..3fd07cf58975 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -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. * @@ -1716,3 +1717,4 @@ StringArray RID_PRINTUIOPTIONS }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/starmath/source/symbol.src b/starmath/source/symbol.src index 902f7155c4c3..77f7384a7125 100644 --- a/starmath/source/symbol.src +++ b/starmath/source/symbol.src @@ -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. * @@ -333,3 +334,5 @@ Resource RID_LOCALIZED_NAMES }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/starmath/source/toolbox.hrc b/starmath/source/toolbox.hrc index c68013a28f07..38b143f0453f 100644 --- a/starmath/source/toolbox.hrc +++ b/starmath/source/toolbox.hrc @@ -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. * @@ -35,3 +36,4 @@ #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/starmath/source/toolbox.src b/starmath/source/toolbox.src index 82becfb4dd0a..0aecb51491ed 100644 --- a/starmath/source/toolbox.src +++ b/starmath/source/toolbox.src @@ -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. * @@ -1828,3 +1829,5 @@ FloatingWindow RID_TOOLBOXWINDOW MaskColor = IMAGE_STDBTN_COLOR ; CATALOG_IDLIST }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit