summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/TableDeco.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/TableDeco.cxx')
-rw-r--r--dbaccess/source/core/api/TableDeco.cxx2
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();
}