summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/debug
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 /svx/source/sidebar/debug
parent0b7f82d7cb53ab38988ce85c3436d35f9d8f1af5 (diff)
add missing modelines to cxx and hxx files
some of them have no copyright header Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
Diffstat (limited to 'svx/source/sidebar/debug')
-rw-r--r--svx/source/sidebar/debug/ColorPanel.cxx3
-rw-r--r--svx/source/sidebar/debug/ColorPanel.hxx3
-rw-r--r--svx/source/sidebar/debug/ContextPanel.cxx3
-rw-r--r--svx/source/sidebar/debug/ContextPanel.hxx3
-rw-r--r--svx/source/sidebar/debug/NotYetImplementedPanel.cxx3
-rw-r--r--svx/source/sidebar/debug/NotYetImplementedPanel.hxx3
6 files changed, 18 insertions, 0 deletions
diff --git a/svx/source/sidebar/debug/ColorPanel.cxx b/svx/source/sidebar/debug/ColorPanel.cxx
index 0f6575224283..3138531ad44a 100644
--- a/svx/source/sidebar/debug/ColorPanel.cxx
+++ b/svx/source/sidebar/debug/ColorPanel.cxx
@@ -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.
*
@@ -198,3 +199,5 @@ void ColorPanel::Fill (void)
}
} } // end of namespace ::svx::sidebar
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/sidebar/debug/ColorPanel.hxx b/svx/source/sidebar/debug/ColorPanel.hxx
index 7a1aeed62944..9ecf6834abc4 100644
--- a/svx/source/sidebar/debug/ColorPanel.hxx
+++ b/svx/source/sidebar/debug/ColorPanel.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:
} } // end of namespace ::svx::sidebar
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/sidebar/debug/ContextPanel.cxx b/svx/source/sidebar/debug/ContextPanel.cxx
index b8dbb5fa12e6..9a68627f8909 100644
--- a/svx/source/sidebar/debug/ContextPanel.cxx
+++ b/svx/source/sidebar/debug/ContextPanel.cxx
@@ -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.
*
@@ -47,3 +48,5 @@ void ContextPanel::HandleContextChange (const sfx2::sidebar::EnumContext aContex
}
} } // end of namespace ::svx::sidebar
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/sidebar/debug/ContextPanel.hxx b/svx/source/sidebar/debug/ContextPanel.hxx
index dbdd143bff3d..0a83b6687bf0 100644
--- a/svx/source/sidebar/debug/ContextPanel.hxx
+++ b/svx/source/sidebar/debug/ContextPanel.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.
*
@@ -47,3 +48,5 @@ private:
} } // end of namespace ::svx::sidebar
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/sidebar/debug/NotYetImplementedPanel.cxx b/svx/source/sidebar/debug/NotYetImplementedPanel.cxx
index 9f060787db2d..d51d493e2700 100644
--- a/svx/source/sidebar/debug/NotYetImplementedPanel.cxx
+++ b/svx/source/sidebar/debug/NotYetImplementedPanel.cxx
@@ -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 @@ NotYetImplementedPanel::~NotYetImplementedPanel (void)
} } // end of namespace ::svx::sidebar
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/sidebar/debug/NotYetImplementedPanel.hxx b/svx/source/sidebar/debug/NotYetImplementedPanel.hxx
index 0afb6490b2f0..43e6ed3f0535 100644
--- a/svx/source/sidebar/debug/NotYetImplementedPanel.hxx
+++ b/svx/source/sidebar/debug/NotYetImplementedPanel.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.
*
@@ -41,3 +42,5 @@ private:
} } // end of namespace ::svx::sidebar
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */