diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-08 14:52:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-08 19:28:19 +0200 |
commit | 8dc6c96a8036f80c3ba016ea347ce2f83daa9726 (patch) | |
tree | 0e53fb33114b21b5f1942fee3b727efea79bb65d /formula | |
parent | 9212fadc4d421148e1a3f8b668d82a93f65cc2c3 (diff) |
loplugin:simplifyconstruct in filter..framework
Change-Id: Ida4307a92dfb1dbd14da5a30b6ee1f0fd6a9455e
Reviewed-on: https://gerrit.libreoffice.org/60194
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/api/token.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/formula/source/core/api/token.cxx b/formula/source/core/api/token.cxx index d66204590e67..43c152ee7161 100644 --- a/formula/source/core/api/token.cxx +++ b/formula/source/core/api/token.cxx @@ -557,7 +557,6 @@ bool FormulaTokenArray::HasOpCodes(const unordered_opcode_set& rOpCodes) const } FormulaTokenArray::FormulaTokenArray() : - pCode(nullptr), pRPN(nullptr), nLen(0), nRPN(0), |