dbaccess/source/ui/browser/dbtreemodel.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b900a8fcfa2faf8a5e0286bff63371fe6c58751c Author: Andrea Gelmini <[email protected]> AuthorDate: Wed May 8 10:14:02 2019 +0000 Commit: Jens Carl <[email protected]> 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 <[email protected]> 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) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
