summaryrefslogtreecommitdiffstats
path: root/include/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-30 22:26:16 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-02 07:10:46 +0200
commitf3c434b1812a7ded57e20c1c7f4805acfad23638 (patch)
treec33a2c41a25cd39594c970e7fb3b6cafcfc395a0 /include/connectivity
parentFix typo (diff)
downloadcore-f3c434b1812a7ded57e20c1c7f4805acfad23638.tar.gz
core-f3c434b1812a7ded57e20c1c7f4805acfad23638.zip
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.hxx2
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 )
{