summaryrefslogtreecommitdiff
path: root/sc/inc/fillinfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/fillinfo.hxx')
-rw-r--r--sc/inc/fillinfo.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/fillinfo.hxx b/sc/inc/fillinfo.hxx
index d8a9a0430d33..53de02b0eca5 100644
--- a/sc/inc/fillinfo.hxx
+++ b/sc/inc/fillinfo.hxx
@@ -191,7 +191,8 @@ struct RowInfo
struct ScTableInfo
{
svx::frame::Array maArray;
- RowInfo* mpRowInfo;
+ std::unique_ptr<RowInfo[]>
+ mpRowInfo;
SCSIZE mnArrCount;
SCSIZE mnArrCapacity;
bool mbPageMode;