summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellAttrib.cxx
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-12 15:57:08 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-13 10:57:23 +0200
commite4ed769b795446b5a65eb5ae94ebb8db22c6bf4f (patch)
tree642564a970437c2672541126c53ce41dfe48ab5f /cui/source/dialogs/SpellAttrib.cxx
parentba23e2ddcff997af2e1575acd243d42c6375566b (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 'cui/source/dialogs/SpellAttrib.cxx')
-rw-r--r--cui/source/dialogs/SpellAttrib.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/dialogs/SpellAttrib.cxx b/cui/source/dialogs/SpellAttrib.cxx
index cb104c11e..61f8f82a9 100644
--- a/cui/source/dialogs/SpellAttrib.cxx
+++ b/cui/source/dialogs/SpellAttrib.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.
@@ -170,3 +171,4 @@ int SpellBackgroundAttrib::operator==( const TextAttrib& rAttr ) const
m_aBackgroundColor == static_cast<const SpellBackgroundAttrib&>(rAttr).m_aBackgroundColor;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */