From e5cf818c887fdd0ab43b5434d39cd9d3fde997e6 Mon Sep 17 00:00:00 2001 From: Noel Date: Tue, 22 Dec 2020 08:51:26 +0200 Subject: 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 --- include/sot/storage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sot/storage.hxx') 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; -- cgit