diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-10-12 15:59:00 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-13 10:57:18 +0200 |
commit | 7eabce1eea341ab1d29fb01010fddb1cce2b7a9b (patch) | |
tree | 63fa5f7270850275276abeea2b29217bc1a6e9f3 /sc/source/core/tool/chartlock.cxx | |
parent | 712583d4c2c4d564e50151d59e2fbac3585c00f4 (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 'sc/source/core/tool/chartlock.cxx')
-rw-r--r-- | sc/source/core/tool/chartlock.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/core/tool/chartlock.cxx b/sc/source/core/tool/chartlock.cxx index 65ba85df7..78230d037 100644 --- a/sc/source/core/tool/chartlock.cxx +++ b/sc/source/core/tool/chartlock.cxx @@ -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. @@ -193,3 +194,5 @@ IMPL_LINK( ScTemporaryChartLock, TimeoutHdl, Timer*, EMPTYARG ) mapScChartLockGuard.reset(); return 0; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |