summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-07-18 08:07:28 +0000
committerMathias Bauer <mba@openoffice.org>2001-07-18 08:07:28 +0000
commit7c76bfa13a0691c3b01b1e9155ddca0f7b645e4a (patch)
treecc4d0cce916f7560223095f78b889ab0f232c23e /unotools/inc
parent411dccebe8b2048050e9cec5926c7276124aee42 (diff)
#89377#: wrong parameter declaration
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/ucblockbytes.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/inc/unotools/ucblockbytes.hxx b/unotools/inc/unotools/ucblockbytes.hxx
index c26f1e6cc5ac..0bc515d23d92 100644
--- a/unotools/inc/unotools/ucblockbytes.hxx
+++ b/unotools/inc/unotools/ucblockbytes.hxx
@@ -115,7 +115,7 @@ public:
static UcbLockBytesRef CreateLockBytes( const NS_UNO::Reference < NS_UCB::XContent > xContent,
const NS_UNO::Sequence < NS_BEANS::PropertyValue >& rProps,
NS_UNO::Reference < NS_IO::XInputStream > xPostData,
- const NS_UNO::Reference < NS_TASK::XInteractionHandler > xInter,
+ const NS_UNO::Reference < NS_TASK::XInteractionHandler >& xInter,
UcbLockBytesHandler* pHandler=0 );
static UcbLockBytesRef CreateLockBytes( const NS_UNO::Reference < NS_UCB::XContent > xContent,