diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-10-06 14:47:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-10-06 14:47:43 +0000 |
commit | 85d7d6ba32c829e3e2ccdf3b83fd0b127f3be037 (patch) | |
tree | 451ecd816eb3d1f84ada044f425ea205729330bf /ucb | |
parent | 9621776ffc176c175ff3d2ea5afd7760c9e69aac (diff) |
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
Diffstat (limited to 'ucb')
-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 +// ----------------------------------------------------------------------------- |