loplugin:useuniqueptr in XclObj
Change-Id: I2995dfe5fb39ae2e7f3c37992cb3e2147381784e Reviewed-on: https://gerrit.libreoffice.org/57753 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
@@ -88,6 +88,10 @@ public:
|
||||
// SwHTMLParser::m_pPendStack
|
||||
if (fn == SRCDIR "/sw/source/filter/html/htmlcss1.cxx")
|
||||
return;
|
||||
// Visual Studio 2017 has trouble with these
|
||||
if (fn == SRCDIR "/comphelper/source/property/MasterPropertySet.cxx"
|
||||
|| fn == SRCDIR "/comphelper/source/property/MasterPropertySetInfo.cxx")
|
||||
return;
|
||||
|
||||
|
||||
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl());
|
||||
|
Reference in New Issue
Block a user