loplugin:useuniqueptr in ScSimpleEditSourceHelper

Change-Id: Iebe62753d9e6f83f985e4c55fb938d5861613898
Reviewed-on: https://gerrit.libreoffice.org/56903
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2018-07-03 09:36:24 +02:00
parent 2ddddc46fd
commit 38733c7daa
3 changed files with 14 additions and 11 deletions

View File

@@ -68,6 +68,9 @@ public:
// SwRedlineData::pNext and pExtraData have complex handling
if (fn == SRCDIR "/sw/source/core/doc/docredln.cxx")
return;
// ScTempDocSource::pTempDoc
if (fn == SRCDIR "/sc/source/ui/unoobj/funcuno.cxx")
return;
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl());
}