summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MDriver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mork/MDriver.cxx')
-rw-r--r--connectivity/source/drivers/mork/MDriver.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mork/MDriver.cxx b/connectivity/source/drivers/mork/MDriver.cxx
index 48fd9a8754bb..4c944b90650e 100644
--- a/connectivity/source/drivers/mork/MDriver.cxx
+++ b/connectivity/source/drivers/mork/MDriver.cxx
@@ -47,8 +47,7 @@ OUString MorkDriver::getImplementationName_Static( ) throw(css::uno::RuntimeExc
css::uno::Sequence< OUString > MorkDriver::getSupportedServiceNames_Static( ) throw (css::uno::RuntimeException)
{
- css::uno::Sequence< OUString > aSNS(1);
- aSNS[0] = "com.sun.star.sdbc.Driver";
+ css::uno::Sequence< OUString > aSNS { "com.sun.star.sdbc.Driver" };
return aSNS;
}