summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorMesut Çifci <mesutcifci97@gmail.com>2020-01-14 14:35:40 +0300
committerStephan Bergmann <sbergman@redhat.com>2020-01-15 14:52:04 +0100
commit15abfe9ae976a0d940725cdd570facc372981393 (patch)
tree5d8c7d7d3987a421720df709ae45902ccee491ba /sax
parent52fece12345161911da2a531213b7d5541192aad (diff)
tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
Change-Id: Ice7c0ecc8ee05a5c3b0af458ceeee8191bdde322 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86752 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sax')
-rw-r--r--sax/source/fastparser/legacyfastparser.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sax/source/fastparser/legacyfastparser.cxx b/sax/source/fastparser/legacyfastparser.cxx
index 6399e5069a44..6b11fbb3754a 100644
--- a/sax/source/fastparser/legacyfastparser.cxx
+++ b/sax/source/fastparser/legacyfastparser.cxx
@@ -362,8 +362,7 @@ sal_Bool SaxLegacyFastParser::supportsService(const OUString& ServiceName)
Sequence< OUString > SaxLegacyFastParser::getSupportedServiceNames()
{
- Sequence<OUString> seq { "com.sun.star.xml.sax.LegacyFastParser" };
- return seq;
+ return { "com.sun.star.xml.sax.LegacyFastParser" };
}
} //namespace