From 371046c6a35931e96506ecaf4ffbc0403286c53b Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 24 Apr 2014 04:21:14 +0200 Subject: add missing modelines to cxx and hxx files some of them have no copyright header Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3 --- include/editeng/AccessibleSvxFindReplaceDialog.hxx | 3 +++ include/filter/msfilter/sprmids.hxx | 3 +++ include/svtools/accessibleruler.hxx | 3 +++ include/svtools/vclxaccessibleheaderbar.hxx | 2 ++ include/svx/AccessibleSvxFindReplaceDialog.hxx | 3 +++ 5 files changed, 14 insertions(+) (limited to 'include') diff --git a/include/editeng/AccessibleSvxFindReplaceDialog.hxx b/include/editeng/AccessibleSvxFindReplaceDialog.hxx index 0c2688f7f52e..635e90a3914f 100644 --- a/include/editeng/AccessibleSvxFindReplaceDialog.hxx +++ b/include/editeng/AccessibleSvxFindReplaceDialog.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. * @@ -51,3 +52,5 @@ private: } }; #endif // _ACCESSIBLESVXFINDREPLACEDIALOG_HXX_ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/filter/msfilter/sprmids.hxx b/include/filter/msfilter/sprmids.hxx index e3c3923f1482..656d624d9d50 100644 --- a/include/filter/msfilter/sprmids.hxx +++ b/include/filter/msfilter/sprmids.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. * @@ -310,3 +311,5 @@ namespace NS_sprm { } #endif // INCLUDED_SPRMIDS + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/svtools/accessibleruler.hxx b/include/svtools/accessibleruler.hxx index 44b5f8fbd8f7..23557fefdb28 100644 --- a/include/svtools/accessibleruler.hxx +++ b/include/svtools/accessibleruler.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. * @@ -233,3 +234,5 @@ inline bool SvtRulerAccessible::IsNotAlive( void ) const } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/svtools/vclxaccessibleheaderbar.hxx b/include/svtools/vclxaccessibleheaderbar.hxx index 7447eda2480f..9fda343e9ab0 100644 --- a/include/svtools/vclxaccessibleheaderbar.hxx +++ b/include/svtools/vclxaccessibleheaderbar.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,4 @@ public: #endif // INCLUDED_SVTOOLS_VCLXACCESSIBLEHEADERBAR_HXX +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/svx/AccessibleSvxFindReplaceDialog.hxx b/include/svx/AccessibleSvxFindReplaceDialog.hxx index 0c213f7e45c7..20dc1d50bdd8 100644 --- a/include/svx/AccessibleSvxFindReplaceDialog.hxx +++ b/include/svx/AccessibleSvxFindReplaceDialog.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. * @@ -53,3 +54,5 @@ private: } }; #endif // _ACCESSIBLESVXFINDREPLACEDIALOG_HXX_ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit