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

New commits:
commit 9cc91e17172709c65742c092d3f312bce48ac6d9
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Jan 9 15:48:27 2023 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon Jan 9 18:54:13 2023 +0000

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

diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm
index c5136b9359bc..4833af8fda9e 100644
--- a/vcl/osx/salframeview.mm
+++ b/vcl/osx/salframeview.mm
@@ -323,7 +323,7 @@ static AquaSalFrame* getMouseContainerFrame()
         mpFrame->UpdateFrameGeometry();
         mpFrame->CallCallback( SalEvent::Resize, nullptr );
 
-        BOOL bInLiveResize = [self inLiveResize];
+        bool bInLiveResize = [self inLiveResize];
         if ( bInLiveResize || mbInLiveResize )
         {
             mbInLiveResize = bInLiveResize;

Reply via email to