summaryrefslogtreecommitdiff
path: root/comphelper/source
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source')
-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 fb694398d9b5..066052b3f1d3 100644
--- a/comphelper/source/property/opropertybag.cxx
+++ b/comphelper/source/property/opropertybag.cxx
@@ -124,8 +124,7 @@ namespace comphelper
Sequence< OUString > SAL_CALL OPropertyBag::getSupportedServiceNames( ) throw (RuntimeException, std::exception)
{
- Sequence< OUString > aServices { "com.sun.star.beans.PropertyBag" };
- return aServices;
+ return { "com.sun.star.beans.PropertyBag" };
}
void OPropertyBag::fireEvents(