summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2020-12-22 08:51:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-22 10:13:42 +0100
commite5cf818c887fdd0ab43b5434d39cd9d3fde997e6 (patch)
tree90f1d99bf67eca8f89fdf3c95f8a1cdc0bb0f536 /include/sot
parentbb13511bf8638b4fde84bcdce96f82540761ff5e (diff)
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@collabora.co.uk>
Diffstat (limited to 'include/sot')
-rw-r--r--include/sot/storage.hxx2
1 files changed, 1 insertions, 1 deletions
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;