summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/unodatbr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/browser/unodatbr.cxx')
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index e5c095e185e9..02c1e734ac6c 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -198,8 +198,7 @@ OUString SbaTableQueryBrowser::getImplementationName_Static()
css::uno::Sequence<OUString> SbaTableQueryBrowser::getSupportedServiceNames_Static()
{
- css::uno::Sequence<OUString> aSupported { "com.sun.star.sdb.DataSourceBrowser" };
- return aSupported;
+ return { "com.sun.star.sdb.DataSourceBrowser" };
}
Reference< XInterface > SbaTableQueryBrowser::Create(const Reference<XMultiServiceFactory >& _rxFactory)