diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:28:38 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:30 +0200 |
commit | e4181d9a0a4eefad49703b32bb79531bccfc035b (patch) | |
tree | 462e2b5522d3608364434d6c964e6c368ce5254f /dbaccess | |
parent | aa0493be8cbbc3025e1dd2d005c54f519c864bcc (diff) |
typo: ULR -> URL
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/browser/genericcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx index 23e0e4f5c980..d59ac626d4bf 100644 --- a/dbaccess/source/ui/browser/genericcontroller.cxx +++ b/dbaccess/source/ui/browser/genericcontroller.cxx @@ -731,7 +731,7 @@ void OGenericUnoController::dispatch(const URL& _aURL, const Sequence< PropertyV void OGenericUnoController::addStatusListener(const Reference< XStatusListener > & aListener, const URL& _rURL) throw(RuntimeException, std::exception) { - // parse the ULR now and here, this saves later parsing in each notification round + // parse the URL now and here, this saves later parsing in each notification round URL aParsedURL( _rURL ); if ( m_xUrlTransformer.is() ) m_xUrlTransformer->parseStrict( aParsedURL ); |