summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb/HColumns.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/hsqldb/HColumns.cxx')
-rw-r--r--connectivity/source/drivers/hsqldb/HColumns.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/drivers/hsqldb/HColumns.cxx b/connectivity/source/drivers/hsqldb/HColumns.cxx
index 5ddc36cf2fdd..42bd2a735de3 100644
--- a/connectivity/source/drivers/hsqldb/HColumns.cxx
+++ b/connectivity/source/drivers/hsqldb/HColumns.cxx
@@ -71,8 +71,7 @@ void OHSQLColumn::construct()
Sequence< OUString > SAL_CALL OHSQLColumn::getSupportedServiceNames( ) throw(RuntimeException, std::exception)
{
- Sequence< OUString > aSupported(1);
- aSupported[0] = "com.sun.star.sdbcx.Column";
+ Sequence< OUString > aSupported { "com.sun.star.sdbcx.Column" };
return aSupported;
}