diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 13:05:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 13:05:40 +0100 |
commit | 8cad7d1947a02e28355c03b787df40052b48e4e4 (patch) | |
tree | b71a04edc599cdc50515ba552f63c6fb68badd27 /unodevtools/inc | |
parent | 76c11607870c5370074be050c96e990298733d5e (diff) |
add modelines to .hxx files as well
Diffstat (limited to 'unodevtools/inc')
-rw-r--r-- | unodevtools/inc/unodevtools/options.hxx | 3 | ||||
-rw-r--r-- | unodevtools/inc/unodevtools/typemanager.hxx | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/unodevtools/inc/unodevtools/options.hxx b/unodevtools/inc/unodevtools/options.hxx index 9fee20bb107e..f1fc70bad3fc 100644 --- a/unodevtools/inc/unodevtools/options.hxx +++ b/unodevtools/inc/unodevtools/options.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -48,3 +49,5 @@ sal_Bool readOption( sal_Bool * pbOpt, const sal_Char * pOpt, } // end of namespace unodevtools #endif // INCLUDED_UNODEVTOOLS_OPTIONS_HXX + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/unodevtools/inc/unodevtools/typemanager.hxx b/unodevtools/inc/unodevtools/typemanager.hxx index a6bb601d815d..17550ca0356c 100644 --- a/unodevtools/inc/unodevtools/typemanager.hxx +++ b/unodevtools/inc/unodevtools/typemanager.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -98,3 +99,5 @@ protected: } #endif // _UNODEVTOOLS_TYPEMANAGER_HXX_ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |