diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-29 21:42:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-30 09:09:25 +0100 |
commit | 1f5c696c371a36868c64cb2854a039446ddaddf7 (patch) | |
tree | 57d16059796c304a4943308c4699718766b6c891 /xmlreader/inc | |
parent | ffbab6ccbd1f6f3014333fc5767b75628c7c91e4 (diff) |
add mode-lines to .m files and last round of merged files, etc.
Diffstat (limited to 'xmlreader/inc')
-rw-r--r-- | xmlreader/inc/xmlreader/detail/xmlreaderdllapi.hxx | 3 | ||||
-rw-r--r-- | xmlreader/inc/xmlreader/pad.hxx | 3 | ||||
-rw-r--r-- | xmlreader/inc/xmlreader/span.hxx | 3 | ||||
-rw-r--r-- | xmlreader/inc/xmlreader/xmlreader.hxx | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/xmlreader/inc/xmlreader/detail/xmlreaderdllapi.hxx b/xmlreader/inc/xmlreader/detail/xmlreaderdllapi.hxx index 238661a2426f..a004788b54d4 100644 --- a/xmlreader/inc/xmlreader/detail/xmlreaderdllapi.hxx +++ b/xmlreader/inc/xmlreader/detail/xmlreaderdllapi.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. @@ -39,3 +40,5 @@ #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmlreader/inc/xmlreader/pad.hxx b/xmlreader/inc/xmlreader/pad.hxx index d01574147665..0ee707e072bb 100644 --- a/xmlreader/inc/xmlreader/pad.hxx +++ b/xmlreader/inc/xmlreader/pad.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. @@ -57,3 +58,5 @@ private: } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmlreader/inc/xmlreader/span.hxx b/xmlreader/inc/xmlreader/span.hxx index 4ec8b574f940..bfdf1b5089b9 100644 --- a/xmlreader/inc/xmlreader/span.hxx +++ b/xmlreader/inc/xmlreader/span.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. @@ -67,3 +68,5 @@ struct OOO_DLLPUBLIC_XMLREADER Span { } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmlreader/inc/xmlreader/xmlreader.hxx b/xmlreader/inc/xmlreader/xmlreader.hxx index 242af58c7306..e3509ac881a8 100644 --- a/xmlreader/inc/xmlreader/xmlreader.hxx +++ b/xmlreader/inc/xmlreader/xmlreader.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. @@ -197,3 +198,5 @@ private: } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |