summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-24 04:21:14 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-24 11:58:15 +0200
commit371046c6a35931e96506ecaf4ffbc0403286c53b (patch)
tree119f6283224f8de3984e453c3a6fe70bb7535e8b /include
parent0b7f82d7cb53ab38988ce85c3436d35f9d8f1af5 (diff)
add missing modelines to cxx and hxx files
some of them have no copyright header Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
Diffstat (limited to 'include')
-rw-r--r--include/editeng/AccessibleSvxFindReplaceDialog.hxx3
-rw-r--r--include/filter/msfilter/sprmids.hxx3
-rw-r--r--include/svtools/accessibleruler.hxx3
-rw-r--r--include/svtools/vclxaccessibleheaderbar.hxx2
-rw-r--r--include/svx/AccessibleSvxFindReplaceDialog.hxx3
5 files changed, 14 insertions, 0 deletions
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: */