summaryrefslogtreecommitdiff
path: root/connectivity/source
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/commontools/ParameterSubstitution.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/commontools/ParameterSubstitution.cxx b/connectivity/source/commontools/ParameterSubstitution.cxx
index a5796261c995..9adf63a93a73 100644
--- a/connectivity/source/commontools/ParameterSubstitution.cxx
+++ b/connectivity/source/commontools/ParameterSubstitution.cxx
@@ -62,8 +62,7 @@ namespace connectivity
Sequence< OUString > ParameterSubstitution::getSupportedServiceNames_Static( )
{
- Sequence<OUString> aSNS { "com.sun.star.sdb.ParameterSubstitution" };
- return aSNS;
+ return { "com.sun.star.sdb.ParameterSubstitution" };
}