summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/docfile.cxx')
-rw-r--r--sfx2/source/doc/docfile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index b7a1f6f38d6f..c39452f7a9b1 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -2367,12 +2367,12 @@ const OUString& SfxMedium::GetLongName() const
return pImp->m_aLongName;
}
-void SfxMedium::SetDoneLink( const Link& rLink )
+void SfxMedium::SetDoneLink( const Link<>& rLink )
{
pImp->aDoneLink = rLink;
}
-void SfxMedium::Download( const Link& aLink )
+void SfxMedium::Download( const Link<>& aLink )
{
SetDoneLink( aLink );
GetInStream();