summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ConfigColorScheme.cxx
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-08-05 11:49:02 +0300
committerNoel Grandin <noelgrandin@gmail.com>2016-08-05 12:45:48 +0000
commite50a95b829b327b07ba35e831ae10fb8c40a71ee (patch)
treed6d39e710747e7b13535c83553582298df7ff1e9 /chart2/source/tools/ConfigColorScheme.cxx
parent36d65037e7b5ac4ee6452430296b2ae8893ae366 (diff)
tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
in chart2 module Change-Id: I9c6f2efd59b3796e0e6f5389467fe888f4465586 Reviewed-on: https://gerrit.libreoffice.org/27895 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'chart2/source/tools/ConfigColorScheme.cxx')
-rw-r--r--chart2/source/tools/ConfigColorScheme.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/tools/ConfigColorScheme.cxx b/chart2/source/tools/ConfigColorScheme.cxx
index 5d474ddf269e..6ecd3f3836fa 100644
--- a/chart2/source/tools/ConfigColorScheme.cxx
+++ b/chart2/source/tools/ConfigColorScheme.cxx
@@ -168,8 +168,7 @@ void ConfigColorScheme::notify( const OUString & rPropertyName )
Sequence< OUString > ConfigColorScheme::getSupportedServiceNames_Static()
{
- Sequence<OUString> aServices { "com.sun.star.chart2.ColorScheme" };
- return aServices;
+ return { "com.sun.star.chart2.ColorScheme" };
}
// implement XServiceInfo methods basing upon getSupportedServiceNames_Static