Change rtl::OUString to OUString

My first commit. Any problem, question, warnings, please tell me.

Change-Id: Ibb02fe15776f3ffe74ddb9488c63a45c447bb493
This commit is contained in:
Ricardo Montania
2012-08-18 15:05:22 -03:00
committed by Andras Timar
parent 438f5023c3
commit e47fe5cc40
21 changed files with 170 additions and 170 deletions

View File

@@ -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_;