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 /oox/source/ppt/headerfootercontext.hxx | |
parent | e924c21986d4ae0a9b98641ccdb1e701250754de (diff) |
add modelines to .hxx files as well
Diffstat (limited to 'oox/source/ppt/headerfootercontext.hxx')
-rw-r--r-- | oox/source/ppt/headerfootercontext.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/source/ppt/headerfootercontext.hxx b/oox/source/ppt/headerfootercontext.hxx index 52e5bb9ab55e..7cd83b5f53e4 100644 --- a/oox/source/ppt/headerfootercontext.hxx +++ b/oox/source/ppt/headerfootercontext.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 @@ namespace oox { namespace ppt { } } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |