diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-10-12 15:51:52 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-13 10:57:43 +0200 |
commit | 093642e732b3908ea6c184c1936823a358607486 (patch) | |
tree | 2ed98342a09b70a7231bf4526fd66a45bf28a561 /sd/source/ui/tools/IdleDetection.cxx | |
parent | 2e8c3d9991c45cfec4e8bbf05486962831198ccb (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 'sd/source/ui/tools/IdleDetection.cxx')
-rw-r--r-- | sd/source/ui/tools/IdleDetection.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/tools/IdleDetection.cxx b/sd/source/ui/tools/IdleDetection.cxx index 9690627d6..f9cee99f9 100644 --- a/sd/source/ui/tools/IdleDetection.cxx +++ b/sd/source/ui/tools/IdleDetection.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. @@ -125,3 +126,5 @@ sal_Int32 IdleDetection::CheckWindowPainting (const ::Window& rWindow) } } } // end of namespace ::sd::tools + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |