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 --- connectivity/source/resource/conn_error_message.src | 2 ++ connectivity/source/resource/conn_log_res.src | 3 +++ connectivity/source/resource/conn_shared_res.src | 2 ++ 3 files changed, 7 insertions(+) (limited to 'connectivity/source/resource') diff --git a/connectivity/source/resource/conn_error_message.src b/connectivity/source/resource/conn_error_message.src index d529564cd7dc..13212649e40e 100644 --- a/connectivity/source/resource/conn_error_message.src +++ b/connectivity/source/resource/conn_error_message.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. * @@ -88,3 +89,4 @@ String 256 + 2*550 + 1 Text = "IM001"; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/resource/conn_log_res.src b/connectivity/source/resource/conn_log_res.src index 3ae51412fb84..4fa7d219399d 100644 --- a/connectivity/source/resource/conn_log_res.src +++ b/connectivity/source/resource/conn_log_res.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. * @@ -301,3 +302,5 @@ String STR_LOG_SETTING_SYSTEM_PROPERTY { Text = "setting system property \"$1$\" to value \"$2$\""; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/resource/conn_shared_res.src b/connectivity/source/resource/conn_shared_res.src index ee5fb0cbc9ce..a5133d0c9cc7 100644 --- a/connectivity/source/resource/conn_shared_res.src +++ b/connectivity/source/resource/conn_shared_res.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. * @@ -619,3 +620,4 @@ String STR_ERROR_NEW_VERSION Text = "The connection could not be established. The database was created by a newer version of %PRODUCTNAME."; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit