[Libreoffice-commits] core.git: 2 commits - include/connectivity include/cppuhelper
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 3 05:07:44 UTC 2019
include/connectivity/sdbcx/VCollection.hxx | 2 +-
include/cppuhelper/component_context.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5a3edf955a798d80657206a40fa380fb09bdf40a
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:14 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 3 07:06:34 2019 +0200
Fix typo
Change-Id: Ie42676093d67751bcc52cd27638505493e59012b
Reviewed-on: https://gerrit.libreoffice.org/75018
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/connectivity/sdbcx/VCollection.hxx b/include/connectivity/sdbcx/VCollection.hxx
index be79da04a8b7..94e9e5f27166 100644
--- a/include/connectivity/sdbcx/VCollection.hxx
+++ b/include/connectivity/sdbcx/VCollection.hxx
@@ -103,7 +103,7 @@ namespace connectivity
/// @throws css::uno::RuntimeException
virtual void impl_refresh() = 0;
- // will be called when a object was requested by one of the accessing methods like getByIndex
+ // will be called when an object was requested by one of the accessing methods like getByIndex
virtual ObjectType createObject(const OUString& _rName) = 0;
// will be called when a new object should be generated by a call of createDataDescriptor
commit a3e782780f40bfcb5c67372bcab47fd48f3e19b9
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:10 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 3 07:06:10 2019 +0200
Fix typo
Change-Id: I54e2f1e63ed33121537e77e9a172575509d29adc
Reviewed-on: https://gerrit.libreoffice.org/75021
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/cppuhelper/component_context.hxx b/include/cppuhelper/component_context.hxx
index a2592f89c039..230d5eb956bd 100644
--- a/include/cppuhelper/component_context.hxx
+++ b/include/cppuhelper/component_context.hxx
@@ -34,7 +34,7 @@ namespace cppu
*/
struct SAL_WARN_UNUSED ContextEntry_Init
{
- /** late init denotes a object that will be raised when first get() is calling for it
+ /** late init denotes an object that will be raised when first get() is calling for it
The context implementation expects either a css::lang::XSingleComponentFactory
object as value (to instantiate the object) or a string as value for raising
More information about the Libreoffice-commits
mailing list