loplugin:useuniqueptr in SwGrfExtPage
Change-Id: Ic71cf09b6a443f6918b074010fe53ea0843bf246 Reviewed-on: https://gerrit.libreoffice.org/58238 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
@@ -110,6 +110,12 @@ public:
|
||||
// SfxObjectShell::pMedium
|
||||
if (fn == SRCDIR "/sfx2/source/doc/objxtor.cxx")
|
||||
return;
|
||||
// various
|
||||
if (fn == SRCDIR "/sw/source/filter/ww8/wrtww8.cxx")
|
||||
return;
|
||||
// WW8TabBandDesc
|
||||
if (fn == SRCDIR "/sw/source/filter/ww8/ww8par2.cxx")
|
||||
return;
|
||||
|
||||
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl());
|
||||
}
|
||||
|
Reference in New Issue
Block a user