sd/source/ui/inc/sdxfer.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d0487363753960faccb8ba464414e18786dcd915
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Feb 24 14:33:18 2020 +0000
Commit:     Caolán McNamara <caol...@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 <caol...@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:
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to