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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/cancellablejob.hxx b/sw/source/core/docnode/cancellablejob.hxx
index cac64f2f357c..dc37ec1b4f02 100644
--- a/sw/source/core/docnode/cancellablejob.hxx
+++ b/sw/source/core/docnode/cancellablejob.hxx
@@ -32,7 +32,7 @@ class CancellableJob : public ::cppu::WeakImplHelper1<com::sun::star::util::XCan
{
public:
explicit CancellableJob( const ::rtl::Reference< ObservableThread >& rThread );
- ~CancellableJob() {}
+ virtual ~CancellableJob() {}
// ::com::sun::star::util::XCancellable:
virtual void SAL_CALL cancel() throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;