diff options
author | Borim <borim7@web.de> | 2013-03-08 19:49:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-03-08 21:02:26 +0000 |
commit | a0296296fb121ecab53cee39658fc2f8ce27a782 (patch) | |
tree | 00deb054da6f402018d6ee8b202baa95c6317958 /svtools/source/misc | |
parent | 54e458f691e55d321ba3e4e4cc7e00b9b3c09489 (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 'svtools/source/misc')
-rw-r--r-- | svtools/source/misc/ehdl.src | 3 | ||||
-rw-r--r-- | svtools/source/misc/helpagent.src | 3 | ||||
-rw-r--r-- | svtools/source/misc/imagemgr.src | 2 | ||||
-rw-r--r-- | svtools/source/misc/langtab.src | 3 | ||||
-rw-r--r-- | svtools/source/misc/undo.src | 3 |
5 files changed, 14 insertions, 0 deletions
diff --git a/svtools/source/misc/ehdl.src b/svtools/source/misc/ehdl.src index e31a2229e556..0c5f2ad0d77d 100644 --- a/svtools/source/misc/ehdl.src +++ b/svtools/source/misc/ehdl.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 RID_ERRHDL_CLASS { Text = "$(CLASS)$(ERROR)" ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/source/misc/helpagent.src b/svtools/source/misc/helpagent.src index ec83599957b7..697f684a2478 100644 --- a/svtools/source/misc/helpagent.src +++ b/svtools/source/misc/helpagent.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. * @@ -27,3 +28,5 @@ Bitmap BMP_HELP_AGENT_CLOSER { File = "closer.png"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/source/misc/imagemgr.src b/svtools/source/misc/imagemgr.src index 14a305cf368b..1924c28ee188 100644 --- a/svtools/source/misc/imagemgr.src +++ b/svtools/source/misc/imagemgr.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. * @@ -412,3 +413,4 @@ String STR_DESCRIPTION_EXTENSION Text [ en-US ] = "%PRODUCTNAME Extension" ; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index 21405621ee55..eb777d354813 100644 --- a/svtools/source/misc/langtab.src +++ b/svtools/source/misc/langtab.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. * @@ -372,3 +373,5 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE }; // ********************************************************************** EOF + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/source/misc/undo.src b/svtools/source/misc/undo.src index bc65eecbe5e2..10880afc510e 100644 --- a/svtools/source/misc/undo.src +++ b/svtools/source/misc/undo.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. * @@ -30,3 +31,5 @@ String STR_REPEAT { Text [ en-US ] = "~Repeat: " ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |