diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-17 13:20:58 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-22 09:04:54 +0200 |
commit | 335e8b01e76503b96f5c42ea5410a482f4d872be (patch) | |
tree | b00c845cf63dd2fdbc136733e57ff4607f072c59 /dbaccess | |
parent | 0c751893c4374e8d2e18b09f2ccd17a5df48c863 (diff) |
Fix typo
Change-Id: I41e527ae8932bf5897c907d52a2053803dd8a7c6
Reviewed-on: https://gerrit.libreoffice.org/71058
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/uno/copytablewizard.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/uno/copytablewizard.cxx b/dbaccess/source/ui/uno/copytablewizard.cxx index e493dad24851..65dd8bbe6346 100644 --- a/dbaccess/source/ui/uno/copytablewizard.cxx +++ b/dbaccess/source/ui/uno/copytablewizard.cxx @@ -262,7 +262,7 @@ namespace dbaui void impl_checkForUnsupportedSettings_throw( const Reference< XPropertySet >& _rxSourceDescriptor ) const; - /** obtaines the connection described by the given data access descriptor + /** obtains the connection described by the given data access descriptor If needed and possible, the method will ask the user, using the interaction handler associated with the database described by the descriptor. |