summaryrefslogtreecommitdiff
path: root/sc/inc/rechead.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/rechead.hxx')
-rw-r--r--sc/inc/rechead.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/rechead.hxx b/sc/inc/rechead.hxx
index 950620276fae..c6839e750b80 100644
--- a/sc/inc/rechead.hxx
+++ b/sc/inc/rechead.hxx
@@ -53,7 +53,8 @@ private:
SvStream& rStream;
std::unique_ptr<sal_uInt8[]>
pBuf;
- SvMemoryStream* pMemStream;
+ std::unique_ptr<SvMemoryStream>
+ pMemStream;
sal_uLong nEndPos;
sal_uLong nEntryEnd;
sal_uLong nTotalEnd;