summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-14 09:32:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-14 09:32:32 +0000
commite14a7a06c3e368e6942035277212ca5ebc74ffca (patch)
tree3f82158ac4027206698a03c7b5564f79f6bfb255 /sfx2
parent8438df34818e5c10955c8809f7d63bf05d830fad (diff)
add mode lines to new files
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/sfxacldetect.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/doc/sfxacldetect.hxx b/sfx2/source/doc/sfxacldetect.hxx
index 99868f6507..40112f3b8b 100644
--- a/sfx2/source/doc/sfxacldetect.hxx
+++ b/sfx2/source/doc/sfxacldetect.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
@@ -37,3 +38,5 @@ sal_Bool IsReadonlyAccordingACL( const sal_Unicode* pFilePath );
#endif
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */