diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 04:18:55 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 11:58:14 +0200 |
commit | da1425650b0c3e0921d2c9d51d461aca99038650 (patch) | |
tree | 1c7132669df2e22f378cfb29ba3de8f9f7da1695 /cli_ure/qa/climaker | |
parent | 417a537d97490892b0a82918cc1122be55eb1e5d (diff) |
add missing modelines to idl files
Change-Id: If52651c70ee659c83ef127da4fe5e266cfe7eec2
Diffstat (limited to 'cli_ure/qa/climaker')
-rw-r--r-- | cli_ure/qa/climaker/types.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli_ure/qa/climaker/types.idl b/cli_ure/qa/climaker/types.idl index c1da0de34097..c9bb612ddb19 100644 --- a/cli_ure/qa/climaker/types.idl +++ b/cli_ure/qa/climaker/types.idl @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -472,3 +473,5 @@ singleton S5 { service S2; }; }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |