summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-12-14 22:30:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-12-14 23:08:42 +0100
commitc8f61430b5760c7baabebff9c3159092975d4a88 (patch)
tree52388fd15a891f7c182dfbf964bd4915ab059a3f /vcl/win
parent97a809a74c60a38c46280b98bd2ec1c365643391 (diff)
Reuse pInst
Change-Id: I91e5a469344ab951225e61237b462ed58ed796be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107733 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/app/saltimer.cxx2
1 files changed, 1 insertions, 1 deletions
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;