svx/source/form/fmshimp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6bc0020108e8b45954727276ba11b462feb9a4bf
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Mon Dec 4 18:23:32 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Dec 4 20:28:02 2023 +0100

    Put back the message in assert after 
b50da6f3a9109fc1d4468c15aa7d5c68773ec199
    
    Change-Id: Ie469e94ff51f1ca6dbbd65020f02fe43e0c1608c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160318
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index a71f78f2296b..5dce31f180ba 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -3380,7 +3380,7 @@ void FmXFormShell::CreateExternalView_Lock()
 
                 // value list
                 MapUString2UstringSeq::const_iterator aCurrentValueList = 
aRadioValueLists.find(rCtrlSource.first);
-                assert(aCurrentValueList != aRadioValueLists.end());
+                assert(aCurrentValueList != aRadioValueLists.end() && 
"FmXFormShell::CreateExternalView : inconsistent radio descriptions !");
                 pListBoxDescription->Name = FM_PROP_STRINGITEMLIST;
                 pListBoxDescription->Value <<= (*aCurrentValueList).second;
                 ++pListBoxDescription;

Reply via email to