rename to remove the gtk3 prefix
Change-Id: I219798ed42aff11d09fd45c26ca1a018c2d22c08 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115239 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
@@ -351,8 +351,7 @@ void UseUniquePtr::CheckDeleteLocalVar(const FunctionDecl* functionDecl, const C
|
||||
if (loplugin::TypeCheck(varDecl->getType()).Pointer().Class("IMapCompat").GlobalNamespace())
|
||||
return;
|
||||
// passing data to gtk API and I can't figure out the types
|
||||
if (fn == SRCDIR "/vcl/unx/gtk3/gtk3gtkdata.cxx"
|
||||
|| fn == SRCDIR "/vcl/unx/gtk/gtkdata.cxx")
|
||||
if (fn == SRCDIR "/vcl/unx/gtk3/gtkdata.cxx")
|
||||
return;
|
||||
// sometimes this stuff is held by tools::SvRef, sometimes by std::unique_ptr...
|
||||
if (fn == SRCDIR "/sot/source/unoolestorage/xolesimplestorage.cxx")
|
||||
|
Reference in New Issue
Block a user