summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/inspect/introspection.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx
index e5eae6ca9983..65bb0ff6ee96 100644
--- a/stoc/source/inspect/introspection.cxx
+++ b/stoc/source/inspect/introspection.cxx
@@ -1696,8 +1696,7 @@ private:
getSupportedServiceNames()
throw (css::uno::RuntimeException, std::exception) override
{
- Sequence<OUString> s(1);
- s[0] = "com.sun.star.beans.Introspection";
+ Sequence<OUString> s { "com.sun.star.beans.Introspection" };
return s;
}