include/sot/storage.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e5cf818c887fdd0ab43b5434d39cd9d3fde997e6
Author:     Noel <noel.gran...@collabora.co.uk>
AuthorDate: Tue Dec 22 08:51:26 2020 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Tue Dec 22 10:13:42 2020 +0100

    SotStorageStream does not need to extend SotObject
    
    Change-Id: I7651d2f806334297fc3f1874fd2f4ba9cd224046
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108137
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx
index 3a07333565ea..33d71d81a12e 100644
--- a/include/sot/storage.hxx
+++ b/include/sot/storage.hxx
@@ -35,7 +35,7 @@ enum class SotClipboardFormatId : sal_uInt32;
 
 class BaseStorageStream;
 
-class SOT_DLLPUBLIC SotTempStream final : virtual public SotObject, public 
SvStream
+class SOT_DLLPUBLIC SotTempStream final : virtual public SvRefBase, public 
SvStream
 {
 friend class SotStorage;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to