diff options
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 |