diff options
Diffstat (limited to 'sd/inc/sdenumdef.hxx')
-rw-r--r-- | sd/inc/sdenumdef.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/inc/sdenumdef.hxx b/sd/inc/sdenumdef.hxx index edabe4d6df18..38563d720fb4 100644 --- a/sd/inc/sdenumdef.hxx +++ b/sd/inc/sdenumdef.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. @@ -36,3 +37,4 @@ enum SnapKind { SK_HORIZONTAL, SK_VERTICAL, SK_POINT }; #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |