diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-20 19:28:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-21 21:14:36 +0200 |
commit | bafd50ee06d982e19d54fae0f9d8f968a2dedbd4 (patch) | |
tree | 70495da44ba8fa2c1809389f677836cae0aad14f /vcl | |
parent | 4e3196ceedc2b79d58bb57dba86f2f0158d32998 (diff) |
weld DateField Calendar floating window
Change-Id: I8d839a09b787e2b8ac1389633a39a3cd969fb1c9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96816
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/mouse.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/mouse.cxx b/vcl/source/window/mouse.cxx index 5894d88bd94b..a4219c62df28 100644 --- a/vcl/source/window/mouse.cxx +++ b/vcl/source/window/mouse.cxx @@ -439,7 +439,6 @@ void Window::SetMouseTransparent( bool bTransparent ) void Window::CaptureMouse() { - ImplSVData* pSVData = ImplGetSVData(); // possibly stop tracking |