summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svgio/source/svguno/xsvgparser.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx
index 7e8f8abe4439..515c6910beb4 100644
--- a/svgio/source/svguno/xsvgparser.cxx
+++ b/svgio/source/svguno/xsvgparser.cxx
@@ -93,8 +93,7 @@ namespace svgio::svgreader
// that use entities to define XML namespaces.
uno::Reference<lang::XInitialization> const xInit(xParser,
uno::UNO_QUERY_THROW);
- uno::Sequence<uno::Any> args(1);
- args[0] <<= OUString("DoSmeplease");
+ uno::Sequence<uno::Any> args{ uno::Any(OUString("DoSmeplease")) };
xInit->initialize(args);
// connect parser and filter