summaryrefslogtreecommitdiff
path: root/binaryurp/source/proxy.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/proxy.hxx')
-rw-r--r--binaryurp/source/proxy.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/proxy.hxx b/binaryurp/source/proxy.hxx
index cf9e1262a8c3..4e1fa3656ecc 100644
--- a/binaryurp/source/proxy.hxx
+++ b/binaryurp/source/proxy.hxx
@@ -39,8 +39,8 @@ namespace binaryurp {
class Proxy: public uno_Interface {
public:
Proxy(
- rtl::Reference< Bridge > const & bridge, OUString const & oid,
- com::sun::star::uno::TypeDescription const & type);
+ rtl::Reference< Bridge > const & bridge, OUString oid,
+ com::sun::star::uno::TypeDescription type);
const OUString& getOid() const { return oid_;}