extensions/source/propctrlr/eformspropertyhandler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 24cf81f9bc1165d21657a710e717d1c967e2cef7
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Thu May 4 10:00:17 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Thu May 4 13:59:18 2023 +0200

    extensions: adjust max possible for reserve in eformspropertyhandler
    
    Change-Id: I9ff8e3afbf4dbc662a78d071a18a2f1f03da063a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151351
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/extensions/source/propctrlr/eformspropertyhandler.cxx 
b/extensions/source/propctrlr/eformspropertyhandler.cxx
index 93643dcaa4a3..cb206897f501 100644
--- a/extensions/source/propctrlr/eformspropertyhandler.cxx
+++ b/extensions/source/propctrlr/eformspropertyhandler.cxx
@@ -281,7 +281,7 @@ namespace pcr
         {
             if ( m_pHelper->canBindToAnyDataType() )
             {
-                aProperties.reserve( 8 );
+                aProperties.reserve(9);
                 addStringPropertyDescription( aProperties, 
PROPERTY_XML_DATA_MODEL );
                 addStringPropertyDescription( aProperties, 
PROPERTY_BINDING_NAME );
                 addStringPropertyDescription( aProperties, 
PROPERTY_BIND_EXPRESSION );

Reply via email to