diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-24 14:33:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-25 09:51:23 +0100 |
commit | d0487363753960faccb8ba464414e18786dcd915 (patch) | |
tree | a83b3cc49ff533d7d75ebe3d8aa4bee784078d85 /sd | |
parent | 3810f28d784ff71d4c6d68557e70bd80c1d1d99c (diff) |
inherit SdTransferable from TransferDataContainer instead of TransferableHelper
Change-Id: I0c3628e5e280e8060f0e6890902253ad455d6293
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89363
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-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 bebbcd2c7c11..0e40bd0618b2 100644 --- a/sd/source/ui/inc/sdxfer.hxx +++ b/sd/source/ui/inc/sdxfer.hxx @@ -37,7 +37,7 @@ class DrawDocShell; class View; } -class SAL_DLLPUBLIC_RTTI SdTransferable : public TransferableHelper, public SfxListener +class SAL_DLLPUBLIC_RTTI SdTransferable : public TransferDataContainer, public SfxListener { public: |