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 --- framework/inc/classes/resource.hrc | 3 +++ framework/inc/framework.hrc | 2 ++ framework/inc/helpid.hrc | 2 ++ framework/inc/services/logindialog.hrc | 3 +++ framework/source/classes/resource.src | 3 +++ framework/source/services/fwk_services.src | 2 ++ 6 files changed, 15 insertions(+) (limited to 'framework') diff --git a/framework/inc/classes/resource.hrc b/framework/inc/classes/resource.hrc index 4be8d480bc44..f9e3bf61f7cd 100644 --- a/framework/inc/classes/resource.hrc +++ b/framework/inc/classes/resource.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. * @@ -76,3 +77,5 @@ #define PB_ACCEPT (RID_FWK_DIALOG_START+23) #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/framework/inc/framework.hrc b/framework/inc/framework.hrc index e024b26e74bd..861c44787617 100644 --- a/framework/inc/framework.hrc +++ b/framework/inc/framework.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. * @@ -60,3 +61,4 @@ #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/framework/inc/helpid.hrc b/framework/inc/helpid.hrc index 13cb1118ae43..e319817121e5 100644 --- a/framework/inc/helpid.hrc +++ b/framework/inc/helpid.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. * @@ -26,3 +27,4 @@ // ******************************************************************* EOF +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/framework/inc/services/logindialog.hrc b/framework/inc/services/logindialog.hrc index c3aa846503a7..017b2ed68148 100644 --- a/framework/inc/services/logindialog.hrc +++ b/framework/inc/services/logindialog.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. * @@ -19,3 +20,5 @@ // controls #define RID_PB_OK 21 #define RID_PB_CANCEL 22 + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src index cdadad4fdbd4..567777ba73b8 100644 --- a/framework/source/classes/resource.src +++ b/framework/source/classes/resource.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. * @@ -338,3 +339,5 @@ String STR_SET_LANGUAGE_FOR_ALL_TEXT { Text [ en-US ] = "Set Language for all Text" ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/framework/source/services/fwk_services.src b/framework/source/services/fwk_services.src index 6bb700809e26..b10d37e11196 100644 --- a/framework/source/services/fwk_services.src +++ b/framework/source/services/fwk_services.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,4 @@ Window WIN_TABWINDOW }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit