summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/clickableimage.cxx8
-rw-r--r--forms/source/component/clickableimage.hxx1
2 files changed, 1 insertions, 8 deletions
diff --git a/forms/source/component/clickableimage.cxx b/forms/source/component/clickableimage.cxx
index f3803d275bb7..4fc7087cd25d 100644
--- a/forms/source/component/clickableimage.cxx
+++ b/forms/source/component/clickableimage.cxx
@@ -791,16 +791,10 @@ namespace frm
}
- void OClickableImageBaseModel::DownloadDone()
- {
- DataAvailable();
- }
-
-
IMPL_LINK_NOARG( OClickableImageBaseModel, DownloadDoneLink, void*, void )
{
::osl::MutexGuard aGuard( m_aMutex );
- DownloadDone();
+ DataAvailable();
}
diff --git a/forms/source/component/clickableimage.hxx b/forms/source/component/clickableimage.hxx
index 01ec960600c4..30342d060601 100644
--- a/forms/source/component/clickableimage.hxx
+++ b/forms/source/component/clickableimage.hxx
@@ -82,7 +82,6 @@ namespace frm
void StartProduction();
void SetURL(const OUString& rURL);
void DataAvailable();
- void DownloadDone();
css::uno::Sequence< css::uno::Type> _getTypes() override;
bool isDispatchUrlInternal() const { return m_bDispatchUrlInternal; }