diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-30 22:26:16 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-02 07:10:46 +0200 |
commit | f3c434b1812a7ded57e20c1c7f4805acfad23638 (patch) | |
tree | c33a2c41a25cd39594c970e7fb3b6cafcfc395a0 /include/connectivity | |
parent | 1a56f1a08ca780aaf6c0aec91e7fc6e82ff1e1b1 (diff) |
Fix typo
Change-Id: I8319b83bd2688d8e115270fcfab5ab3d59c528dd
Reviewed-on: https://gerrit.libreoffice.org/74979
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/paramwrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/paramwrapper.hxx b/include/connectivity/paramwrapper.hxx index 4a68c61dd678..493475baee55 100644 --- a/include/connectivity/paramwrapper.hxx +++ b/include/connectivity/paramwrapper.hxx @@ -169,7 +169,7 @@ namespace param const ::connectivity::ORowSetValue& operator[]( size_t _index ) const { return m_aParameters[ _index ]->Value(); } ::connectivity::ORowSetValue& operator[]( size_t _index ) { return m_aParameters[ _index ]->Value(); } - /** adds an ParameterWrapper to the end of the array + /** adds a ParameterWrapper to the end of the array */ void push_back( ParameterWrapper* _pParameter ) { |