summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/bufferedinputstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/bufferedinputstream.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/bufferedinputstream.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/bufferedinputstream.cxx b/xmlhelp/source/cxxhelp/provider/bufferedinputstream.cxx
index b68e304759..dd96b7a2a5 100644
--- a/xmlhelp/source/cxxhelp/provider/bufferedinputstream.cxx
+++ b/xmlhelp/source/cxxhelp/provider/bufferedinputstream.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.
@@ -231,3 +232,5 @@ sal_Int64 SAL_CALL BufferedInputStream::getLength( void ) throw( IOException,Run
osl::MutexGuard aGuard( m_aMutex );
return m_nBufferSize;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */