vcl/osx/a11ywrapper.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9e1ada2c6b85e9c6413084840939ca835ec84964 Author: Stephan Bergmann <[email protected]> AuthorDate: Thu May 30 09:26:57 2024 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Fri May 31 08:01:03 2024 +0200 loplugin:fakebool Change-Id: Ifbb27bf3486a88621f5ca125845e603f9e3925a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168245 Reviewed-by: Stephan Bergmann <[email protected]> Tested-by: Jenkins diff --git a/vcl/osx/a11ywrapper.mm b/vcl/osx/a11ywrapper.mm index cdfb8979f9ac..292fb6dcc6d1 100644 --- a/vcl/osx/a11ywrapper.mm +++ b/vcl/osx/a11ywrapper.mm @@ -749,7 +749,7 @@ static std::ostream &operator<<(std::ostream &s, NSObject *obj) { if ( isPopupMenuOpen ) { return NO; } - BOOL ignored = false; + bool ignored = false; try { sal_Int16 nRole = [ self accessibleContext ] -> getAccessibleRole(); switch ( nRole ) {
