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