summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/cancellablejob.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/docnode/cancellablejob.hxx')
-rw-r--r--sw/source/core/docnode/cancellablejob.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/docnode/cancellablejob.hxx b/sw/source/core/docnode/cancellablejob.hxx
index a947f4e900f1..8796fd4d8941 100644
--- a/sw/source/core/docnode/cancellablejob.hxx
+++ b/sw/source/core/docnode/cancellablejob.hxx
@@ -38,8 +38,8 @@ public:
virtual void SAL_CALL cancel() throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- CancellableJob( CancellableJob& ); // not defined
- void operator =( CancellableJob& ); // not defined
+ CancellableJob( CancellableJob& ) SAL_DELETED_FUNCTION;
+ void operator =( CancellableJob& ) SAL_DELETED_FUNCTION;
::rtl::Reference< ObservableThread > mrThread;
};