[Libreoffice-commits] core.git: vcl/win
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Mon Dec 14 22:09:24 UTC 2020
vcl/win/app/saltimer.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c8f61430b5760c7baabebff9c3159092975d4a88
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Dec 14 22:30:13 2020 +0100
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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;
More information about the Libreoffice-commits
mailing list