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 /svx/source | |
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 'svx/source')
80 files changed, 215 insertions, 3 deletions
diff --git a/svx/source/accessibility/accessibility.src b/svx/source/accessibility/accessibility.src index 797156f6fd05..56b85cb28bdb 100644 --- a/svx/source/accessibility/accessibility.src +++ b/svx/source/accessibility/accessibility.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. * @@ -199,3 +200,5 @@ String RID_SVXSTR_CHARACTER_CODE // The space behind is a must. Text [ en-US ] = "Character code "; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/core/graphichelper.src b/svx/source/core/graphichelper.src index 44b881014ae2..a5ae21f13675 100644 --- a/svx/source/core/graphichelper.src +++ b/svx/source/core/graphichelper.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. * @@ -22,3 +23,5 @@ String RID_SVXSTR_EXPORT_GRAPHIC_TITLE { Text [ en-US ] = "Graphics Export" ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/bmpmask.hrc b/svx/source/dialog/bmpmask.hrc index 0e0f84689791..e6be2290d9fa 100644 --- a/svx/source/dialog/bmpmask.hrc +++ b/svx/source/dialog/bmpmask.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. * @@ -48,3 +49,5 @@ #define FT_2 2 #define FT_3 3 #define IMG_PIPETTE 11 + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/bmpmask.src b/svx/source/dialog/bmpmask.src index 952de3b96c65..e1c0a719113f 100644 --- a/svx/source/dialog/bmpmask.src +++ b/svx/source/dialog/bmpmask.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. * @@ -326,3 +327,4 @@ String RID_SVXDLG_BMPMASK_STR_REPLACEWITH Text [ en-US ] = "Replace with"; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/compressgraphicdialog.hrc b/svx/source/dialog/compressgraphicdialog.hrc index 584e9766f5ba..3c608ff35aca 100644 --- a/svx/source/dialog/compressgraphicdialog.hrc +++ b/svx/source/dialog/compressgraphicdialog.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. * @@ -19,3 +20,5 @@ #define STR_IMAGE_ORIGINAL_SIZE 256 #define STR_IMAGE_VIEW_SIZE 257 #define STR_IMAGE_CAPACITY 258 + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/compressgraphicdialog.src b/svx/source/dialog/compressgraphicdialog.src index 287bacf70419..23ea93181e96 100644 --- a/svx/source/dialog/compressgraphicdialog.src +++ b/svx/source/dialog/compressgraphicdialog.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. * @@ -32,3 +33,5 @@ String STR_IMAGE_CAPACITY { Text [ en-US ] = "$(CAPACITY) kiB" ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/contdlg.hrc b/svx/source/dialog/contdlg.hrc index e675bb80d213..07afc01d7b41 100644 --- a/svx/source/dialog/contdlg.hrc +++ b/svx/source/dialog/contdlg.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. * @@ -65,3 +66,4 @@ #define STR_CONTOURDLG_WORKPLACE (RID_SVX_CONTOURDLG_START + 4) #define STR_CONTOURDLG_LINKED (RID_SVX_CONTOURDLG_START + 5) +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/contdlg.src b/svx/source/dialog/contdlg.src index 2a39d612e8a9..41bee8434770 100644 --- a/svx/source/dialog/contdlg.src +++ b/svx/source/dialog/contdlg.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. * @@ -240,3 +241,5 @@ String STR_CONTOURDLG_LINKED }; /******************************************************************************/ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/ctredlin.hrc b/svx/source/dialog/ctredlin.hrc index f71c10ec9fa4..417192f165e0 100644 --- a/svx/source/dialog/ctredlin.hrc +++ b/svx/source/dialog/ctredlin.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. * @@ -18,3 +19,5 @@ #define TP_FILTER 11 #define TP_VIEW 12 + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/dlgctrl.src b/svx/source/dialog/dlgctrl.src index cbe0bb0db54a..b391a36ef6b0 100644 --- a/svx/source/dialog/dlgctrl.src +++ b/svx/source/dialog/dlgctrl.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. * @@ -26,3 +27,5 @@ String STR_SWITCH { Text [ en-US ] = "Switch" ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/docrecovery.hrc b/svx/source/dialog/docrecovery.hrc index c5c5899a65bd..4991baa5c34c 100644 --- a/svx/source/dialog/docrecovery.hrc +++ b/svx/source/dialog/docrecovery.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. * @@ -271,3 +272,5 @@ #define ERRPREVIEW_ROW2 (ERRPREVIEW_HEIGHT - RSC_SP_DLG_INNERBORDER_BOTTOM - RSC_CD_PUSHBUTTON_HEIGHT) #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/docrecovery.src b/svx/source/dialog/docrecovery.src index 4eb388cce40f..10d9e3c4a364 100644 --- a/svx/source/dialog/docrecovery.src +++ b/svx/source/dialog/docrecovery.src @@ -1,4 +1,5 @@ -/* +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public @@ -631,3 +632,5 @@ ModalDialog RID_SVX_MDLG_ERR_REP_PREVIEW DefButton = TRUE; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/fontwork.hrc b/svx/source/dialog/fontwork.hrc index 8beb910bbf1f..d060510a66ce 100644 --- a/svx/source/dialog/fontwork.hrc +++ b/svx/source/dialog/fontwork.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. * @@ -55,3 +56,5 @@ #define TBI_SHADOW_SIZE 19 #define TBI_DISTANCE 20 #define TBI_TEXTSTART 21 + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/fontwork.src b/svx/source/dialog/fontwork.src index 07671751ae83..2ecc4f8017bc 100644 --- a/svx/source/dialog/fontwork.src +++ b/svx/source/dialog/fontwork.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. * @@ -445,3 +446,5 @@ String RID_SVXSTR_FONTWORK_UNDOCREATE Text [ en-US ] = "Create Fontwork object" ; }; // ********************************************************************** EOF + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/frmsel.src b/svx/source/dialog/frmsel.src index 2586ae6d82ac..3001d3222865 100644 --- a/svx/source/dialog/frmsel.src +++ b/svx/source/dialog/frmsel.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. * @@ -55,3 +56,4 @@ Resource RID_SVXSTR_BORDER_CONTROL Bitmap BMP_FRMSEL_ARROWS { File = "frmsel.bmp"; }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/hdft.src b/svx/source/dialog/hdft.src index 70fd30f176b2..b6ff2eb089be 100644 --- a/svx/source/dialog/hdft.src +++ b/svx/source/dialog/hdft.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. * @@ -24,3 +25,5 @@ QueryBox RID_SVXQBX_DELETE_HEADFOOT DefButton = WB_DEF_NO ; Message [ en-US ] = "Removing headers or footers deletes the contents.\nDo you want to delete this text?" ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/imapdlg.hrc b/svx/source/dialog/imapdlg.hrc index a750ff089b9e..40ba35b478a1 100644 --- a/svx/source/dialog/imapdlg.hrc +++ b/svx/source/dialog/imapdlg.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. * @@ -91,3 +92,5 @@ /******************************************************************************/ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/imapdlg.src b/svx/source/dialog/imapdlg.src index 5507016f027f..730ef28e11ea 100644 --- a/svx/source/dialog/imapdlg.src +++ b/svx/source/dialog/imapdlg.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. * @@ -352,3 +353,5 @@ String STR_IMAPDLG_MODIFY { Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?" ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/langbox.src b/svx/source/dialog/langbox.src index ee996a5c5434..54947a833a16 100644 --- a/svx/source/dialog/langbox.src +++ b/svx/source/dialog/langbox.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. * @@ -32,3 +33,4 @@ Image RID_SVXIMG_CHECKED // ********************************************************************** EOF +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/language.src b/svx/source/dialog/language.src index 02d2c6dab954..977718ee0f63 100644 --- a/svx/source/dialog/language.src +++ b/svx/source/dialog/language.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. * @@ -26,3 +27,5 @@ String RID_SVXSTR_LANGUAGE_ALL }; // ********************************************************************** EOF + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/linkwarn.hrc b/svx/source/dialog/linkwarn.hrc index e5289618219c..ec08edc68380 100644 --- a/svx/source/dialog/linkwarn.hrc +++ b/svx/source/dialog/linkwarn.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. * @@ -48,3 +49,5 @@ #define DIALOG_HEIGHT (AW_ROW_4+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_DLG_INNERBORDER_BOTTOM) #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/linkwarn.src b/svx/source/dialog/linkwarn.src index dd8eb5489522..3cecfceb1b2f 100644 --- a/svx/source/dialog/linkwarn.src +++ b/svx/source/dialog/linkwarn.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. * @@ -69,3 +70,5 @@ ModalDialog RID_SVXDLG_LINK_WARNING Text [ en-US ] = "~Ask when linking a graphic"; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/optgrid.hrc b/svx/source/dialog/optgrid.hrc index 370a637cb3b0..d48eb1fb2535 100644 --- a/svx/source/dialog/optgrid.hrc +++ b/svx/source/dialog/optgrid.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. * @@ -53,3 +54,5 @@ #define FL_SEPARATOR 39 #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/optgrid.src b/svx/source/dialog/optgrid.src index 1093eb99d289..306cb4214f20 100644 --- a/svx/source/dialog/optgrid.src +++ b/svx/source/dialog/optgrid.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. * @@ -327,3 +328,5 @@ TabPage RID_SVXPAGE_GRID CustomUnitText [ en-US ] = " degrees" ; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/passwd.hrc b/svx/source/dialog/passwd.hrc index c46dd2e2137d..2f8552e2dcba 100644 --- a/svx/source/dialog/passwd.hrc +++ b/svx/source/dialog/passwd.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. * @@ -40,3 +41,4 @@ #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/passwd.src b/svx/source/dialog/passwd.src index 77c2dbfd4e9a..bb0d96139223 100644 --- a/svx/source/dialog/passwd.src +++ b/svx/source/dialog/passwd.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. * @@ -110,3 +111,5 @@ ModalDialog RID_SVXDLG_PASSWORD Text [ en-US ] = "Change Password" ; }; // ********************************************************************** EOF + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/prtqry.src b/svx/source/dialog/prtqry.src index 36a48f6dad29..d49d65702edd 100644 --- a/svx/source/dialog/prtqry.src +++ b/svx/source/dialog/prtqry.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. * @@ -35,3 +36,5 @@ String RID_SVXSTR_QRY_PRINT_SELECTION { Text [ en-US ] = "~Selection"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/ruler.hrc b/svx/source/dialog/ruler.hrc index 63c475b4b9a3..a4ce17b89c29 100644 --- a/svx/source/dialog/ruler.hrc +++ b/svx/source/dialog/ruler.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. * @@ -27,3 +28,5 @@ #define ID_PICA 7 #define ID_CHAR 11 #define ID_LINE 12 + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/ruler.src b/svx/source/dialog/ruler.src index f6b2429237fc..529a766ffa1b 100644 --- a/svx/source/dialog/ruler.src +++ b/svx/source/dialog/ruler.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. * @@ -107,3 +108,5 @@ String RID_SVXSTR_RULER_TAB_CENTER { Text [ en-US ] = "Center" ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/sdstring.src b/svx/source/dialog/sdstring.src index 297727444ad9..34360edd6190 100644 --- a/svx/source/dialog/sdstring.src +++ b/svx/source/dialog/sdstring.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. * @@ -2017,3 +2018,5 @@ String RID_SVXSTR_VIEW { Text [ en-US ] = "List" ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/srchdlg.hrc b/svx/source/dialog/srchdlg.hrc index bef45abbf81f..f61201e7f5c8 100644 --- a/svx/source/dialog/srchdlg.hrc +++ b/svx/source/dialog/srchdlg.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. * @@ -79,3 +80,4 @@ #endif // #ifndef _SVX_SRCHDLG_HRC +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/srchdlg.src b/svx/source/dialog/srchdlg.src index a6c7d6bd52af..50b978d0b422 100644 --- a/svx/source/dialog/srchdlg.src +++ b/svx/source/dialog/srchdlg.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. * @@ -437,3 +438,4 @@ ModelessDialog RID_SVXDLG_SEARCH // ********************************************************************** EOF +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/svxbmpnumvalueset.src b/svx/source/dialog/svxbmpnumvalueset.src index a7c377546e07..d0ad43a2b262 100644 --- a/svx/source/dialog/svxbmpnumvalueset.src +++ b/svx/source/dialog/svxbmpnumvalueset.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. * @@ -116,3 +117,4 @@ String RID_SVXSTR_OUTLINENUM_DESCRIPTION_7 Text [en-US] = "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/swframeposstrings.src b/svx/source/dialog/swframeposstrings.src index 92b4f2101f42..6ba0bbd1d5d5 100644 --- a/svx/source/dialog/swframeposstrings.src +++ b/svx/source/dialog/swframeposstrings.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. * @@ -234,3 +235,4 @@ Resource RID_SVXSW_FRAMEPOSITIONS }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/txenctab.src b/svx/source/dialog/txenctab.src index a35f66545067..d8411cf4020f 100644 --- a/svx/source/dialog/txenctab.src +++ b/svx/source/dialog/txenctab.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. * @@ -109,3 +110,4 @@ StringArray RID_SVXSTR_TEXTENCODING_TABLE }; // ********************************************************************** EOF +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/ucsubset.src b/svx/source/dialog/ucsubset.src index 5bf5d3639b9c..4ce3283f62cb 100644 --- a/svx/source/dialog/ucsubset.src +++ b/svx/source/dialog/ucsubset.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. * @@ -911,3 +912,5 @@ Resource RID_SUBSETMAP Text [ en-US ] = "Takri"; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/engine3d/float3d.src b/svx/source/engine3d/float3d.src index b9621d513b54..954d71a9fee6 100644 --- a/svx/source/engine3d/float3d.src +++ b/svx/source/engine3d/float3d.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. * @@ -1223,3 +1224,5 @@ String RID_SVXFLOAT3D_COLOR_LIGHT_PRE { Text [ en-US ] = "Color Light Preview"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/engine3d/string3d.src b/svx/source/engine3d/string3d.src index f3566fa364ca..b4247dcf873a 100644 --- a/svx/source/engine3d/string3d.src +++ b/svx/source/engine3d/string3d.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. * @@ -64,3 +65,5 @@ String RID_SVX_3D_UNDO_ATTRIBUTES Text [ en-US ] = "3D Attributes" ; }; // ********************************************************************** EOF + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/fmcomp/gridctrl.src b/svx/source/fmcomp/gridctrl.src index f7dd04b47a7b..96808f9c572a 100644 --- a/svx/source/fmcomp/gridctrl.src +++ b/svx/source/fmcomp/gridctrl.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. * @@ -195,3 +196,5 @@ Menu RID_SVXMNU_CELL }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/datanavi.src b/svx/source/form/datanavi.src index 764ad617cbf0..7e1640796341 100644 --- a/svx/source/form/datanavi.src +++ b/svx/source/form/datanavi.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. * @@ -1172,3 +1173,4 @@ String RID_STR_DATANAV_LINKWARN_BUTTON Text [ en-US ] = "~Edit" ; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/filtnav.src b/svx/source/form/filtnav.src index 82a1fd655082..e12ff8615de5 100644 --- a/svx/source/form/filtnav.src +++ b/svx/source/form/filtnav.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. * @@ -51,3 +52,4 @@ Menu RID_FM_FILTER_MENU }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/fmexpl.src b/svx/source/form/fmexpl.src index 00a56578109b..2fb0bcdbefde 100644 --- a/svx/source/form/fmexpl.src +++ b/svx/source/form/fmexpl.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. * @@ -338,3 +339,5 @@ DockingWindow RID_SVX_FMEXPLORER Closeable = TRUE ; Text [ en-US ] = "Form Navigator" ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/fmstring.src b/svx/source/form/fmstring.src index 5c80cf00935c..e9dcdd36a18a 100644 --- a/svx/source/form/fmstring.src +++ b/svx/source/form/fmstring.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. * @@ -478,3 +479,5 @@ String RID_STR_OBJECT_LABEL { Text [ en-US ] = "#object# label"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/formshell.src b/svx/source/form/formshell.src index 841532d39361..1a236eec13f1 100644 --- a/svx/source/form/formshell.src +++ b/svx/source/form/formshell.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. * @@ -217,3 +218,5 @@ TabDialog RID_SVXDLG_TEXTCONTROL_PARAATTR }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/gallery2/gallery.src b/svx/source/gallery2/gallery.src index d9781e1dd9de..a5628b4bdcf0 100644 --- a/svx/source/gallery2/gallery.src +++ b/svx/source/gallery2/gallery.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. * @@ -382,3 +383,4 @@ Menu RID_SVXMN_GALLERY2 }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/gallery2/galtheme.src b/svx/source/gallery2/galtheme.src index 95e74f569b05..34650c5c61dc 100644 --- a/svx/source/gallery2/galtheme.src +++ b/svx/source/gallery2/galtheme.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. * @@ -1005,3 +1006,5 @@ Text [ en-US ] = "Bullets 2"; }; // --------------------------------------------------------------------------- + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/inc/datanavi.hrc b/svx/source/inc/datanavi.hrc index 2284961c4e39..ba814e2da196 100644 --- a/svx/source/inc/datanavi.hrc +++ b/svx/source/inc/datanavi.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. * @@ -175,3 +176,4 @@ #endif //_SVX_DATANAVI_HRC +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/inc/fmexpl.hrc b/svx/source/inc/fmexpl.hrc index 6739c0e8e575..d208b9ffcb82 100644 --- a/svx/source/inc/fmexpl.hrc +++ b/svx/source/inc/fmexpl.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. * @@ -29,3 +30,4 @@ #endif //_SVX_FMEXPL_HRC +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/inc/fmprop.hrc b/svx/source/inc/fmprop.hrc index 808f9f8f129c..201316cea86f 100644 --- a/svx/source/inc/fmprop.hrc +++ b/svx/source/inc/fmprop.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. * @@ -168,3 +169,5 @@ #define FM_PROP_DESCRIPTION rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Description" ) ) #endif // _SVX_FMPROP_HRC + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/inc/frmsel.hrc b/svx/source/inc/frmsel.hrc index 665fdc557a8d..5ec3567b36db 100644 --- a/svx/source/inc/frmsel.hrc +++ b/svx/source/inc/frmsel.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. * @@ -27,3 +28,4 @@ #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/inc/linectrl.hrc b/svx/source/inc/linectrl.hrc index e7ed965bf20e..7f3b8ab1dce6 100644 --- a/svx/source/inc/linectrl.hrc +++ b/svx/source/inc/linectrl.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. * @@ -17,3 +18,4 @@ */ #define RID_SVXCTRL_LINECTRL 257 +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/items/svxerr.src b/svx/source/items/svxerr.src index d08e7f2867c1..79a9e6539740 100644 --- a/svx/source/items/svxerr.src +++ b/svx/source/items/svxerr.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. * @@ -143,3 +144,4 @@ Resource RID_SVXERRCODE }; // ********************************************************************** EOF +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/items/svxitems.src b/svx/source/items/svxitems.src index c609fa61e255..49bb30dcde45 100644 --- a/svx/source/items/svxitems.src +++ b/svx/source/items/svxitems.src @@ -1,4 +1,5 @@ -/* +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public @@ -339,3 +340,5 @@ String RID_SVXITEMS_BRUSH_CHAR { Text [ en-US ] = "Character background"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/mnuctrls/mnuctrls.src b/svx/source/mnuctrls/mnuctrls.src index 0bca5cb97fbd..9e15bb4d87cd 100644 --- a/svx/source/mnuctrls/mnuctrls.src +++ b/svx/source/mnuctrls/mnuctrls.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. * @@ -66,3 +67,5 @@ Menu RID_MN_FONTSIZE { }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/src/app.hrc b/svx/source/src/app.hrc index 6caedc31d774..1b7ab6cb6fab 100644 --- a/svx/source/src/app.hrc +++ b/svx/source/src/app.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. * @@ -136,3 +137,4 @@ #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/src/app.src b/svx/source/src/app.src index 3b614823dd55..b3293416502e 100644 --- a/svx/source/src/app.src +++ b/svx/source/src/app.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. * @@ -65,3 +66,4 @@ String RID_DESKTOP Text = "%PRODUCTNAME" ; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/src/errtxt.src b/svx/source/src/errtxt.src index 89345ad9383f..bb9effdce2c6 100644 --- a/svx/source/src/errtxt.src +++ b/svx/source/src/errtxt.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. * @@ -511,3 +512,4 @@ Resource RID_ERRHDL // eof ------------------------------------------------------------------------ +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src index de1144de6c3c..a5b6799e9d5b 100644 --- a/svx/source/stbctrls/stbctrls.src +++ b/svx/source/stbctrls/stbctrls.src @@ -1,4 +1,5 @@ -/* +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public @@ -330,3 +331,5 @@ Image RID_SVXBMP_DOC_MODIFIED_FEEDBACK }; MaskColor = STD_MASKCOLOR; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/table/table.src b/svx/source/table/table.src index bdd562eda163..27cfa6c0b57f 100644 --- a/svx/source/table/table.src +++ b/svx/source/table/table.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. * @@ -23,3 +24,4 @@ String RID_SVXSTR_STYLEFAMILY_TABLEDESIGN Text [ en-US ] = "Table Design Styles"; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/colrctrl.src b/svx/source/tbxctrls/colrctrl.src index 12dcd20a86a7..cbbcfb299866 100644 --- a/svx/source/tbxctrls/colrctrl.src +++ b/svx/source/tbxctrls/colrctrl.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. * @@ -48,3 +49,4 @@ String STR_COLORTABLE Text [ en-US ] = "Color Palette" ; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/extrusioncontrols.hrc b/svx/source/tbxctrls/extrusioncontrols.hrc index fae875eea692..f878df263633 100644 --- a/svx/source/tbxctrls/extrusioncontrols.hrc +++ b/svx/source/tbxctrls/extrusioncontrols.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. * @@ -84,3 +85,5 @@ #define BTN_OK 3 #define BTN_CANCEL 4 #define BTN_HELP 5 + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/extrusioncontrols.src b/svx/source/tbxctrls/extrusioncontrols.src index 6aed3fcc851b..527707616a27 100644 --- a/svx/source/tbxctrls/extrusioncontrols.src +++ b/svx/source/tbxctrls/extrusioncontrols.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. * @@ -540,3 +541,5 @@ String RID_SVXSTR_DEPTH_4_INCH { Text [ en-US ] = "~4 inch"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/fontworkgallery.src b/svx/source/tbxctrls/fontworkgallery.src index bbb5c562d1c2..2e5f1794dd56 100644 --- a/svx/source/tbxctrls/fontworkgallery.src +++ b/svx/source/tbxctrls/fontworkgallery.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. * @@ -267,3 +268,4 @@ ModalDialog RID_SVX_MDLG_FONTWORK_CHARSPACING }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/grafctrl.hrc b/svx/source/tbxctrls/grafctrl.hrc index b1f265e711fb..67cc073f4e1a 100644 --- a/svx/source/tbxctrls/grafctrl.hrc +++ b/svx/source/tbxctrls/grafctrl.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. * @@ -17,3 +18,5 @@ */ #define TBX_GRFFILTER 1 + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/grafctrl.src b/svx/source/tbxctrls/grafctrl.src index 85d38459c6c4..9d7f76b7fe45 100644 --- a/svx/source/tbxctrls/grafctrl.src +++ b/svx/source/tbxctrls/grafctrl.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. * @@ -146,3 +147,5 @@ String RID_SVXSTR_GRAFCROP }; // ********************************************************************** EOF + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/lboxctrl.hrc b/svx/source/tbxctrls/lboxctrl.hrc index 1ef8b79a96c1..8320a91c8884 100644 --- a/svx/source/tbxctrls/lboxctrl.hrc +++ b/svx/source/tbxctrls/lboxctrl.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. * @@ -18,3 +19,4 @@ #define LB_SVXTBX_UNDO_REDO_CTRL 11 +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/lboxctrl.src b/svx/source/tbxctrls/lboxctrl.src index 766a12b87acd..7961f3913410 100644 --- a/svx/source/tbxctrls/lboxctrl.src +++ b/svx/source/tbxctrls/lboxctrl.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. * @@ -59,3 +60,5 @@ String RID_SVXSTR_NUM_REDO_ACTION { Text[ en-US ] = "Actions to redo: $(ARG1)"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/linectrl.src b/svx/source/tbxctrls/linectrl.src index f974bbc6d077..90d1409f8659 100644 --- a/svx/source/tbxctrls/linectrl.src +++ b/svx/source/tbxctrls/linectrl.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. * @@ -23,3 +24,4 @@ Bitmap RID_SVXCTRL_LINECTRL File = "soliline.bmp" ; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/tbcontrl.src b/svx/source/tbxctrls/tbcontrl.src index a438a2ad489a..4d2cfbc13a73 100644 --- a/svx/source/tbxctrls/tbcontrl.src +++ b/svx/source/tbxctrls/tbcontrl.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. * @@ -166,3 +167,4 @@ String RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE // ********************************************************************** EOF +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.src b/svx/source/tbxctrls/tbunosearchcontrollers.src index d9e4db0646c3..a9d42b96f1eb 100644 --- a/svx/source/tbxctrls/tbunosearchcontrollers.src +++ b/svx/source/tbxctrls/tbunosearchcontrollers.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. * @@ -22,3 +23,5 @@ String RID_SVXSTR_FINDBAR_FIND { Text [ en-US ] = "Find" ; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/toolbars/extrusionbar.src b/svx/source/toolbars/extrusionbar.src index d5a054562355..3401256ad56a 100644 --- a/svx/source/toolbars/extrusionbar.src +++ b/svx/source/toolbars/extrusionbar.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. * @@ -72,3 +73,5 @@ String RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR { Text [ en-US ] = "Change Extrusion Color"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/toolbars/fontworkbar.src b/svx/source/toolbars/fontworkbar.src index f66457f8da50..fd64a174bdd9 100644 --- a/svx/source/toolbars/fontworkbar.src +++ b/svx/source/toolbars/fontworkbar.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. * @@ -42,3 +43,5 @@ String RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING { Text [ en-US ] = "Apply Fontwork Character Spacing"; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/unodialogs/textconversiondlgs/buttongroup.hrc b/svx/source/unodialogs/textconversiondlgs/buttongroup.hrc index 898f893a9b7d..4bee217ae4f7 100644 --- a/svx/source/unodialogs/textconversiondlgs/buttongroup.hrc +++ b/svx/source/unodialogs/textconversiondlgs/buttongroup.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. * @@ -54,3 +55,5 @@ BUTTONS_OK_CANCEL_HELP( xRightPos, 6, 0, 17 ) BUTTONS_OK_CANCEL_HELP( xRightPos, yTopPos, (BUTTONGROUP_BUTTONWIDTH+3), 0 ) #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dialogs.src b/svx/source/unodialogs/textconversiondlgs/chinese_dialogs.src index 1ca4753cfd8e..f52afb0f5bdd 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_dialogs.src +++ b/svx/source/unodialogs/textconversiondlgs/chinese_dialogs.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. * @@ -192,3 +193,5 @@ ModalDialog DLG_CHINESEDICTIONARY BUTTONS_OK_CANCEL_HELP_ABREAST( FULL_WIDTH - RSC_SP_DLG_INNERBORDER_RIGHT, ROW_8 ) }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hrc b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hrc index 197a4138b778..9b601ecdf4e4 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hrc +++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.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. * @@ -42,3 +43,5 @@ #define FL_BOTTOMLINE 1 #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.src b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.src index 1656278a5641..82ee86f714ba 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.src +++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.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. * @@ -179,3 +180,5 @@ ModalDialog DLG_CHINESEDICTIONARY BUTTONS_OK_CANCEL_HELP_ABREAST( FULL_WIDTH - RSC_SP_DLG_INNERBORDER_RIGHT, ROW_8 ) }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_direction_ids.hrc b/svx/source/unodialogs/textconversiondlgs/chinese_direction_ids.hrc index 76859b7f0997..19306e331d2b 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_direction_ids.hrc +++ b/svx/source/unodialogs/textconversiondlgs/chinese_direction_ids.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. * @@ -23,3 +24,5 @@ #define RB_TO_TRADITIONAL 2 #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc b/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc index 43b983533ddd..9315073accd3 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc +++ b/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.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. * @@ -37,3 +38,5 @@ RadioButton RB_TO_TRADITIONAL \ }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/unodialogs/textconversiondlgs/resids.hrc b/svx/source/unodialogs/textconversiondlgs/resids.hrc index ade936f3424d..d637e6e9fb03 100644 --- a/svx/source/unodialogs/textconversiondlgs/resids.hrc +++ b/svx/source/unodialogs/textconversiondlgs/resids.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. * @@ -21,3 +22,5 @@ #define DLG_CHINESEDICTIONARY 301 #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/unodraw/unodraw.src b/svx/source/unodraw/unodraw.src index 2f89321ec2c9..965bdb5415bd 100644 --- a/svx/source/unodraw/unodraw.src +++ b/svx/source/unodraw/unodraw.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. * @@ -31,3 +32,4 @@ Bitmap RID_UNODRAW_GRAPHICS File = "graphic.bmp" ; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |