connectivity/source/drivers/macab/MacabRecords.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c7d1e00d1e367de088259d45e12cb48432b23ac3 Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Sep 22 17:22:36 2025 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Mon Sep 22 20:25:24 2025 +0200 loplugin:external Change-Id: I15c91df5990a4c998fff09be720c9ede7949603a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191358 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/connectivity/source/drivers/macab/MacabRecords.cxx b/connectivity/source/drivers/macab/MacabRecords.cxx index 046427ab5879..b1fe5716487f 100644 --- a/connectivity/source/drivers/macab/MacabRecords.cxx +++ b/connectivity/source/drivers/macab/MacabRecords.cxx @@ -321,7 +321,7 @@ void MacabRecords::bootstrap_requiredProperties() kABAddressProperty, kABPhoneProperty, kABEmailProperty}; } -bool shouldSkipProperty(CFStringRef propertyName) +static bool shouldSkipProperty(CFStringRef propertyName) { /* Skip Note property to help prevent the following exception: *
