diff options
Diffstat (limited to 'include/connectivity/ParameterCont.hxx')
-rw-r--r-- | include/connectivity/ParameterCont.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/ParameterCont.hxx b/include/connectivity/ParameterCont.hxx index f1997b755b26..ff6686f5d7db 100644 --- a/include/connectivity/ParameterCont.hxx +++ b/include/connectivity/ParameterCont.hxx @@ -35,7 +35,7 @@ namespace dbtools public: OParameterContinuation() { } - css::uno::Sequence< css::beans::PropertyValue > getValues() const { return m_aValues; } + const css::uno::Sequence< css::beans::PropertyValue >& getValues() const { return m_aValues; } // XInteractionSupplyParameters virtual void SAL_CALL setParameters( const css::uno::Sequence< css::beans::PropertyValue >& _rValues ) throw(css::uno::RuntimeException, std::exception) override; |