summaryrefslogtreecommitdiffstats
path: root/connectivity/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:05:01 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-20 07:07:52 +0200
commit40176aee9183f4614e569b68729b9f9662d19cf6 (patch)
tree16ae9994ba3436b90bfbbdaa25ce768d7a259564 /connectivity/source
parentFix typo (diff)
downloadcore-40176aee9183f4614e569b68729b9f9662d19cf6.tar.gz
core-40176aee9183f4614e569b68729b9f9662d19cf6.zip
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/source')
-rw-r--r--connectivity/source/inc/mysql/YTable.hxx2
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;