summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftploaderthread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftploaderthread.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftploaderthread.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftploaderthread.hxx b/ucb/source/ucp/ftp/ftploaderthread.hxx
index f955ca9c866c..0919c9b23b06 100644
--- a/ucb/source/ucp/ftp/ftploaderthread.hxx
+++ b/ucb/source/ucp/ftp/ftploaderthread.hxx
@@ -47,8 +47,8 @@ namespace ftp {
private:
- FTPLoaderThread(const FTPLoaderThread&) SAL_DELETED_FUNCTION;
- FTPLoaderThread& operator=(const FTPLoaderThread&) SAL_DELETED_FUNCTION;
+ FTPLoaderThread(const FTPLoaderThread&) = delete;
+ FTPLoaderThread& operator=(const FTPLoaderThread&) = delete;
oslThreadKey m_threadKey;