summaryrefslogtreecommitdiff
path: root/sw/inc/errhdl.hxx
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-14 08:30:41 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-14 17:16:56 +0200
commit3c966007565c68a3f547ca69cdefd2e347e82add (patch)
treebb7651c270f08fa4bb71657b3a052cd641f20807 /sw/inc/errhdl.hxx
parent8fab99ffae958bd48e99667e562075b5d65cefbe (diff)
Add vim/emacs modelines to all source files
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'sw/inc/errhdl.hxx')
-rw-r--r--sw/inc/errhdl.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/errhdl.hxx b/sw/inc/errhdl.hxx
index 8c2da3b237..325567185b 100644
--- a/sw/inc/errhdl.hxx
+++ b/sw/inc/errhdl.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.
@@ -74,3 +75,5 @@ SW_DLLPUBLIC void AssertFail( USHORT, const sal_Char*, USHORT );
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */