[Libreoffice-commits] .: svtools/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Nov 16 12:46:56 PST 2010


 svtools/source/misc/transfer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit edfc360e8d658d5f67ad587096352b7b01a47b38
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 16 20:46:31 2010 +0000

    Fix RTL_CONSTASCII_STRINGPARAM -> RTL_CONSTASCII_USTRINGPARAM

diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx
index 567a47d..a0bcc24 100644
--- a/svtools/source/misc/transfer.cxx
+++ b/svtools/source/misc/transfer.cxx
@@ -951,7 +951,7 @@ sal_Bool TransferableHelper::SetINetBookmark( const INetBookmark& rBmk,
 
         case SOT_FORMATSTR_ID_FILECONTENT:
         {
-            String aStr( RTL_CONSTASCII_STRINGPARAM( "[InternetShortcut]\x0aURL=" ) );
+            String aStr( RTL_CONSTASCII_USTRINGPARAM( "[InternetShortcut]\x0aURL=" ) );
             maAny <<= ::rtl::OUString( aStr += rBmk.GetURL() );
         }
         break;


More information about the Libreoffice-commits mailing list