diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-03 15:17:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-04 10:29:48 +0200 |
commit | 3259c1058913887f51af456918927a50d139d70d (patch) | |
tree | cb4a9fb563a6bb9c525800d4f426873f88935ac5 /include/vcl | |
parent | 59c15729bdd6b3fb15f66ad9f3cb96292fd0eba9 (diff) |
add nullchecking SelectionEngine::CaptureMouse
Change-Id: Ie8594c8fe2a9e2d84121f3a6a1ee8afab265b14f
Reviewed-on: https://gerrit.libreoffice.org/70216
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/seleng.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/seleng.hxx b/include/vcl/seleng.hxx index 800e767c7cba..472226fbb661 100644 --- a/include/vcl/seleng.hxx +++ b/include/vcl/seleng.hxx @@ -104,6 +104,7 @@ public: //context menu via "Command" which is delivered after //mouse down but before mouse up, then use this void ReleaseMouse(); + void CaptureMouse(); // Keyboard void CursorPosChanging( bool bShift, bool bMod1 ); |