summaryrefslogtreecommitdiff
path: root/vcl/osx/DropTarget.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-11 08:41:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-11 08:41:14 +0200
commit3a298c37c451d2b6c259dae2c8efb35a3513562c (patch)
tree47f21cbd2fc4e6a16f9dcbcad5b572a16bb21d98 /vcl/osx/DropTarget.cxx
parent14a55c42b62950e664f6171c4bdb1ba46888a176 (diff)
loplugin:staticmethods
Change-Id: If28afc6a2936b150e6659ed84c5ecac9f4c54edc
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 13190ff1ed86..2b90bd52f709 100644
--- a/vcl/osx/DropTarget.cxx
+++ b/vcl/osx/DropTarget.cxx
@@ -369,7 +369,7 @@ void SAL_CALL DropTarget::initialize(const Sequence< Any >& aArguments)
mDropTargetHelper = [[DropTargetHelper alloc] initWithDropTarget: this];
[(id <DraggingDestinationHandler>)mView registerDraggingDestinationHandler:mDropTargetHelper];
- [mView registerForDraggedTypes: mDataFlavorMapper->getAllSupportedPboardTypes()];
+ [mView registerForDraggedTypes: DataFlavorMapper::getAllSupportedPboardTypes()];
id wnd = [mView window];
NSWindow* parentWnd = [wnd parentWindow];