From 85d7d6ba32c829e3e2ccdf3b83fd0b127f3be037 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 6 Oct 2003 14:47:43 +0000 Subject: INTEGRATION: CWS rt02 (1.3.4); FILE MERGED 2003/09/30 13:37:35 rt 1.3.4.1: #i19697# No newline at end of file --- ucb/source/ucp/odma/odma_inputstream.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ucb') 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 +// ----------------------------------------------------------------------------- -- cgit