dbaccess/source/ui/browser/dbtreeview.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit deaddddfb2edbb066ffd333055a858e78b74abda Author: Andrea Gelmini <[email protected]> AuthorDate: Wed May 8 10:14:00 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu May 9 07:10:30 2019 +0200 Fix typo Change-Id: I0c594c232a3004c83a33f0948593850dd924caad Reviewed-on: https://gerrit.libreoffice.org/72020 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/dbaccess/source/ui/browser/dbtreeview.hxx b/dbaccess/source/ui/browser/dbtreeview.hxx index 6ff5959e9ae5..892a6beab394 100644 --- a/dbaccess/source/ui/browser/dbtreeview.hxx +++ b/dbaccess/source/ui/browser/dbtreeview.hxx @@ -44,7 +44,7 @@ namespace dbaui virtual ~DBTreeView() override; virtual void dispose() override; - /** sets a handler which is called when an list box entry is to be expanded. + /** sets a handler which is called when a list box entry is to be expanded. <p>When calling the link, the parameter is an SvTreeListEntry marking the entry to be expanded. </p> */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
