diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 13:11:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 15:51:43 +0100 |
commit | a17da71cd530c72624f767867f8b1fd768112ad8 (patch) | |
tree | a7ef4ac3b41a31088ccd8142d00e3cb1a2120c0a /ucb/source/ucp/gio/gio_mount.hxx | |
parent | e60602776f35ffca5af2c577ceb709c311008c76 (diff) |
add modelines to .hxx files as well
Diffstat (limited to 'ucb/source/ucp/gio/gio_mount.hxx')
-rw-r--r-- | ucb/source/ucp/gio/gio_mount.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/source/ucp/gio/gio_mount.hxx b/ucb/source/ucp/gio/gio_mount.hxx index 21fa002274..cad370d3ad 100644 --- a/ucb/source/ucp/gio/gio_mount.hxx +++ b/ucb/source/ucp/gio/gio_mount.hxx @@ -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. @@ -70,3 +71,5 @@ GMountOperation *ooo_mount_operation_new(const com::sun::star::uno::Reference< c G_END_DECLS #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |