[Libreoffice-commits] core.git: connectivity/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 18 08:05:01 UTC 2019
connectivity/source/drivers/firebird/SubComponent.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 408fcdf20c4ce505c1905d63d2fa6a14a12fc7f5
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:05:17 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Apr 18 10:03:03 2019 +0200
Fix typo
Change-Id: I1021d7cfc2b27924e3a30d0f0d6a936e2bec99f9
Reviewed-on: https://gerrit.libreoffice.org/70907
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/connectivity/source/drivers/firebird/SubComponent.hxx b/connectivity/source/drivers/firebird/SubComponent.hxx
index 3fa7727db2ea..ae100956ed1a 100644
--- a/connectivity/source/drivers/firebird/SubComponent.hxx
+++ b/connectivity/source/drivers/firebird/SubComponent.hxx
@@ -76,7 +76,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( ) const = 0;
};
More information about the Libreoffice-commits
mailing list