summaryrefslogtreecommitdiff
path: root/svtools/source/misc/transfer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc/transfer.cxx')
-rw-r--r--svtools/source/misc/transfer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx
index f90404df77c0..32430046f26e 100644
--- a/svtools/source/misc/transfer.cxx
+++ b/svtools/source/misc/transfer.cxx
@@ -933,8 +933,8 @@ sal_Bool TransferableHelper::SetINetBookmark( const INetBookmark& rBmk,
if( strchr( "\\/:*?\"<>|", aStr[nChar] ) )
aStr.remove(nChar--, 1);
- aStr.insert(0, RTL_CONSTASCII_STRINGPARAM("Shortcut to "));
- aStr.append(RTL_CONSTASCII_STRINGPARAM(".URL"));
+ aStr.insert(0, "Shortcut to ");
+ aStr.append(".URL");
strcpy( rFDesc1.cFileName, aStr.getStr() );
maAny <<= aSeq;