diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:05:13 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-19 22:57:41 +0200 |
commit | 7031e345238a496aedc41768a9aae6f42d80632a (patch) | |
tree | 29e4b85fc0182ae24f511c9437da3f16d5cfb640 /connectivity | |
parent | 14899f9458784929b91ab559ad7e2799963792ca (diff) |
Fix typo
Change-Id: Ica38eedeb2733095a1e6d987ad57064cb9be99bd
Reviewed-on: https://gerrit.libreoffice.org/70973
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mysqlc/mysqlc_subcomponent.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_subcomponent.hxx b/connectivity/source/drivers/mysqlc/mysqlc_subcomponent.hxx index 9e27cd3596cb..c4930f96f77f 100644 --- a/connectivity/source/drivers/mysqlc/mysqlc_subcomponent.hxx +++ b/connectivity/source/drivers/mysqlc/mysqlc_subcomponent.hxx @@ -75,7 +75,7 @@ protected: This method needs to be implemented in derived classes. <BR> The method gets called with s_aMutex acquired. - @return an pointer to the newly created array helper. Must not be NULL. + @return a pointer to the newly created array helper. Must not be NULL. */ virtual ::cppu::IPropertyArrayHelper* createArrayHelper() const = 0; }; |