[Libreoffice-commits] core.git: compilerplugins/clang
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Apr 21 06:57:00 UTC 2019
compilerplugins/clang/badstatics.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit efd0aebec9fdae363b0fac0e7d6fd498c62895aa
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:05:39 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 21 08:56:02 2019 +0200
Fix typo
Change-Id: Iaaea14851bb935e4ddfc4e6573356a2314ecd866
Reviewed-on: https://gerrit.libreoffice.org/71029
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/compilerplugins/clang/badstatics.cxx b/compilerplugins/clang/badstatics.cxx
index 16e304981669..814a120de8ef 100644
--- a/compilerplugins/clang/badstatics.cxx
+++ b/compilerplugins/clang/badstatics.cxx
@@ -160,7 +160,7 @@ public:
{
auto const name(pVarDecl->getName());
if ( name == "g_pI18NStatusInstance" // I18NStatus::free()
- || name == "s_pPreviousView" // not a owning pointer
+ || name == "s_pPreviousView" // not an owning pointer
|| name == "s_pDefCollapsed" // SvImpLBox::~SvImpLBox()
|| name == "s_pDefExpanded" // SvImpLBox::~SvImpLBox()
|| name == "g_pDDSource" // SvTreeListBox::dispose()
More information about the Libreoffice-commits
mailing list