summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source')
-rw-r--r--basic/source/classes/sb.src3
-rw-r--r--basic/source/sbx/format.src3
2 files changed, 6 insertions, 0 deletions
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: */