diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-29 12:12:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-05 09:18:17 +0000 |
commit | 91894d52b6a585c57d68c67b1e0fbe2bee426279 (patch) | |
tree | 2962b5bc4fe00a16e4ff5b5050c2990981ab2aee /offapi/com/sun/star/text/Text.idl | |
parent | 1702bab54f7801d04937270e00d63f710366ab68 (diff) |
add mode-lines to .idl files
Diffstat (limited to 'offapi/com/sun/star/text/Text.idl')
-rw-r--r-- | offapi/com/sun/star/text/Text.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/Text.idl b/offapi/com/sun/star/text/Text.idl index c6a6edf3b4fa..bec55a32dad9 100644 --- a/offapi/com/sun/star/text/Text.idl +++ b/offapi/com/sun/star/text/Text.idl @@ -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. @@ -141,3 +142,5 @@ published service Text }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |