vcl/osx/salframeview.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 88ebc324a51f16df0248d6a0d53d2169b1995dda
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Jan 3 08:23:26 2023 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Jan 3 08:14:47 2023 +0000

    loplugin:fakebool
    
    Change-Id: I0d03e29e6290a0e7945b80538efa6b0467d37fad
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144981
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm
index de996654bc1d..5a28f647c451 100644
--- a/vcl/osx/salframeview.mm
+++ b/vcl/osx/salframeview.mm
@@ -1843,7 +1843,7 @@ static AquaSalFrame* getMouseContainerFrame()
     // the returned position won't be anywhere near the text cursor. So,
     // dispatch an empty SalEvent::ExtTextInput event, fetch the position,
     // and then dispatch a SalEvent::EndExtTextInput event.
-    BOOL bNeedsExtTextInput = ( mbInKeyInput && !mpLastMarkedText && 
mpLastEvent && [mpLastEvent type] == NSEventTypeKeyDown && [mpLastEvent 
isARepeat] );
+    bool bNeedsExtTextInput = ( mbInKeyInput && !mpLastMarkedText && 
mpLastEvent && [mpLastEvent type] == NSEventTypeKeyDown && [mpLastEvent 
isARepeat] );
     if ( bNeedsExtTextInput )
     {
         SalExtTextInputEvent aInputEvent;

Reply via email to