vcl/osx/salnsmenu.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fda653f6e1e7a7e3c0db037cb2d0046a1790e641 Author: Stephan Bergmann <[email protected]> AuthorDate: Fri Feb 23 15:49:06 2024 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Fri Feb 23 17:34:02 2024 +0100 loplugin:fakebool Change-Id: I7c33373dab95431b2b9df4565314d64a414375aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163850 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/vcl/osx/salnsmenu.mm b/vcl/osx/salnsmenu.mm index 31627a35ea87..516101f8f79d 100644 --- a/vcl/osx/salnsmenu.mm +++ b/vcl/osx/salnsmenu.mm @@ -321,7 +321,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP - (BOOL)performKeyEquivalent:(NSEvent*)pEvent { - BOOL bRet = [super performKeyEquivalent: pEvent]; + bool bRet = [super performKeyEquivalent: pEvent]; // tdf#126638 dispatch key shortcut events to modal windows // Some modal windows, such as the native Open and Save dialogs,
