summaryrefslogtreecommitdiffstats
path: root/cosv/source/service/csv_ostream.cxx
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-12 15:46:24 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-13 10:58:04 +0200
commite9a59da46a5ac4e3545cd47ccebae9f1b266378a (patch)
treeac2e8328613d158c5be0d1379f5714ed74ee5ce4 /cosv/source/service/csv_ostream.cxx
parentVersion 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2) (diff)
downloadcore-e9a59da46a5ac4e3545cd47ccebae9f1b266378a.tar.gz
core-e9a59da46a5ac4e3545cd47ccebae9f1b266378a.zip
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 'cosv/source/service/csv_ostream.cxx')
-rw-r--r--cosv/source/service/csv_ostream.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cosv/source/service/csv_ostream.cxx b/cosv/source/service/csv_ostream.cxx
index 30c5736343a2..b1299fe21d1b 100644
--- a/cosv/source/service/csv_ostream.cxx
+++ b/cosv/source/service/csv_ostream.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.
@@ -90,3 +91,4 @@ ostream::ostream( uintt i_nStartSize )
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */