Change rtl::OUString to OUString
My first commit. Any problem, question, warnings, please tell me. Change-Id: Ibb02fe15776f3ffe74ddb9488c63a45c447bb493
This commit is contained in:
committed by
Andras Timar
parent
438f5023c3
commit
e47fe5cc40
@@ -43,7 +43,7 @@ class IncomingRequest: private boost::noncopyable {
|
||||
public:
|
||||
IncomingRequest(
|
||||
rtl::Reference< Bridge > const & bridge, rtl::ByteSequence const & tid,
|
||||
rtl::OUString const & oid,
|
||||
OUString const & oid,
|
||||
com::sun::star::uno::UnoInterfaceReference const & object,
|
||||
com::sun::star::uno::TypeDescription const & type,
|
||||
sal_uInt16 functionId, bool synchronous,
|
||||
@@ -61,7 +61,7 @@ private:
|
||||
|
||||
rtl::Reference< Bridge > bridge_;
|
||||
rtl::ByteSequence tid_;
|
||||
rtl::OUString oid_; // initial object queryInterface; release
|
||||
OUString oid_; // initial object queryInterface; release
|
||||
com::sun::star::uno::UnoInterfaceReference object_;
|
||||
com::sun::star::uno::TypeDescription type_;
|
||||
sal_uInt16 functionId_;
|
||||
|
Reference in New Issue
Block a user