summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/dtrans/DropTarget.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/aqua/source/dtrans/DropTarget.cxx')
-rw-r--r--vcl/aqua/source/dtrans/DropTarget.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/aqua/source/dtrans/DropTarget.cxx b/vcl/aqua/source/dtrans/DropTarget.cxx
index 1b4751877c7c..1eeebc520186 100644
--- a/vcl/aqua/source/dtrans/DropTarget.cxx
+++ b/vcl/aqua/source/dtrans/DropTarget.cxx
@@ -56,13 +56,13 @@ using ::rtl::OUString;
OUString dropTarget_getImplementationName()
{
- return OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.datatransfer.dnd.OleDropTarget_V1"));
+ return OUString("com.sun.star.comp.datatransfer.dnd.OleDropTarget_V1");
}
Sequence<OUString> dropTarget_getSupportedServiceNames()
{
- return makeSequence(OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.datatransfer.dnd.OleDropTarget")));
+ return makeSequence(OUString("com.sun.star.datatransfer.dnd.OleDropTarget"));
}
@@ -385,7 +385,7 @@ void DropTarget::concludeDragOperation(id /*sender*/)
{
if (aArguments.getLength() < 2)
{
- throw RuntimeException(OUString(RTL_CONSTASCII_USTRINGPARAM("DropTarget::initialize: Cannot install window event handler")),
+ throw RuntimeException(OUString("DropTarget::initialize: Cannot install window event handler"),
static_cast<OWeakObject*>(this));
}