diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-08-22 10:19:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-08-22 16:11:23 +0200 |
commit | 361c645b6029f98f2c7e8ef51b6f098050c33dd0 (patch) | |
tree | 7765c41ac7e898d2570233fd76d14c4c66a74a68 /sd | |
parent | b30872826442ba1058d793dbef1533eda55fdfbf (diff) |
only need to call ReleaseMouse once, the 2nd one is a no-op
Change-Id: I7892a6956feef84e23b11a47199961052faf589a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138677
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/futext.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx index 725bf96e1fce..7e2551ef8a9f 100644 --- a/sd/source/ui/func/futext.cxx +++ b/sd/source/ui/func/futext.cxx @@ -369,7 +369,6 @@ bool FuText::MouseButtonDown(const MouseEvent& rMEvt) SfxStringItem aReferer(SID_REFERER, mpDocSh->GetMedium()->GetName()); SfxBoolItem aBrowseItem( SID_BROWSE, true ); SfxViewFrame* pFrame = mpViewShell->GetViewFrame(); - mpWindow->ReleaseMouse(); if (rMEvt.IsMod1()) { |