summaryrefslogtreecommitdiff
path: root/vcl/osx/DropTarget.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-10-20 14:43:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-10-21 10:45:50 +0200
commit1e9245e4cdf975e9b087ffb120cf23ee2ca7a23d (patch)
treef79d024150b779e8642b968433e18f3ed54f0dd4 /vcl/osx/DropTarget.cxx
parent21ba68ae7991ee0f6546d765dcad2c84cd05a375 (diff)
loplugin:redundantinline
Change-Id: I5fb1c6ba516e2853b1826e20c6c21cccc1fe98fa Reviewed-on: https://gerrit.libreoffice.org/62074 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/osx/DropTarget.cxx')
-rw-r--r--vcl/osx/DropTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/DropTarget.cxx b/vcl/osx/DropTarget.cxx
index 4ab4f9ac6eca..3c6ea81f386c 100644
--- a/vcl/osx/DropTarget.cxx
+++ b/vcl/osx/DropTarget.cxx
@@ -60,7 +60,7 @@ namespace /* private */
// coordinate system upper-left hence we need to transform
// coordinates
- inline void CocoaToVCL(NSPoint& rPoint, const NSRect& bounds)
+ void CocoaToVCL(NSPoint& rPoint, const NSRect& bounds)
{
rPoint.y = bounds.size.height - rPoint.y;
}