summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VColumn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/sdbcx/VColumn.cxx')
-rw-r--r--connectivity/source/sdbcx/VColumn.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VColumn.cxx b/connectivity/source/sdbcx/VColumn.cxx
index 1114f81ce9d6..32064d8034c8 100644
--- a/connectivity/source/sdbcx/VColumn.cxx
+++ b/connectivity/source/sdbcx/VColumn.cxx
@@ -36,7 +36,7 @@ using namespace ::com::sun::star::sdbc;
OUString SAL_CALL OColumn::getImplementationName( )
{
if(isNew())
- return OUString("com.sun.star.sdbcx.VColumnDescription");
+ return OUString("com.sun.star.sdbcx.VColumnDescriptor");
return OUString("com.sun.star.sdbcx.VColumn");
}
@@ -44,7 +44,7 @@ css::uno::Sequence< OUString > SAL_CALL OColumn::getSupportedServiceNames( )
{
css::uno::Sequence< OUString > aSupported(1);
if(isNew())
- aSupported[0] = "com.sun.star.sdbcx.ColumnDescription";
+ aSupported[0] = "com.sun.star.sdbcx.ColumnDescriptor";
else
aSupported[0] = "com.sun.star.sdbcx.Column";