summaryrefslogtreecommitdiff
path: root/package/inc/EncryptedDataHeader.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 12:45:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-28 15:48:02 +0100
commitb77940e5af41aae869e9415aef5b184a51601df4 (patch)
tree0d859634fa75d377a1bb403daa4e581cff208f7e /package/inc/EncryptedDataHeader.hxx
parent6a6190a7bbe8e12a52a8a0a3b69d58ea4a90c31c (diff)
add modelines to .hxx files as well
Diffstat (limited to 'package/inc/EncryptedDataHeader.hxx')
-rw-r--r--package/inc/EncryptedDataHeader.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/inc/EncryptedDataHeader.hxx b/package/inc/EncryptedDataHeader.hxx
index a166397cce34..ed0ffe6628e3 100644
--- a/package/inc/EncryptedDataHeader.hxx
+++ b/package/inc/EncryptedDataHeader.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.
@@ -49,3 +50,5 @@ const sal_uInt32 n_ConstHeader = 0x0502474dL; // "MG\002\005"
const sal_Int32 n_ConstHeaderSize = 22; // + salt length + iv length + digest length + mediatype length
const sal_Int16 n_ConstCurrentVersion = 1;
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */