diff options
Diffstat (limited to 'extensions/source/propctrlr/eformspropertyhandler.cxx')
-rw-r--r-- | extensions/source/propctrlr/eformspropertyhandler.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/eformspropertyhandler.cxx b/extensions/source/propctrlr/eformspropertyhandler.cxx index 8d8e5143889b..d4870a456f99 100644 --- a/extensions/source/propctrlr/eformspropertyhandler.cxx +++ b/extensions/source/propctrlr/eformspropertyhandler.cxx @@ -398,8 +398,7 @@ namespace pcr if ( !m_pHelper.get() ) return Sequence< OUString >(); - Sequence< OUString > aReturn( 1 ); - aReturn[ 0 ] = PROPERTY_INPUT_REQUIRED; + Sequence<OUString> aReturn { PROPERTY_INPUT_REQUIRED }; return aReturn; } |