diff options
Diffstat (limited to 'include/connectivity/parameters.hxx')
-rw-r--r-- | include/connectivity/parameters.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/parameters.hxx b/include/connectivity/parameters.hxx index 9af2b77b14bd..c1f839098222 100644 --- a/include/connectivity/parameters.hxx +++ b/include/connectivity/parameters.hxx @@ -349,7 +349,7 @@ namespace dbtools */ bool completeParameters( const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& _rxCompletionHandler, - const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > _rxConnection + const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection ); /** asks the parameter listeners to fill in final values |