From b33788cb6b6d91657ea21eda8cb4925c4b628045 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 25 Mar 2015 21:19:59 +0100 Subject: Typos Change-Id: I665a56fcad10e136e949a10497f6ab8813af9968 --- dbaccess/source/ui/browser/unodatbr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx index 3e8b396a990b..fff1e334d9e3 100644 --- a/dbaccess/source/ui/browser/unodatbr.cxx +++ b/dbaccess/source/ui/browser/unodatbr.cxx @@ -2193,7 +2193,7 @@ IMPL_LINK(SbaTableQueryBrowser, OnExpandEntry, SvTreeListEntry*, _pParent) // first insert the views because the tables can also include // views but that time the bitmap is the wrong one - // the nameaccess will be overwriten in populateTree + // the nameaccess will be overwritten in populateTree Reference xViewSup(xConnection,UNO_QUERY); if(xViewSup.is()) populateTree( xViewSup->getViews(), _pParent, etTableOrView ); -- cgit