# -*- 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 ) { href='/cgit/'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/uui
AgeCommit message (Expand)Author
2017-04-20loplugin:unusedmethodsNoel Grandin
2017-04-13Removed duplicated includesAndrea Gelmini
2017-04-12can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: uuiStephan Bergmann
2017-04-03use actual UNO enums in test..vbahelperNoel Grandin
2017-03-20remove unused defines from HRC files in misc(2)Noel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin
2017-02-08replace localresource of strings and keys with StringArrayCaolán McNamara
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl
2017-02-07revert unready stuffCaolán McNamara
2017-02-07interim convert to ResArrayCaolán McNamara
2017-02-07there is no cnt (chaos) resource file anymoreCaolán McNamara
2017-02-07replace calculation to get RID_SVXERRCODE with RID_SVXERRCODECaolán McNamara
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin
2017-01-31tdf#105566 Show InfoBar when signature is invalidSamuel Mehrbrodt
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, uuiStephan Bergmann
2017-01-19new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin
2017-01-19tweak to avoid coverity#1371169 Missing move assignment operatorCaolán McNamara
2016-12-06OSL_TRACE->SAL in unotools..uuiNoel Grandin
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-11-25convert LF constants to o3tl::typed_flagsNoel Grandin
2016-11-21add missing deps on ui filesDavid Tardon
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud
2016-11-18includes should be at the top of the fileNoel Grandin
2016-11-15Fix typosSamuel Mehrbrodt
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann
2016-11-10'make screenshot' loplugin fixesStephan Bergmann
2016-11-09uui: fix use-after-free on password dialogMichael Stahl
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-19loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin
2016-10-15clang-cl loplugin: uuiStephan Bergmann
2016-10-13tdf#74608: Ctor function for css.comp.uui.UUIInteractionRequestStringResolverMatúš Kukan