diff options
-rw-r--r-- | ucb/source/ucp/odma/odma_inputstream.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/odma/odma_inputstream.cxx b/ucb/source/ucp/odma/odma_inputstream.cxx index 1e22ed813f67..08a98a6589c8 100644 --- a/ucb/source/ucp/odma/odma_inputstream.cxx +++ b/ucb/source/ucp/odma/odma_inputstream.cxx @@ -2,9 +2,9 @@ * * $RCSfile: odma_inputstream.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2003-08-25 13:01:02 $ + * last change: $Author: rt $ $Date: 2003-10-06 15:47:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -333,4 +333,4 @@ sal_Int64 SAL_CALL OOdmaStream::getLength() ensureInputStream(); return m_xInputSeek.is() ? m_xInputSeek->getLength() : sal_Int64(0); } -// -----------------------------------------------------------------------------
\ No newline at end of file +// ----------------------------------------------------------------------------- |