diff options
Diffstat (limited to 'sw/inc/chpfld.hxx')
-rw-r--r-- | sw/inc/chpfld.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/chpfld.hxx b/sw/inc/chpfld.hxx index 71c5d624c78d..fe37e4c465a9 100644 --- a/sw/inc/chpfld.hxx +++ b/sw/inc/chpfld.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,5 @@ inline const String& SwChapterField::GetNumber() const { return sNumber; } inline const String& SwChapterField::GetTitle() const { return sTitle; } #endif // _CHPFLD_HXX + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |