summaryrefslogtreecommitdiff
path: root/vcl/ios/source/dtrans/iOSTransferable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/ios/source/dtrans/iOSTransferable.cxx')
-rw-r--r--vcl/ios/source/dtrans/iOSTransferable.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/ios/source/dtrans/iOSTransferable.cxx b/vcl/ios/source/dtrans/iOSTransferable.cxx
index 1f335403d1ff..2ff71156c01d 100644
--- a/vcl/ios/source/dtrans/iOSTransferable.cxx
+++ b/vcl/ios/source/dtrans/iOSTransferable.cxx
@@ -66,11 +66,11 @@ Any SAL_CALL iOSTransferable::getTransferData( const DataFlavor& aFlavor )
{
if (!isValidFlavor(aFlavor) || !isDataFlavorSupported(aFlavor))
{
- throw UnsupportedFlavorException(OUString(RTL_CONSTASCII_USTRINGPARAM("IosClipboard: Unsupported data flavor")),
+ throw UnsupportedFlavorException(OUString("IosClipboard: Unsupported data flavor"),
static_cast<XTransferable*>(this));
}
- throw UnsupportedFlavorException(OUString(RTL_CONSTASCII_USTRINGPARAM("IosClipboard: Unsupported data flavor")),
+ throw UnsupportedFlavorException(OUString("IosClipboard: Unsupported data flavor"),
static_cast<XTransferable*>(this));
// ???
return Any();
@@ -107,7 +107,7 @@ void iOSTransferable::initClipboardItemList()
if (pboardFormats == NULL)
{
- throw RuntimeException(OUString(RTL_CONSTASCII_USTRINGPARAM("IosClipboard: Cannot get clipboard data")),
+ throw RuntimeException(OUString("IosClipboard: Cannot get clipboard data"),
static_cast<XTransferable*>(this));
}