From a55e5389a84542768568acc7fd69af20e3fe0745 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 20 Jan 2017 11:39:51 +0200 Subject: this field should be std::unique_ptr to sal_uInt8[], not sal_uInt8 Change-Id: Ia4ca8693e7c89a23ccbf2e71261c072dd6f8affa --- sot/source/sdstor/stgcache.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot/source') diff --git a/sot/source/sdstor/stgcache.hxx b/sot/source/sdstor/stgcache.hxx index 59649023cc0c..14942e35a760 100644 --- a/sot/source/sdstor/stgcache.hxx +++ b/sot/source/sdstor/stgcache.hxx @@ -96,7 +96,7 @@ public: class StgPage : public salhelper::SimpleReferenceObject { const sal_Int32 mnPage; // page index - std::unique_ptr + std::unique_ptr mpData; // nSize bytes short mnSize; // size of this page StgPage( short nData, sal_Int32 nPage ); -- cgit