summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/hsqldb/HStorageMap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/hsqldb/HStorageMap.hxx')
-rw-r--r--connectivity/source/inc/hsqldb/HStorageMap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/hsqldb/HStorageMap.hxx b/connectivity/source/inc/hsqldb/HStorageMap.hxx
index f0bbe98e24d2..62ae7ec3d233 100644
--- a/connectivity/source/inc/hsqldb/HStorageMap.hxx
+++ b/connectivity/source/inc/hsqldb/HStorageMap.hxx
@@ -48,9 +48,9 @@ namespace connectivity
StreamHelper(const css::uno::Reference< css::io::XStream>& _xStream);
~StreamHelper();
- css::uno::Reference< css::io::XInputStream> getInputStream();
- css::uno::Reference< css::io::XOutputStream> getOutputStream();
- css::uno::Reference< css::io::XSeekable> getSeek();
+ css::uno::Reference< css::io::XInputStream> const & getInputStream();
+ css::uno::Reference< css::io::XOutputStream> const & getOutputStream();
+ css::uno::Reference< css::io::XSeekable> const & getSeek();
};