summaryrefslogtreecommitdiff
path: root/oox/source/helper/binaryoutputstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/helper/binaryoutputstream.cxx')
-rw-r--r--oox/source/helper/binaryoutputstream.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/helper/binaryoutputstream.cxx b/oox/source/helper/binaryoutputstream.cxx
index f39ac9d8f1b2..c9bf31879907 100644
--- a/oox/source/helper/binaryoutputstream.cxx
+++ b/oox/source/helper/binaryoutputstream.cxx
@@ -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.
@@ -135,3 +136,4 @@ void SequenceOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes )
} // namespace oox
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */