diff options
Diffstat (limited to 'oox/source/helper/binarystreambase.cxx')
-rw-r--r-- | oox/source/helper/binarystreambase.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/helper/binarystreambase.cxx b/oox/source/helper/binarystreambase.cxx index a8f9320ffc94..6f7c77d9de20 100644 --- a/oox/source/helper/binarystreambase.cxx +++ b/oox/source/helper/binarystreambase.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. @@ -159,3 +160,4 @@ void SequenceSeekableStream::seek( sal_Int64 nPos ) } // namespace oox +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |