summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp
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 /sfx2/source/bastyp
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 'sfx2/source/bastyp')
-rw-r--r--sfx2/source/bastyp/bastyp.hrc2
-rw-r--r--sfx2/source/bastyp/bastyp.src3
-rw-r--r--sfx2/source/bastyp/fltfnc.src3
3 files changed, 8 insertions, 0 deletions
diff --git a/sfx2/source/bastyp/bastyp.hrc b/sfx2/source/bastyp/bastyp.hrc
index 8cb66dd98c8c..fd128686b20b 100644
--- a/sfx2/source/bastyp/bastyp.hrc
+++ b/sfx2/source/bastyp/bastyp.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.
*
@@ -25,3 +26,4 @@
#define STR_FILTER_CONSULT_SERVICE (RC_BASTYP + 10)
#define STR_HTML_GENERATOR (RC_BASTYP + 30)
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sfx2/source/bastyp/bastyp.src b/sfx2/source/bastyp/bastyp.src
index 6ade628a3b08..8356e95b434a 100644
--- a/sfx2/source/bastyp/bastyp.src
+++ b/sfx2/source/bastyp/bastyp.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.
*
@@ -21,3 +22,5 @@ String STR_HTML_GENERATOR
{
Text = "%PRODUCTNAME %PRODUCTVERSION%PRODUCTEXTENSION (%1)" ;
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sfx2/source/bastyp/fltfnc.src b/sfx2/source/bastyp/fltfnc.src
index c5c603fbe4f1..023d5eb10f8b 100644
--- a/sfx2/source/bastyp/fltfnc.src
+++ b/sfx2/source/bastyp/fltfnc.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.
*
@@ -28,3 +29,5 @@ String STR_FILTER_CONSULT_SERVICE
{
Text [ en-US ] = "The selected filter $(FILTER) is not included in your edition.\nYou can find information about orders on our homepage.";
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */