| commit | d0487363753960faccb8ba464414e18786dcd915 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Mon Feb 24 14:33:18 2020 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Tue Feb 25 09:51:23 2020 +0100 |
| tree | a83b3cc49ff533d7d75ebe3d8aa4bee784078d85 | |
| 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>
diff --git a/sd/source/ui/inc/sdxfer.hxx b/sd/source/ui/inc/sdxfer.hxx index bebbcd2..0e40bd06 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: