diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:05:01 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-20 07:07:52 +0200 |
commit | 40176aee9183f4614e569b68729b9f9662d19cf6 (patch) | |
tree | 16ae9994ba3436b90bfbbdaa25ce768d7a259564 /connectivity | |
parent | 601433ea64f7cc9eeee4487b5a6292673a7dbc78 (diff) |
Fix typo
Change-Id: I6a22d7b302bd8ef8e06d93f73a13929625a444f7
Reviewed-on: https://gerrit.libreoffice.org/70996
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/mysql/YTable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/mysql/YTable.hxx b/connectivity/source/inc/mysql/YTable.hxx index 21e07d66515c..435505a60334 100644 --- a/connectivity/source/inc/mysql/YTable.hxx +++ b/connectivity/source/inc/mysql/YTable.hxx @@ -72,7 +72,7 @@ namespace connectivity 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(sal_Int32 nId) const override; virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() override; |