[Libreoffice-commits] core.git: sd/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Feb 25 08:51:58 UTC 2020
sd/source/ui/inc/sdxfer.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d0487363753960faccb8ba464414e18786dcd915
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Feb 24 14:33:18 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Feb 25 09:51:23 2020 +0100
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 at redhat.com>
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:
More information about the Libreoffice-commits
mailing list