diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-16 14:03:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-21 08:58:55 +0200 |
commit | f7a011c45b0b88cb3c3ea9206cb851375266523d (patch) | |
tree | 96c3af7c9e8a6b7d30a35b0057fd11aabf0ceec3 /sc/inc/funcdesc.hxx | |
parent | 6e7e4d9f02f286ccb817cb2c1f54a951dcebffad (diff) |
loplugin:unusedfields in sc
Change-Id: I04aee9574b97d6120fe20be97b2c0fb8187fb260
Reviewed-on: https://gerrit.libreoffice.org/54453
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/funcdesc.hxx')
-rw-r--r-- | sc/inc/funcdesc.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/funcdesc.hxx b/sc/inc/funcdesc.hxx index 31ad6b0d10e8..8ff400e3afbf 100644 --- a/sc/inc/funcdesc.hxx +++ b/sc/inc/funcdesc.hxx @@ -249,7 +249,6 @@ public: private: ::std::vector<const ScFuncDesc*> aFunctionList; /**< List of functions */ ::std::vector<const ScFuncDesc*>::iterator aFunctionListIter; /**< position in function list */ - sal_Int32 nMaxFuncNameLen; /**< Length of longest function name */ }; /** |