summaryrefslogtreecommitdiffstats
path: root/comphelper/source/property/opropertybag.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property/opropertybag.cxx')
-rw-r--r--comphelper/source/property/opropertybag.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/comphelper/source/property/opropertybag.cxx b/comphelper/source/property/opropertybag.cxx
index 269c63a22d6b..b31c61744899 100644
--- a/comphelper/source/property/opropertybag.cxx
+++ b/comphelper/source/property/opropertybag.cxx
@@ -78,8 +78,7 @@ namespace comphelper
Sequence< OUString > OPropertyBag::getSupportedServiceNames_static() throw( RuntimeException )
{
- Sequence< OUString > aServices(1);
- aServices[0] = "com.sun.star.beans.PropertyBag";
+ Sequence< OUString > aServices { "com.sun.star.beans.PropertyBag" };
return aServices;
}