diff options
Diffstat (limited to 'sw/inc/swunodef.hxx')
-rw-r--r-- | sw/inc/swunodef.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/swunodef.hxx b/sw/inc/swunodef.hxx index e63514e11f1a..011abcd95a06 100644 --- a/sw/inc/swunodef.hxx +++ b/sw/inc/swunodef.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. @@ -34,3 +35,5 @@ #define STAR_REFERENCE(aType) UNO_NMSPC::Reference< STAR_NMSPC::aType > #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |