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/inc | |
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/inc')
-rw-r--r-- | svtools/inc/svtools/controldims.hrc | 3 | ||||
-rw-r--r-- | svtools/inc/svtools/filedlg2.hrc | 3 | ||||
-rw-r--r-- | svtools/inc/svtools/helpid.hrc | 2 | ||||
-rw-r--r-- | svtools/inc/svtools/imagemgr.hrc | 2 | ||||
-rw-r--r-- | svtools/inc/svtools/svtools.hrc | 2 |
5 files changed, 12 insertions, 0 deletions
diff --git a/svtools/inc/svtools/controldims.hrc b/svtools/inc/svtools/controldims.hrc index f8eae117713d..2d01ddc668e1 100644 --- a/svtools/inc/svtools/controldims.hrc +++ b/svtools/inc/svtools/controldims.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. * @@ -88,3 +89,5 @@ #define RSC_SP_GRP_INNERBORDER_RIGHT 6 #endif // _SVT_CONTROLDIMS_HRC_ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/inc/svtools/filedlg2.hrc b/svtools/inc/svtools/filedlg2.hrc index a56d4d506dfd..14b379984cba 100644 --- a/svtools/inc/svtools/filedlg2.hrc +++ b/svtools/inc/svtools/filedlg2.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. * @@ -30,3 +31,5 @@ #define STR_FILEDLG_HOME 1012 #define STR_FILEDLG_NEWDIR 1013 #define STR_FILEDLG_ASKNEWDIR 1014 + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/inc/svtools/helpid.hrc b/svtools/inc/svtools/helpid.hrc index c217ddf6fcab..990a9237fa68 100644 --- a/svtools/inc/svtools/helpid.hrc +++ b/svtools/inc/svtools/helpid.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. * @@ -95,3 +96,4 @@ #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/inc/svtools/imagemgr.hrc b/svtools/inc/svtools/imagemgr.hrc index 89653dd6db4a..1d86788e69fe 100644 --- a/svtools/inc/svtools/imagemgr.hrc +++ b/svtools/inc/svtools/imagemgr.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. * @@ -143,3 +144,4 @@ #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/inc/svtools/svtools.hrc b/svtools/inc/svtools/svtools.hrc index bccdb1a451eb..4afca7358f2e 100644 --- a/svtools/inc/svtools/svtools.hrc +++ b/svtools/inc/svtools/svtools.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. * @@ -282,3 +283,4 @@ #endif // #ifndef _SVTOOLS_HRC +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |