summaryrefslogtreecommitdiff
path: root/svtools
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 /svtools
parent0b7f82d7cb53ab38988ce85c3436d35f9d8f1af5 (diff)
add missing modelines to cxx and hxx files
some of them have no copyright header Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/accessibleruler.cxx3
-rw-r--r--svtools/source/control/vclxaccessibleheaderbar.cxx3
-rw-r--r--svtools/source/control/vclxaccessibleheaderbaritem.cxx3
3 files changed, 9 insertions, 0 deletions
diff --git a/svtools/source/control/accessibleruler.cxx b/svtools/source/control/accessibleruler.cxx
index acd7010d3741..49d3a26165da 100644
--- a/svtools/source/control/accessibleruler.cxx
+++ b/svtools/source/control/accessibleruler.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.
*
@@ -430,3 +431,5 @@ void SvtRulerAccessible::ThrowExceptionIfNotAlive( void ) throw( lang::DisposedE
if( IsNotAlive() )
throw lang::DisposedException();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/control/vclxaccessibleheaderbar.cxx b/svtools/source/control/vclxaccessibleheaderbar.cxx
index 031edafe3f05..92fa5bde7838 100644
--- a/svtools/source/control/vclxaccessibleheaderbar.cxx
+++ b/svtools/source/control/vclxaccessibleheaderbar.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.
*
@@ -168,3 +169,5 @@ void SAL_CALL VCLXAccessibleHeaderBar::disposing()
}
return xChild;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/control/vclxaccessibleheaderbaritem.cxx b/svtools/source/control/vclxaccessibleheaderbaritem.cxx
index dfc145504288..c6c0bc18e560 100644
--- a/svtools/source/control/vclxaccessibleheaderbaritem.cxx
+++ b/svtools/source/control/vclxaccessibleheaderbaritem.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.
*
@@ -332,3 +333,5 @@ OUString VCLXAccessibleHeaderBarItem::getToolTipText() throw (RuntimeException,
return sText;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */