summaryrefslogtreecommitdiff
path: root/sc/inc/types.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-14 09:14:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-14 10:38:21 +0000
commita34b495c0321015c9ef27a164e3ccfc8caad2187 (patch)
tree72f00d398e4fa8b6186265b491709ab3e4a674a4 /sc/inc/types.hxx
parentd551aab12e8ebbeb890181fe8a44ae2553d55ef7 (diff)
add mode lines to new files
Diffstat (limited to 'sc/inc/types.hxx')
-rw-r--r--sc/inc/types.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/types.hxx b/sc/inc/types.hxx
index d9405c59b98d..bb454a9e0854 100644
--- a/sc/inc/types.hxx
+++ b/sc/inc/types.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
@@ -36,3 +37,5 @@ typedef ::boost::intrusive_ptr<ScMatrix> ScMatrixRef;
typedef ::boost::intrusive_ptr<const ScMatrix> ScConstMatrixRef;
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */