summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-28 23:14:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-29 09:33:46 +0100
commit2774cab826c8b5e3a92e98d79c3e64cbb25f4fda (patch)
tree7e9db2821d12afbba63f1873fba19b3ef77292a8 /starmath
parent44eb2b3355e0846a5acba0f503d7c0b3e1c94949 (diff)
add modelines
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/helpids.h2
-rw-r--r--starmath/inc/smcommands.h3
2 files changed, 5 insertions, 0 deletions
diff --git a/starmath/inc/helpids.h b/starmath/inc/helpids.h
index 1da4029e7246..cac2b64c4f80 100644
--- a/starmath/inc/helpids.h
+++ b/starmath/inc/helpids.h
@@ -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.
@@ -325,3 +326,4 @@
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/starmath/inc/smcommands.h b/starmath/inc/smcommands.h
index d2f08c55f4c4..b13263a14d54 100644
--- a/starmath/inc/smcommands.h
+++ b/starmath/inc/smcommands.h
@@ -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.
@@ -66,3 +67,5 @@
#define CMD_SID_ZOOMOUT ".uno:ZoomOut"
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */