summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/unodatbr.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-01-07 08:59:09 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-01-07 10:08:48 +0000
commitd911663f0fa919fc66e10328482948a730e9c2e8 (patch)
treee598880b5a4fd08fa709bb705bb81ea8f964c75f /dbaccess/source/ui/inc/unodatbr.hxx
parent471b58e19048419592a87e27860019ae02feca15 (diff)
Typo: Acess->Access
Found thanks to Buovjaga Change-Id: I73e36f50a1fd393859ba775ab084a488047864a3 Reviewed-on: https://gerrit.libreoffice.org/32810 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source/ui/inc/unodatbr.hxx')
-rw-r--r--dbaccess/source/ui/inc/unodatbr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx
index 93118a4225cd..1befdf3ad118 100644
--- a/dbaccess/source/ui/inc/unodatbr.hxx
+++ b/dbaccess/source/ui/inc/unodatbr.hxx
@@ -428,7 +428,7 @@ namespace dbaui
bool impl_isDataSourceEntry( SvTreeListEntry* _pEntry ) const;
/// retrieves the data source URL/name for the given entry representing a data source
- OUString getDataSourceAcessor( SvTreeListEntry* _pDataSourceEntry ) const;
+ OUString getDataSourceAccessor( SvTreeListEntry* _pDataSourceEntry ) const;
/** get the signature (command/escape processing) of the query the form is based on
<p>If the for is not based on a query or not even loaded, nothing happens and <FALSE/> is returned.</p>