diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 12:43:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 15:47:29 +0100 |
commit | ad3292e2b3adee95e6a0473ee8a5c29df2e20c90 (patch) | |
tree | 461803fc3c2bfb76f3922d71739b15635b024ef5 /sc/workben | |
parent | 2db854a3dc92de8e298f113774ce73c2b19783d7 (diff) |
add modelines to .hxx files as well
Diffstat (limited to 'sc/workben')
-rw-r--r-- | sc/workben/addin.hxx | 2 | ||||
-rw-r--r-- | sc/workben/result.hxx | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sc/workben/addin.hxx b/sc/workben/addin.hxx index 958bf34d92b5..ce87f29726c6 100644 --- a/sc/workben/addin.hxx +++ b/sc/workben/addin.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. @@ -100,3 +101,4 @@ public: #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/workben/result.hxx b/sc/workben/result.hxx index 1248eb290916..b0c31da16e9d 100644 --- a/sc/workben/result.hxx +++ b/sc/workben/result.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. @@ -73,3 +74,4 @@ public: #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |