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 | 80b08615105490fb3a8b9790f932d1f1a1ae2bce (patch) | |
tree | 75bedef0ceae70a7d8213ad991ca14b6367be39b /sd/source/ui/dlg/dlgass.cxx | |
parent | 34b70a6b3a996823e1595c0a096e18857567298b (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/dlg/dlgass.cxx')
-rw-r--r-- | sd/source/ui/dlg/dlgass.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx index cd003e8c0ed8..bc91b7f8408e 100644 --- a/sd/source/ui/dlg/dlgass.cxx +++ b/sd/source/ui/dlg/dlgass.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. @@ -2035,3 +2036,5 @@ void NextButton::Enable (bool bEnable) maNextButton1.Enable(bEnable); maNextButton2.Enable(bEnable); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |