summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/sdbcx/VIndexColumn.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/connectivity/source/sdbcx/VIndexColumn.cxx b/connectivity/source/sdbcx/VIndexColumn.cxx
index 6de4ad4dbf9b..957c607a536c 100644
--- a/connectivity/source/sdbcx/VIndexColumn.cxx
+++ b/connectivity/source/sdbcx/VIndexColumn.cxx
@@ -30,7 +30,7 @@ OUString SAL_CALL OIndexColumn::getImplementationName( )
{
if(isNew())
return OUString("com.sun.star.sdbcx.VIndexColumnDescription");
- return OUString("com.sun.star.sdbcx.VIndex");
+ return OUString("com.sun.star.sdbcx.VIndexColumn");
}
css::uno::Sequence< OUString > SAL_CALL OIndexColumn::getSupportedServiceNames( )
@@ -39,8 +39,7 @@ css::uno::Sequence< OUString > SAL_CALL OIndexColumn::getSupportedServiceNames(
if(isNew())
aSupported[0] = "com.sun.star.sdbcx.IndexDescription";
else
- aSupported[0] = "com.sun.star.sdbcx.Index";
-
+ aSupported[0] = "com.sun.star.sdbcx.IndexColumn";
return aSupported;
}