diff options
author | Krisztian Pinter <pin.terminator@gmail.com> | 2013-02-18 15:10:30 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@alta.org.br> | 2013-02-19 22:11:16 +0000 |
commit | f6edfefd53caf7e4aa6c2b39cdaf666ad54884c3 (patch) | |
tree | 786b0546b4ddeb3014f93abcba874800b96490d5 /binaryurp | |
parent | d1ba2cd612a4c39976e2980c7dc4e3fa38c88470 (diff) |
RTL_CONSTASCII_USTRINGPARAM removals
Change-Id: Ib483f271d3c826a2b7192b22a174ff9f7b18c3f8
Reviewed-on: https://gerrit.libreoffice.org/2241
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
Diffstat (limited to 'binaryurp')
-rw-r--r-- | binaryurp/source/bridge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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()), |