diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-11 17:26:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-12 10:16:22 +0200 |
commit | 361c46fdcc18840f673bd65224d1542ea570d73d (patch) | |
tree | 70aa286625eabdec2d47c1351d3c1be366b604e5 /compilerplugins/clang | |
parent | df37937018fe8e87dad5dd97689632044ba56de3 (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r-- | compilerplugins/clang/badstatics.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() |