From 361c46fdcc18840f673bd65224d1542ea570d73d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 11 Aug 2020 17:26:26 +0200 Subject: use unique_ptr for ScGlobal::pFieldEditEngine Change-Id: Ic9894f9fb77ee270a3c09c0a3b5a008331016295 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100562 Tested-by: Jenkins Reviewed-by: Noel Grandin --- compilerplugins/clang/badstatics.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilerplugins/clang') diff --git a/compilerplugins/clang/badstatics.cxx b/compilerplugins/clang/badstatics.cxx index e50a8df3ccda..3f4d6cddecd3 100644 --- a/compilerplugins/clang/badstatics.cxx +++ b/compilerplugins/clang/badstatics.cxx @@ -176,7 +176,7 @@ public: || name == "g_pSpellIter" // SwEditShell::SpellEnd() || name == "g_pConvIter" // SwEditShell::SpellEnd() || name == "g_pHyphIter" // SwEditShell::HyphEnd() - || name == "pFieldEditEngine" // ScGlobal::Clear() + || name == "xFieldEditEngine" // ScGlobal::Clear() || name == "xDrawClipDocShellRef" // ScGlobal::Clear() || name == "s_ImageTree" // ImageTree::get(), ImageTree::shutDown() -- cgit