diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-06-16 02:48:58 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-06-16 02:57:07 +0100 |
commit | e7d0b214589dbd623d14219990198ccb804eff6d (patch) | |
tree | a45f1c38b67c8de6c042f4bb7d72c7931a4091f0 /include/sfx2 | |
parent | 35e17fa2b3440b831eeaf37b9c6db6b6574ae4d8 (diff) |
add missing modelines.
Change-Id: Ia0472d4dbce203f0b813e353b4b29f9dc9618664
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sidebar/CommandInfoProvider.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/ContextChangeBroadcaster.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/ControlFactory.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/ControllerFactory.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/ControllerItem.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/EnumContext.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/IContextChangeReceiver.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/ILayoutableWindow.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/PopupContainer.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/ResourceDefinitions.hrc | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/SidebarChildWindow.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/SidebarPanelBase.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/SidebarToolBox.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/Theme.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/sidebar/Tools.hxx | 3 |
15 files changed, 45 insertions, 0 deletions
diff --git a/include/sfx2/sidebar/CommandInfoProvider.hxx b/include/sfx2/sidebar/CommandInfoProvider.hxx index 96ee6d121c84..412455d4e0a7 100644 --- a/include/sfx2/sidebar/CommandInfoProvider.hxx +++ b/include/sfx2/sidebar/CommandInfoProvider.hxx @@ -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. * @@ -92,3 +93,5 @@ public: } } // end of namespace sfx2/framework #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/ContextChangeBroadcaster.hxx b/include/sfx2/sidebar/ContextChangeBroadcaster.hxx index aba74049a0a3..25701d3d9f8f 100644 --- a/include/sfx2/sidebar/ContextChangeBroadcaster.hxx +++ b/include/sfx2/sidebar/ContextChangeBroadcaster.hxx @@ -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 @@ private: } } // end of namespace ::sd::sidebar #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/ControlFactory.hxx b/include/sfx2/sidebar/ControlFactory.hxx index b4d329acc27b..2e6873039b24 100644 --- a/include/sfx2/sidebar/ControlFactory.hxx +++ b/include/sfx2/sidebar/ControlFactory.hxx @@ -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. * @@ -80,3 +81,5 @@ public: } } // end of namespace sfx2::sidebar #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/ControllerFactory.hxx b/include/sfx2/sidebar/ControllerFactory.hxx index fa341f13cb2a..97d32a44ad6d 100644 --- a/include/sfx2/sidebar/ControllerFactory.hxx +++ b/include/sfx2/sidebar/ControllerFactory.hxx @@ -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 @@ private: } } // end of namespace sfx2::sidebar #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/ControllerItem.hxx b/include/sfx2/sidebar/ControllerItem.hxx index 70b4c3d3d7f3..8b889e64e3e0 100644 --- a/include/sfx2/sidebar/ControllerItem.hxx +++ b/include/sfx2/sidebar/ControllerItem.hxx @@ -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. * @@ -140,3 +141,5 @@ private: } } // end of namespace sfx2::sidebar #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/EnumContext.hxx b/include/sfx2/sidebar/EnumContext.hxx index b24a8b274acb..b0b505d65ccf 100644 --- a/include/sfx2/sidebar/EnumContext.hxx +++ b/include/sfx2/sidebar/EnumContext.hxx @@ -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,5 @@ private: } } // end of namespace sfx2::sidebar #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/IContextChangeReceiver.hxx b/include/sfx2/sidebar/IContextChangeReceiver.hxx index 64d9e665e60b..e926045eace9 100644 --- a/include/sfx2/sidebar/IContextChangeReceiver.hxx +++ b/include/sfx2/sidebar/IContextChangeReceiver.hxx @@ -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. * @@ -36,3 +37,5 @@ public: } } // end of namespace ::sd::sidebar #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/ILayoutableWindow.hxx b/include/sfx2/sidebar/ILayoutableWindow.hxx index 49872374b1d6..c0415af8f81d 100644 --- a/include/sfx2/sidebar/ILayoutableWindow.hxx +++ b/include/sfx2/sidebar/ILayoutableWindow.hxx @@ -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. * @@ -43,3 +44,5 @@ public: } } // end of namespace ::sd::sidebar #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/PopupContainer.hxx b/include/sfx2/sidebar/PopupContainer.hxx index f2b8cfaa048c..689f77c19a1e 100644 --- a/include/sfx2/sidebar/PopupContainer.hxx +++ b/include/sfx2/sidebar/PopupContainer.hxx @@ -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 @@ public: } } // end of namespace sfx2::sidebar #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/ResourceDefinitions.hrc b/include/sfx2/sidebar/ResourceDefinitions.hrc index 279e1103ef82..b603d7924f90 100644 --- a/include/sfx2/sidebar/ResourceDefinitions.hrc +++ b/include/sfx2/sidebar/ResourceDefinitions.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. * @@ -135,3 +136,5 @@ #define POPUPPANEL_MARGIN_SMALL 2 #define POPUPPANEL_MARGIN_LARGE 5 #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/SidebarChildWindow.hxx b/include/sfx2/sidebar/SidebarChildWindow.hxx index 0d9739d78cf1..6f7890c8f854 100644 --- a/include/sfx2/sidebar/SidebarChildWindow.hxx +++ b/include/sfx2/sidebar/SidebarChildWindow.hxx @@ -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. * @@ -50,3 +51,5 @@ public: } } // end of namespace sfx2::sidebar #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/SidebarPanelBase.hxx b/include/sfx2/sidebar/SidebarPanelBase.hxx index a7e8db165543..1c5515de18ce 100644 --- a/include/sfx2/sidebar/SidebarPanelBase.hxx +++ b/include/sfx2/sidebar/SidebarPanelBase.hxx @@ -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. * @@ -125,3 +126,5 @@ private: } } // end of namespace sfx2::sidebar #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx index c86106201aa0..ec63cc370909 100644 --- a/include/sfx2/sidebar/SidebarToolBox.hxx +++ b/include/sfx2/sidebar/SidebarToolBox.hxx @@ -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. * @@ -115,3 +116,5 @@ private: } } // end of namespace sfx2::sidebar #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/Theme.hxx b/include/sfx2/sidebar/Theme.hxx index 0b75123ae35b..36a3431d749c 100644 --- a/include/sfx2/sidebar/Theme.hxx +++ b/include/sfx2/sidebar/Theme.hxx @@ -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,5 @@ private: } } // end of namespace sfx2::sidebar #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/sidebar/Tools.hxx b/include/sfx2/sidebar/Tools.hxx index db72103c6e94..e43323ba6e7f 100644 --- a/include/sfx2/sidebar/Tools.hxx +++ b/include/sfx2/sidebar/Tools.hxx @@ -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 @@ public: } } // end of namespace sfx2::sidebar #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |