loplugin:useuniqueptr in SwHTMLWriter
Change-Id: I4802e6502addce96bff4831598e852e4fe673af4 Reviewed-on: https://gerrit.libreoffice.org/57521 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
@@ -79,6 +79,9 @@ public:
|
||||
// SwLineLayout::m_pNext
|
||||
if (fn == SRCDIR "/sw/source/core/text/porlay.cxx")
|
||||
return;
|
||||
// ODatabaseExport::m_aDestColumns
|
||||
if (fn == SRCDIR "/dbaccess/source/ui/misc/DExport.cxx")
|
||||
return;
|
||||
|
||||
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl());
|
||||
}
|
||||
|
Reference in New Issue
Block a user