[Libreoffice-commits] core.git: include/sot
Noel (via logerrit)
logerrit at kemper.freedesktop.org
Tue Dec 22 09:14:25 UTC 2020
include/sot/storage.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e5cf818c887fdd0ab43b5434d39cd9d3fde997e6
Author: Noel <noel.grandin at collabora.co.uk>
AuthorDate: Tue Dec 22 08:51:26 2020 +0200
Commit: Noel Grandin <noel.grandin at 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.grandin at 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;
More information about the Libreoffice-commits
mailing list