From b900a8fcfa2faf8a5e0286bff63371fe6c58751c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 8 May 2019 10:14:02 +0000 Subject: Fix typo Change-Id: I88a32792c19a8d16c400dd2a189c4941149ff941 Reviewed-on: https://gerrit.libreoffice.org/72019 Tested-by: Jenkins Reviewed-by: Jens Carl --- dbaccess/source/ui/browser/dbtreemodel.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/browser/dbtreemodel.hxx') 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) -- cgit n value='distro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
017-12-20
AgeCommit message (Expand)Author
inline typedefs in connectivity/StdTypeDefsNoel Grandin
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-05-30com::sun::star->css in connectivityNoel Grandin