diff options
Diffstat (limited to 'sw/inc/swunohelper.hxx')
-rw-r--r-- | sw/inc/swunohelper.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/swunohelper.hxx b/sw/inc/swunohelper.hxx index 96ea90f5ce1d..0551ccfb8c87 100644 --- a/sw/inc/swunohelper.hxx +++ b/sw/inc/swunohelper.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. @@ -79,3 +80,5 @@ BOOL UCB_IsDirectory( const String& rURL ); } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |