summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VTable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/sdbcx/VTable.cxx')
-rw-r--r--connectivity/source/sdbcx/VTable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VTable.cxx b/connectivity/source/sdbcx/VTable.cxx
index ae1735ff5521..b4f1338ce670 100644
--- a/connectivity/source/sdbcx/VTable.cxx
+++ b/connectivity/source/sdbcx/VTable.cxx
@@ -52,9 +52,9 @@ OUString SAL_CALL OTable::getImplementationName( ) throw (::com::sun::star::uno
{
::com::sun::star::uno::Sequence< OUString > aSupported(1);
if(isNew())
- aSupported[0] = OUString("com.sun.star.sdbcx.TableDescriptor");
+ aSupported[0] = "com.sun.star.sdbcx.TableDescriptor";
else
- aSupported[0] = OUString("com.sun.star.sdbcx.Table");
+ aSupported[0] = "com.sun.star.sdbcx.Table";
return aSupported;
}