diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:14:02 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-05-09 06:54:02 +0200 |
commit | b900a8fcfa2faf8a5e0286bff63371fe6c58751c (patch) | |
tree | 81e7e00becd5cf212835966f7f71f463f9a3f05b | |
parent | 7c0124ef386c85801c90bf418510d07989821e74 (diff) |
Fix typo
Change-Id: I88a32792c19a8d16c400dd2a189c4941149ff941
Reviewed-on: https://gerrit.libreoffice.org/72019
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r-- | dbaccess/source/ui/browser/dbtreemodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |