diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-28 23:14:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-29 09:33:46 +0100 |
commit | 2774cab826c8b5e3a92e98d79c3e64cbb25f4fda (patch) | |
tree | 7e9db2821d12afbba63f1873fba19b3ef77292a8 /starmath/inc | |
parent | 44eb2b3355e0846a5acba0f503d7c0b3e1c94949 (diff) |
add modelines
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/helpids.h | 2 | ||||
-rw-r--r-- | starmath/inc/smcommands.h | 3 |
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: */ |