diff options
Diffstat (limited to 'vcl/osx/DragSource.cxx')
-rw-r--r-- | vcl/osx/DragSource.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/osx/DragSource.cxx b/vcl/osx/DragSource.cxx index 6fa4b9d12f4d..11ba53d9ee6c 100644 --- a/vcl/osx/DragSource.cxx +++ b/vcl/osx/DragSource.cxx @@ -54,12 +54,12 @@ NSView* DragSource::g_DragSourceView = nil; bool DragSource::g_DropSuccessSet = false; bool DragSource::g_DropSuccess = false; -OUString dragSource_getImplementationName() +static OUString dragSource_getImplementationName() { return OUString("com.sun.star.comp.datatransfer.dnd.OleDragSource_V1"); } -Sequence<OUString> dragSource_getSupportedServiceNames() +static Sequence<OUString> dragSource_getSupportedServiceNames() { return { OUString("com.sun.star.datatransfer.dnd.OleDragSource") }; } |