summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/download.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check/download.hxx')
-rw-r--r--extensions/source/update/check/download.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/source/update/check/download.hxx b/extensions/source/update/check/download.hxx
index 1b2fb678417b..ff16ef52f7fb 100644
--- a/extensions/source/update/check/download.hxx
+++ b/extensions/source/update/check/download.hxx
@@ -35,6 +35,8 @@
struct DownloadInteractionHandler : public rtl::IReference
{
+ virtual bool checkDownloadDestination(const rtl::OUString& rFileName) = 0;
+
// called if the destination file already exists, but resume is false
virtual bool downloadTargetExists(const rtl::OUString& rFileName) = 0;