diff options
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 9957b05225fd..4a93f21ed381 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -141,7 +141,7 @@ class ScColumn // Cell values. sc::CellStoreType maCells; - ScAttrArray* pAttrArray; + std::unique_ptr<ScAttrArray> pAttrArray; size_t mnBlkCountFormula; |