summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/bridge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/bridge.hxx')
-rw-r--r--binaryurp/source/bridge.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/binaryurp/source/bridge.hxx b/binaryurp/source/bridge.hxx
index f22eb5aad5f5..e4d9c5554262 100644
--- a/binaryurp/source/bridge.hxx
+++ b/binaryurp/source/bridge.hxx
@@ -91,12 +91,12 @@ public:
void terminate(bool final);
com::sun::star::uno::Reference< com::sun::star::connection::XConnection >
- getConnection() const;
+ getConnection() const { return connection_;}
com::sun::star::uno::Reference< com::sun::star::bridge::XInstanceProvider >
- getProvider() const;
+ getProvider() const { return provider_;}
- com::sun::star::uno::Mapping & getCppToBinaryMapping();
+ com::sun::star::uno::Mapping & getCppToBinaryMapping() { return cppToBinaryMapping_;}
BinaryAny mapCppToBinaryAny(com::sun::star::uno::Any const & cppAny);