summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorBorim <borim7@web.de>2013-03-08 19:49:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-03-08 21:02:26 +0000
commita0296296fb121ecab53cee39658fc2f8ce27a782 (patch)
tree00deb054da6f402018d6ee8b202baa95c6317958 /basic
parent54e458f691e55d321ba3e4e4cc7e00b9b3c09489 (diff)
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
Diffstat (limited to 'basic')
-rw-r--r--basic/inc/sb.hrc3
-rw-r--r--basic/source/classes/sb.src3
-rw-r--r--basic/source/sbx/format.src3
3 files changed, 9 insertions, 0 deletions
diff --git a/basic/inc/sb.hrc b/basic/inc/sb.hrc
index e0d45ebc3429..be8d945433fd 100644
--- a/basic/inc/sb.hrc
+++ b/basic/inc/sb.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.
*
@@ -29,3 +30,5 @@
#define IDS_SBERR_STOREREF IDS_SBERR_START+2001
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basic/source/classes/sb.src b/basic/source/classes/sb.src
index 5aa774b3e28f..50d8e1471fa6 100644
--- a/basic/source/classes/sb.src
+++ b/basic/source/classes/sb.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.
*
@@ -569,3 +570,5 @@ String ERRCODE_BASMGR_UNLOADLIB & ERRCODE_RES_MASK
{
Text [ en-US ] = "The library could not be removed from memory." ;
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basic/source/sbx/format.src b/basic/source/sbx/format.src
index 8a9c8cd80890..1f5f747ec514 100644
--- a/basic/source/sbx/format.src
+++ b/basic/source/sbx/format.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.
*
@@ -46,3 +47,5 @@ String STR_BASICKEY_FORMAT_CURRENCY
{
Text [ en-US ] = "@0.00 $;@(0.00 $)" ;
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */