summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftphandleprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftphandleprovider.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftphandleprovider.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/source/ucp/ftp/ftphandleprovider.hxx b/ucb/source/ucp/ftp/ftphandleprovider.hxx
index bebded5e77a5..e55d8bb1de18 100644
--- a/ucb/source/ucp/ftp/ftphandleprovider.hxx
+++ b/ucb/source/ucp/ftp/ftphandleprovider.hxx
@@ -24,6 +24,9 @@ namespace ftp {
const rtl::OUString& username,
const rtl::OUString& password,
const rtl::OUString& account) = 0;
+
+ protected:
+ ~FTPHandleProvider() {}
};