summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/WindowUpdater.cxx
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-12 15:51:52 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-13 10:57:43 +0200
commit093642e732b3908ea6c184c1936823a358607486 (patch)
tree2ed98342a09b70a7231bf4526fd66a45bf28a561 /sd/source/ui/view/WindowUpdater.cxx
parent2e8c3d9991c45cfec4e8bbf05486962831198ccb (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/view/WindowUpdater.cxx')
-rw-r--r--sd/source/ui/view/WindowUpdater.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/view/WindowUpdater.cxx b/sd/source/ui/view/WindowUpdater.cxx
index 52da3757f..b52960a97 100644
--- a/sd/source/ui/view/WindowUpdater.cxx
+++ b/sd/source/ui/view/WindowUpdater.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.
@@ -185,3 +186,5 @@ void WindowUpdater::ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uI
} // end of namespace sd
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */