diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-30 22:26:14 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-03 07:06:34 +0200 |
commit | 5a3edf955a798d80657206a40fa380fb09bdf40a (patch) | |
tree | 0ec824f7db8d0dc0ccde9ec6e0fdc28f1f8af4e5 /include/connectivity | |
parent | a3e782780f40bfcb5c67372bcab47fd48f3e19b9 (diff) |
Fix typo
Change-Id: Ie42676093d67751bcc52cd27638505493e59012b
Reviewed-on: https://gerrit.libreoffice.org/75018
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/sdbcx/VCollection.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |