diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-07-18 08:07:28 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-07-18 08:07:28 +0000 |
commit | 7c76bfa13a0691c3b01b1e9155ddca0f7b645e4a (patch) | |
tree | cc4d0cce916f7560223095f78b889ab0f232c23e /unotools/source/ucbhelper/ucblockbytes.cxx | |
parent | 411dccebe8b2048050e9cec5926c7276124aee42 (diff) |
#89377#: wrong parameter declaration
Diffstat (limited to 'unotools/source/ucbhelper/ucblockbytes.cxx')
-rw-r--r-- | unotools/source/ucbhelper/ucblockbytes.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx index 9b1f4afb0f53..b98981a2ec52 100644 --- a/unotools/source/ucbhelper/ucblockbytes.cxx +++ b/unotools/source/ucbhelper/ucblockbytes.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ucblockbytes.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: mba $ $Date: 2001-07-16 14:46:26 $ + * last change: $Author: mba $ $Date: 2001-07-18 09:07:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -828,7 +828,7 @@ UcbLockBytesRef UcbLockBytes::CreateInputLockBytes( const Reference< XInputStrea } UcbLockBytesRef UcbLockBytes::CreateLockBytes( const Reference < XContent > xContent, const Sequence < PropertyValue >& rProps, - Reference < XInputStream > xPostData, Reference < XInteractionHandler > xInteractionHandler, UcbLockBytesHandler* pHandler ) + Reference < XInputStream > xPostData, const Reference < XInteractionHandler >& xInteractionHandler, UcbLockBytesHandler* pHandler ) { if( !xContent.is() ) return NULL;; |