diff options
Diffstat (limited to 'connectivity/source/sdbcx/VDescriptor.cxx')
-rw-r--r-- | connectivity/source/sdbcx/VDescriptor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/sdbcx/VDescriptor.cxx b/connectivity/source/sdbcx/VDescriptor.cxx index 7800aaf075be..ce3b437d95f3 100644 --- a/connectivity/source/sdbcx/VDescriptor.cxx +++ b/connectivity/source/sdbcx/VDescriptor.cxx @@ -91,7 +91,7 @@ namespace connectivity::sdbcx } - Sequence< sal_Int8 > ODescriptor::getUnoTunnelId() + const Sequence< sal_Int8 > & ODescriptor::getUnoTunnelId() { static const comphelper::UnoIdInit implId; return implId.getSeq(); |