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.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/osx/DragSource.cxx b/vcl/osx/DragSource.cxx
index 30818cfe4eb6..d2ce6d103975 100644
--- a/vcl/osx/DragSource.cxx
+++ b/vcl/osx/DragSource.cxx
@@ -23,7 +23,6 @@
#include "rtl/ustring.hxx"
-#include "comphelper/makesequence.hxx"
#include <cppuhelper/supportsservice.hxx>
#include "DragSource.hxx"
@@ -62,7 +61,7 @@ OUString dragSource_getImplementationName()
Sequence<OUString> dragSource_getSupportedServiceNames()
{
- return makeSequence(OUString("com.sun.star.datatransfer.dnd.OleDragSource"));
+ return { OUString("com.sun.star.datatransfer.dnd.OleDragSource") };
}
@implementation DragSourceHelper;