diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-23 22:15:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-24 08:22:05 +0200 |
commit | 5050e9d9c188524bc601b54eade5924be9ae77ea (patch) | |
tree | 8a133448d39679617dfadc5a2f11c33f4eb335f1 /dbaccess | |
parent | cf1bb9d4cbaec9d746eb6850e905eb951587543f (diff) |
Fix typos
Change-Id: I07cf04cd2acc5b50d64224edb9f2c2de2c61e356
Reviewed-on: https://gerrit.libreoffice.org/57884
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/TableDeco.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/TableDeco.cxx b/dbaccess/source/core/api/TableDeco.cxx index d2798165b36c..be1b8512ee73 100644 --- a/dbaccess/source/core/api/TableDeco.cxx +++ b/dbaccess/source/core/api/TableDeco.cxx @@ -373,7 +373,7 @@ Any SAL_CALL ODBTableDecorator::queryInterface( const Type & rType ) Sequence< Type > SAL_CALL ODBTableDecorator::getTypes( ) { Reference<XTypeProvider> xTypes(m_xTable,UNO_QUERY); - OSL_ENSURE(xTypes.is(),"Table must be a TypePropvider!"); + OSL_ENSURE(xTypes.is(),"Table must be a TypeProvider!"); return xTypes->getTypes(); } |