summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/flddropdown.cxx
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-14 08:30:41 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-14 17:16:56 +0200
commit3c966007565c68a3f547ca69cdefd2e347e82add (patch)
treebb7651c270f08fa4bb71657b3a052cd641f20807 /sw/source/core/fields/flddropdown.cxx
parent8fab99ffae958bd48e99667e562075b5d65cefbe (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 'sw/source/core/fields/flddropdown.cxx')
-rw-r--r--sw/source/core/fields/flddropdown.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/core/fields/flddropdown.cxx b/sw/source/core/fields/flddropdown.cxx
index 097b50f76c..81b7cb2629 100644
--- a/sw/source/core/fields/flddropdown.cxx
+++ b/sw/source/core/fields/flddropdown.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.
@@ -280,3 +281,5 @@ bool SwDropDownField::PutValue(const uno::Any &rVal,
}
return true;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */