loplugin:useuniqueptr in GridWindow
Change-Id: I9fd6d8ac159994c894739afbb3dccb72576dccfb Reviewed-on: https://gerrit.libreoffice.org/54844 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
@@ -56,6 +56,9 @@ public:
|
||||
// can't use std::set<std::unique_ptr<>> until C++14
|
||||
if (fn == SRCDIR "/editeng/source/misc/svxacorr.cxx")
|
||||
return;
|
||||
// horrible horrible spawn of evil ownership and deletion here
|
||||
if (fn == SRCDIR "/sfx2/source/view/ipclient.cxx")
|
||||
return;
|
||||
|
||||
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl());
|
||||
}
|
||||
|
Reference in New Issue
Block a user