[Libreoffice-commits] core.git: dbaccess/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu May 9 04:55:11 UTC 2019
dbaccess/source/ui/browser/dbtreemodel.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b900a8fcfa2faf8a5e0286bff63371fe6c58751c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:14:02 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Thu May 9 06:54:02 2019 +0200
Fix typo
Change-Id: I88a32792c19a8d16c400dd2a189c4941149ff941
Reviewed-on: https://gerrit.libreoffice.org/72019
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/dbaccess/source/ui/browser/dbtreemodel.hxx b/dbaccess/source/ui/browser/dbtreemodel.hxx
index e61e37368ce4..d1497f0bcd63 100644
--- a/dbaccess/source/ui/browser/dbtreemodel.hxx
+++ b/dbaccess/source/ui/browser/dbtreemodel.hxx
@@ -43,7 +43,7 @@ namespace dbaui
/// if the entry denotes a table or query, this is the respective UNO object
css::uno::Reference< css::beans::XPropertySet >
xObjectProperties;
- /// if the entry denotes a object container, this is the UNO interface for this container
+ /// if the entry denotes an object container, this is the UNO interface for this container
css::uno::Reference< css::uno::XInterface >
xContainer;
/// if the entry denotes a data source, this is the connection for this data source (if already connection)
More information about the Libreoffice-commits
mailing list