summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-09 19:42:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-10 08:48:08 +0200
commita6a5064c371017676f606a7a2823214146003572 (patch)
tree6b0f71af7a1fc636f113b87d2a11b6eb01e5bb5c /sc/source/core/data/column.cxx
parentefe119aaa50e9f532b3fac1ef153469c80f24b80 (diff)
loplugin:simplifyconstruct in sc
Change-Id: I1f67cef740eb946fea9097e6f62085d25b1e891b Reviewed-on: https://gerrit.libreoffice.org/60225 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/core/data/column.cxx')
-rw-r--r--sc/source/core/data/column.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 5b24a30d08b0..a63cc1193254 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -89,7 +89,6 @@ ScColumn::ScColumn() :
maBroadcasters(MAXROWCOUNT),
maCellsEvent(this),
maCells(maCellsEvent),
- pAttrArray( nullptr ),
mnBlkCountFormula(0),
nCol( 0 ),
nTab( 0 )