summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index e55cf2091c74..658899b9df85 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -149,7 +149,7 @@ class UcbPropertiesChangeListener_Impl : public ::cppu::WeakImplHelper< XPropert
public:
UcbLockBytesRef m_xLockBytes;
- explicit UcbPropertiesChangeListener_Impl( UcbLockBytesRef rRef )
+ explicit UcbPropertiesChangeListener_Impl( UcbLockBytesRef const & rRef )
: m_xLockBytes( rRef )
{}