summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/ucblockbytes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper/ucblockbytes.cxx')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index e5dd6b2da1e1..d33c570cc68c 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -125,10 +125,10 @@ public:
*/
class ProgressHandler_Impl: public ::cppu::WeakImplHelper1< XProgressHandler >
{
- Link m_aProgress;
+ Link<> m_aProgress;
public:
- ProgressHandler_Impl( const Link& rLink )
+ ProgressHandler_Impl( const Link<>& rLink )
: m_aProgress( rLink )
{}
// XProgressHandler