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

New commits:
commit c8f61430b5760c7baabebff9c3159092975d4a88
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Dec 14 22:30:13 2020 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon Dec 14 23:08:42 2020 +0100

    Reuse pInst
    
    Change-Id: I91e5a469344ab951225e61237b462ed58ed796be
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107733
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/vcl/win/app/saltimer.cxx b/vcl/win/app/saltimer.cxx
index 5a4760ad5e11..571988df4d23 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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to