From abe39f7781f59b96c5a8d3dd5b41c60fdf04ad84 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 6 Mar 2020 14:40:40 +0200 Subject: improve loplugin:unusedfields noticed something that wasn't being picked up, wrote some tests, and found an unhandled case in Plugin::getParentFunctionDecl Change-Id: I52b4ea273be6614e197392dfc4d6053bbc1704de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90141 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/editutil.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc/editutil.hxx') diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx index 101d5740ca73..f1da9fe2784b 100644 --- a/sc/inc/editutil.hxx +++ b/sc/inc/editutil.hxx @@ -87,7 +87,6 @@ public: class ScEditAttrTester { - ScEditEngineDefaulter* pEngine; std::unique_ptr pEditAttrs; bool bNeedsObject; bool bNeedsCellAttr; -- cgit