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 /extensions/source/scanner | |
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 'extensions/source/scanner')
-rw-r--r-- | extensions/source/scanner/grid.hrc | 3 | ||||
-rw-r--r-- | extensions/source/scanner/grid.src | 3 | ||||
-rw-r--r-- | extensions/source/scanner/sanedlg.hrc | 3 | ||||
-rw-r--r-- | extensions/source/scanner/sanedlg.src | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/extensions/source/scanner/grid.hrc b/extensions/source/scanner/grid.hrc index 67776dc34ebe..a9aefa883b36 100644 --- a/extensions/source/scanner/grid.hrc +++ b/extensions/source/scanner/grid.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. * @@ -31,3 +32,5 @@ #define RESET_TYPE_EXPONENTIAL 13 #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/scanner/grid.src b/extensions/source/scanner/grid.src index b66f8ca472f2..1f275aacb0c1 100644 --- a/extensions/source/scanner/grid.src +++ b/extensions/source/scanner/grid.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. * @@ -74,3 +75,5 @@ ModalDialog GRID_DIALOG Text [ en-US ] = "Exponential increasing"; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/scanner/sanedlg.hrc b/extensions/source/scanner/sanedlg.hrc index 0f757d1f316a..dfd4566f5124 100644 --- a/extensions/source/scanner/sanedlg.hrc +++ b/extensions/source/scanner/sanedlg.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. * @@ -70,3 +71,5 @@ #define THIRD_COLUMN SECOND_COLUMN + 135 #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/scanner/sanedlg.src b/extensions/source/scanner/sanedlg.src index 6b78e0c315e0..242d1eab167a 100644 --- a/extensions/source/scanner/sanedlg.src +++ b/extensions/source/scanner/sanedlg.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. * @@ -278,3 +279,5 @@ String RID_SANE_NOSANELIB_TXT { Text [ en-US ] = "The SANE interface could not be initialized. Scanning is not possible." ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |