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 b3bd4b56b362..b7491cbd691e 100644
--- a/binaryurp/source/proxy.hxx
+++ b/binaryurp/source/proxy.hxx
@@ -44,9 +44,9 @@ public:
rtl::Reference< Bridge > const & bridge, OUString const & oid,
com::sun::star::uno::TypeDescription const & type);
- OUString getOid() const;
+ OUString getOid() const { return oid_;}
- com::sun::star::uno::TypeDescription getType() const;
+ com::sun::star::uno::TypeDescription getType() const { return type_;}
void do_acquire();