summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-25 21:19:59 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-25 21:19:59 +0100
commitb33788cb6b6d91657ea21eda8cb4925c4b628045 (patch)
tree37af0f29790b58d0d443b267e5cc0b2bcb6bde29 /dbaccess
parentTypo: formated->formatted (diff)
downloadcore-b33788cb6b6d91657ea21eda8cb4925c4b628045.tar.gz
core-b33788cb6b6d91657ea21eda8cb4925c4b628045.zip
Typos
Change-Id: I665a56fcad10e136e949a10497f6ab8813af9968
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx2
1 files changed, 1 insertions, 1 deletions
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<XViewsSupplier> xViewSup(xConnection,UNO_QUERY);
if(xViewSup.is())
populateTree( xViewSup->getViews(), _pParent, etTableOrView );