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 --- wizards/source/euro/euro.src | 3 +++ wizards/source/formwizard/dbwizres.src | 3 +++ wizards/source/imagelists/imagelists.src | 3 +++ wizards/source/importwizard/importwi.src | 3 +++ wizards/source/template/template.src | 3 +++ 5 files changed, 15 insertions(+) (limited to 'wizards') diff --git a/wizards/source/euro/euro.src b/wizards/source/euro/euro.src index cf6726fda84b..0a4245140ee2 100644 --- a/wizards/source/euro/euro.src +++ b/wizards/source/euro/euro.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. * @@ -470,3 +471,5 @@ String STEP_LASTPAGE + 4 { Text [ en-US ] = "Sheet is always unprotected"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/wizards/source/formwizard/dbwizres.src b/wizards/source/formwizard/dbwizres.src index 19063ae558dd..be86337f511a 100644 --- a/wizards/source/formwizard/dbwizres.src +++ b/wizards/source/formwizard/dbwizres.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. * @@ -3801,3 +3802,5 @@ String RID_AGENDAWIZARDDIALOG_START +86 { Text [en-US ] = "Deadline:"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/wizards/source/imagelists/imagelists.src b/wizards/source/imagelists/imagelists.src index bba7a38882e0..a072d452ea68 100644 --- a/wizards/source/imagelists/imagelists.src +++ b/wizards/source/imagelists/imagelists.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. * @@ -108,3 +109,5 @@ Image IMG_WEB_LAYOUT_FRAMEBOTTOM { ImageBitmap = Bitmap { File = "frame_bottom.png"; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/wizards/source/importwizard/importwi.src b/wizards/source/importwizard/importwi.src index 65cf093eb7f5..9ffc79a776b5 100644 --- a/wizards/source/importwizard/importwi.src +++ b/wizards/source/importwizard/importwi.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. * @@ -419,3 +420,5 @@ String sSumMSDrawTemplates { Text [ en-US ] = "All PowerPoint templates contained in the following directory will be imported:"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/wizards/source/template/template.src b/wizards/source/template/template.src index 60ae43f9e764..ca3aa8237589 100644 --- a/wizards/source/template/template.src +++ b/wizards/source/template/template.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. * @@ -525,3 +526,5 @@ String Newsletter + 12 { Text [ en-US ] = "Double-sided"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit