vcl/win/app/saltimer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7dddd0ebcbfee6d78b6260e71901f651de874746
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Dec 14 22:30:13 2020 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Tue Jun 7 08:35:47 2022 +0200

    Reuse pInst
    
    Change-Id: I91e5a469344ab951225e61237b462ed58ed796be
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107733
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>
    (cherry picked from commit c8f61430b5760c7baabebff9c3159092975d4a88)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135313
    Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>

diff --git a/vcl/win/app/saltimer.cxx b/vcl/win/app/saltimer.cxx
index 3aa919ec41b5..d3101d3df527 100644
--- a/vcl/win/app/saltimer.cxx
+++ b/vcl/win/app/saltimer.cxx
@@ -45,7 +45,7 @@ void WinSalTimer::ImplStop()
     if ( m_bSetTimerRunning )
     {
         m_bSetTimerRunning = false;
-        KillTimer( GetSalData()->mpInstance->mhComWnd, m_aWmTimerId );
+        KillTimer( pInst->mhComWnd, m_aWmTimerId );
     }
     m_bDirectTimeout = false;
 

Reply via email to