--- misc/icu/source/common/putilimp.h 2012-06-01 10:52:52.000000000 -0400 +++ misc/build/icu/source/common/putilimp.h 2012-08-21 13:32:58.000000000 -0400 @@ -117,6 +117,8 @@ # define U_TIMEZONE __timezone #elif U_PLATFORM_USES_ONLY_WIN32_API # define U_TIMEZONE _timezone +#elif U_PLATFORM == U_PF_BSD && !defined(__NetBSD__) + /* not defined */ #elif U_PLATFORM == U_PF_OS400 /* not defined */ #else --- misc/icu/source/common/unicode/platform.h 2012-08-21 16:53:20.957449000 -0400 +++ misc/build/icu/source/common/unicode/platform.h 2012-08-21 17:02:16.000000000 -0400 @@ -131,7 +131,7 @@ # include #elif defined(linux) || defined(__linux__) || defined(__linux) # define U_PLATFORM U_PF_LINUX -#elif defined(BSD) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) +#elif defined(BSD) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) # define U_PLATFORM U_PF_BSD #elif defined(sun) || defined(__sun) /* Check defined(__SVR4) || defined(__svr4__) to distinguish Solaris from SunOS? */ ro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/certificatechooser.hxx
AgeCommit message (Expand)Author
2024-05-03fix crash in CertificateChooser for GPGMoritz Duge
2024-05-02Drop unused instance variable.Moritz Duge
2024-03-28tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2024-03-05Related: tdf#152524 eliminate UserData struct name collisionPatrick Luby
2024-02-07Don't reuse CertificateChooser instancesPatrick Luby
2023-09-13loplugin:unusedmethodsNoel Grandin
2023-08-26Caching Certificates in the CertificateChooser dialog session-wiseTokieSan
2023-07-20Added searching and filtering features to certificate chooser dialogTokieSan
2021-10-11loplugin:moveparam in xmlsecurityNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2020-11-11tdf#124176 Use #pragma once in xmlsecurityTRaXIn
2020-05-10compact namespace in xmlhelp..xmlsecurityNoel Grandin
2020-04-03loplugin:finalclasses in xmlsecurity..UnoControlsNoel Grandin