summaryrefslogtreecommitdiff
path: root/vcl/osx/DragSource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/DragSource.cxx')
-rw-r--r--vcl/osx/DragSource.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/DragSource.cxx b/vcl/osx/DragSource.cxx
index 6203152829eb..331a262dbc91 100644
--- a/vcl/osx/DragSource.cxx
+++ b/vcl/osx/DragSource.cxx
@@ -56,7 +56,7 @@ bool DragSource::g_DropSuccess = false;
static OUString dragSource_getImplementationName()
{
- return OUString("com.sun.star.comp.datatransfer.dnd.OleDragSource_V1");
+ return "com.sun.star.comp.datatransfer.dnd.OleDragSource_V1";
}
static Sequence<OUString> dragSource_getSupportedServiceNames()