diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-04 10:20:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-04 11:05:28 +0200 |
commit | 8237a77245227e434ce8a988aa164a67850281e2 (patch) | |
tree | 426634c530dddda87c99ec2c07e0ab22cdcd54f9 /include | |
parent | 2b24fba09c3eaf5d412aa3c3135dfa403b92c788 (diff) |
loplugin:unusedfields in formula
Change-Id: I5d8fe8869087efda68d040448b2d9e0e7e5611f6
Reviewed-on: https://gerrit.libreoffice.org/39493
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/formdata.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/formula/formdata.hxx b/include/formula/formdata.hxx index 8bd274c8827b..39b7aecdb8dc 100644 --- a/include/formula/formdata.hxx +++ b/include/formula/formdata.hxx @@ -59,7 +59,6 @@ protected: FormEditData( const FormEditData& ); FormEditData& operator=( const FormEditData& r ); - FormEditData* pParent; // for nesting private: sal_uInt16 nMode; // enum ScFormulaDlgMode sal_Int32 nFStart; |