diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 13:03:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 15:49:40 +0100 |
commit | 8c97ec61d74261b4dd18b6f65f70be92dd85a794 (patch) | |
tree | b522fceb61fac39400aa0ba94e52dc77dd4149fd /unoxml/source/dom/documentfragment.hxx | |
parent | e924c21986d4ae0a9b98641ccdb1e701250754de (diff) |
add modelines to .hxx files as well
Diffstat (limited to 'unoxml/source/dom/documentfragment.hxx')
-rw-r--r-- | unoxml/source/dom/documentfragment.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unoxml/source/dom/documentfragment.hxx b/unoxml/source/dom/documentfragment.hxx index 7649f6368c9a..49b2372c6a4f 100644 --- a/unoxml/source/dom/documentfragment.hxx +++ b/unoxml/source/dom/documentfragment.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. @@ -177,3 +178,4 @@ namespace DOM } #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |