diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-11-15 16:46:24 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-11-15 19:29:54 +0100 |
commit | 72bc1fad399f78c48b186dee8759e12654cdf5d5 (patch) | |
tree | dd11834938445223a69c62986987b00be8228c37 /vcl/osx/DragSource.cxx | |
parent | 565bcfbdcbebc68c07eee9a30e0f82b0fdf7e846 (diff) |
loplugin:fakebool and loplugin:consttobool (macOS)
Change-Id: I42d6546a9a400d8edb9ecef82614c6c88d4e6e83
Reviewed-on: https://gerrit.libreoffice.org/82806
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/osx/DragSource.cxx')
-rw-r--r-- | vcl/osx/DragSource.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/DragSource.cxx b/vcl/osx/DragSource.cxx index 331a262dbc91..bfe990d73c8f 100644 --- a/vcl/osx/DragSource.cxx +++ b/vcl/osx/DragSource.cxx @@ -268,7 +268,7 @@ void SAL_CALL DragSource::startDrag(const DragGestureEvent& trigger, event: mLastMouseEventBeforeStartDrag pasteboard: clipb->getPasteboard() source: mDragSourceHelper - slideBack: 1]; + slideBack: true]; SAL_WNODEPRECATED_DECLARATIONS_POP [dragImage release]; |