diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 04:20:38 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 11:58:14 +0200 |
commit | 0b7f82d7cb53ab38988ce85c3436d35f9d8f1af5 (patch) | |
tree | 46b328c301e945f6ef6a953a6c9fef074a2cac24 | |
parent | da1425650b0c3e0921d2c9d51d461aca99038650 (diff) |
add missing modelines to hrc and src files
Change-Id: I82d9727c4f991c606a19b9eba27732e7e2397db6
-rw-r--r-- | svtools/source/control/ruler.src | 2 | ||||
-rw-r--r-- | svx/source/sidebar/EmptyPanel.src | 3 | ||||
-rw-r--r-- | svx/source/sidebar/area/AreaPropertyPanel.hrc | 3 | ||||
-rw-r--r-- | svx/source/sidebar/area/AreaPropertyPanel.src | 3 | ||||
-rw-r--r-- | svx/source/sidebar/line/LinePropertyPanel.hrc | 3 | ||||
-rw-r--r-- | svx/source/sidebar/line/LinePropertyPanel.src | 3 | ||||
-rw-r--r-- | svx/source/sidebar/paragraph/ParaPropertyPanel.hrc | 3 | ||||
-rw-r--r-- | svx/source/sidebar/paragraph/ParaPropertyPanel.src | 3 | ||||
-rw-r--r-- | svx/source/sidebar/text/TextPropertyPanel.hrc | 3 | ||||
-rw-r--r-- | svx/source/sidebar/text/TextPropertyPanel.src | 3 |
10 files changed, 25 insertions, 4 deletions
diff --git a/svtools/source/control/ruler.src b/svtools/source/control/ruler.src index bcefa3e20115..2ca6d2d74b30 100644 --- a/svtools/source/control/ruler.src +++ b/svtools/source/control/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. * @@ -26,3 +27,4 @@ String STR_SVT_ACC_RULER_VERT_NAME Text[ en-US ] = "Vertical Ruler"; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/sidebar/EmptyPanel.src b/svx/source/sidebar/EmptyPanel.src index 3979ec1d5b12..2611a6b05689 100644 --- a/svx/source/sidebar/EmptyPanel.src +++ b/svx/source/sidebar/EmptyPanel.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 @@ Control RID_SIDEBAR_EMPTY_PANEL Text [en-US] = "Properties for the task that you are performing are not available for the current selection"; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/sidebar/area/AreaPropertyPanel.hrc b/svx/source/sidebar/area/AreaPropertyPanel.hrc index 39a6283d59af..509b52b99563 100644 --- a/svx/source/sidebar/area/AreaPropertyPanel.hrc +++ b/svx/source/sidebar/area/AreaPropertyPanel.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. * @@ -72,4 +73,4 @@ #define LEFT_RIGHT_X2 POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL + ROTATE_BUTTON_SPACING #define LEFT_RIGHT_Y2 POPUPPANEL_MARGIN_VERTICAL + 2*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL)+MBOX_HEIGHT+CONTROL_SPACING_VERTICAL - 2 -// eof +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/sidebar/area/AreaPropertyPanel.src b/svx/source/sidebar/area/AreaPropertyPanel.src index c0be9722a459..2a0fff9c4616 100644 --- a/svx/source/sidebar/area/AreaPropertyPanel.src +++ b/svx/source/sidebar/area/AreaPropertyPanel.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. * @@ -259,4 +260,4 @@ Control RID_POPUPPANEL_AERAPAGE_COLOR }; }; -// eof +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/sidebar/line/LinePropertyPanel.hrc b/svx/source/sidebar/line/LinePropertyPanel.hrc index 28598db7d1fd..bff5bb9cbfb3 100644 --- a/svx/source/sidebar/line/LinePropertyPanel.hrc +++ b/svx/source/sidebar/line/LinePropertyPanel.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,4 +55,4 @@ #define STR_WIDTH_LAST_CUSTOM 8 #define STR_PT 9 -// eof +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/sidebar/line/LinePropertyPanel.src b/svx/source/sidebar/line/LinePropertyPanel.src index c067c4010d66..e5f4b7c4af43 100644 --- a/svx/source/sidebar/line/LinePropertyPanel.src +++ b/svx/source/sidebar/line/LinePropertyPanel.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,4 +180,4 @@ Control RID_POPUPPANEL_LINEPAGE_WIDTH }; }; -// eof +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.hrc b/svx/source/sidebar/paragraph/ParaPropertyPanel.hrc index 4729c8a4e0c7..9f5d0c107b10 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.hrc +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.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. * @@ -138,3 +139,5 @@ #define FT_2_Y EDIT_1_Y + CONTROL_HEIGHT + CONTROL_SPACING_VERTICAL - 3 #define EDIT_2_X FT_1_X #define EDIT_2_Y FT_2_Y + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.src b/svx/source/sidebar/paragraph/ParaPropertyPanel.src index 8938c367c157..840e2c84a122 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.src +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.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. * @@ -476,3 +477,5 @@ String RID_SVXSTR_GRAPHICS_DESCRIPTION_29 Text [en-US] = "Brown Arrow"; }; //i122118 + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/sidebar/text/TextPropertyPanel.hrc b/svx/source/sidebar/text/TextPropertyPanel.hrc index 5685efa55e41..7f563f778cff 100644 --- a/svx/source/sidebar/text/TextPropertyPanel.hrc +++ b/svx/source/sidebar/text/TextPropertyPanel.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. * @@ -110,3 +111,5 @@ #define HID_UNDERLINE_BTN "SVX_HID_UNDERLINE_BTN" #define HID_SPACING_CB_KERN "SVX_HID_SPACING_CB_KERN" #define HID_SPACING_MB_KERN "SVX_HID_SPACING_MB_KERN" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/sidebar/text/TextPropertyPanel.src b/svx/source/sidebar/text/TextPropertyPanel.src index f04aa88d5eec..b8f60b929863 100644 --- a/svx/source/sidebar/text/TextPropertyPanel.src +++ b/svx/source/sidebar/text/TextPropertyPanel.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. * @@ -359,3 +360,5 @@ Control RID_POPUPPANEL_TEXTPAGE_SPACING Text[ en-US ] = "pt"; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |