# -*- Mode: Diff -*- --- a/src/libcmis/oauth2-providers.cxx +++ b/src/libcmis/oauth2-providers.cxx @@ -34,6 +34,10 @@ using namespace std; +#if LIBXML_VERSION < 20621 +#define HTML_PARSE_RECOVER 0 +#endif + string OAuth2Providers::OAuth2Gdrive( HttpSession* session, const string& authUrl, const string& username, const string& password ) { -data/cgit.png' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)Author
2022-07-07elide some string copiesNoel Grandin
2022-06-02Use more appropriate index variable typesStephan Bergmann
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-19Simplify an "ImportGraphic" method by removing useless pExtHeader (WmfExternal)Julien Nabet
2022-05-06remove unnecessary sequenceToContainerNoel Grandin
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-05tdf#145312: xmlsecurity_pdfsigning: Add unittestXisco Fauli
2022-05-03Just use Any ctor instead of makeAny in xmlsecurityStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-29xmlsecurity: fix testInsertCertificate_PEM_ODT with "dbm:" NSS DBMichael Stahl
2022-04-29xmlsecurity: fix init of temp NSS DB when running with uid 0Michael Stahl
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-28Fix system-nss: add hasht.h header backThorsten Behrens
2022-04-20loplugin:passstuffbyref