diff options
Diffstat (limited to 'sw/inc/section.hxx')
-rw-r--r-- | sw/inc/section.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx index db99cfdf4d52..23c4ed535e75 100644 --- a/sw/inc/section.hxx +++ b/sw/inc/section.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. @@ -387,3 +388,5 @@ inline SwSection* SwSectionFmt::GetParentSection() const #endif /* _SECTION_HXX */ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |