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 /reportdesign/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 'reportdesign/inc')
-rw-r--r-- | reportdesign/inc/RptResId.hrc | 2 | ||||
-rw-r--r-- | reportdesign/inc/helpids.hrc | 2 | ||||
-rw-r--r-- | reportdesign/inc/rptui_slotid.hrc | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/reportdesign/inc/RptResId.hrc b/reportdesign/inc/RptResId.hrc index 4d482b724c78..ed80f79a1145 100644 --- a/reportdesign/inc/RptResId.hrc +++ b/reportdesign/inc/RptResId.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. * @@ -277,3 +278,4 @@ #endif // _RPTUI_DLGRESID_HRC +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/reportdesign/inc/helpids.hrc b/reportdesign/inc/helpids.hrc index ef39799f74a4..635c4b5357fe 100644 --- a/reportdesign/inc/helpids.hrc +++ b/reportdesign/inc/helpids.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. * @@ -111,3 +112,4 @@ #endif //RTPUI_REPORTDESIGN_HELPID_HRC +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/reportdesign/inc/rptui_slotid.hrc b/reportdesign/inc/rptui_slotid.hrc index ca5de3daf8e4..dc939a518a49 100644 --- a/reportdesign/inc/rptui_slotid.hrc +++ b/reportdesign/inc/rptui_slotid.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. * @@ -200,3 +201,5 @@ #define SID_EXPAND_SECTION ( SID_RPTUI_START + 168 ) #endif // _RPTUI_SLOTID_HRC_ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |