summaryrefslogtreecommitdiff
path: root/binaryurp/source/proxy.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/proxy.cxx')
-rw-r--r--binaryurp/source/proxy.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/binaryurp/source/proxy.cxx b/binaryurp/source/proxy.cxx
index a28dbc5ef560..571ab92a3d65 100644
--- a/binaryurp/source/proxy.cxx
+++ b/binaryurp/source/proxy.cxx
@@ -73,13 +73,7 @@ Proxy::Proxy(
pDispatcher = &proxy_dispatchInterface;
}
-OUString Proxy::getOid() const {
- return oid_;
-}
-css::uno::TypeDescription Proxy::getType() const {
- return type_;
-}
void Proxy::do_acquire() {
if (osl_atomic_increment(&references_) == 1) {