From f6edfefd53caf7e4aa6c2b39cdaf666ad54884c3 Mon Sep 17 00:00:00 2001 From: Krisztian Pinter Date: Mon, 18 Feb 2013 15:10:30 +0100 Subject: RTL_CONSTASCII_USTRINGPARAM removals Change-Id: Ib483f271d3c826a2b7192b22a174ff9f7b18c3f8 Reviewed-on: https://gerrit.libreoffice.org/2241 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- binaryurp/source/bridge.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryurp/source/bridge.cxx') diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx index 5b463f59c8c3..31fc3421d3e5 100644 --- a/binaryurp/source/bridge.cxx +++ b/binaryurp/source/bridge.cxx @@ -182,7 +182,7 @@ Bridge::Bridge( protPropTid_( reinterpret_cast< sal_Int8 const * >(".UrpProtocolPropertiesTid"), RTL_CONSTASCII_LENGTH(".UrpProtocolPropertiesTid")), - protPropOid_(RTL_CONSTASCII_USTRINGPARAM("UrpProtocolProperties")), + protPropOid_("UrpProtocolProperties"), protPropType_( cppu::UnoType< css::uno::Reference< css::bridge::XProtocolProperties > >::get()), -- cgit