diff options
Diffstat (limited to 'sd/source/ui/inc/sdxfer.hxx')
-rw-r--r-- | sd/source/ui/inc/sdxfer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/sdxfer.hxx b/sd/source/ui/inc/sdxfer.hxx index 76a636999fd0..ba00241534b5 100644 --- a/sd/source/ui/inc/sdxfer.hxx +++ b/sd/source/ui/inc/sdxfer.hxx @@ -42,7 +42,7 @@ class SdTransferable : public TransferableHelper, public SfxListener public: SdTransferable( SdDrawDocument* pSrcDoc, ::sd::View* pWorkView, bool bInitOnGetData ); - virtual ~SdTransferable(); + virtual ~SdTransferable() override; void SetDocShell( const SfxObjectShellRef& rRef ) { maDocShellRef = rRef; } const SfxObjectShellRef& GetDocShell() const { return maDocShellRef; } |