https://bugs.documentfoundation.org/show_bug.cgi?id=147822

--- Comment #15 from robert_hartm...@gmx.net ---
is this a place of current source files:
https://cgit.freedesktop.org/libreoffice/core/tree/forms/source/component/RadioButton.cxx?id=3099c70b11c7e5b80fe4dbe3dc99171fb38c6fc2

There in line 346 there is the comment:

// If my status has changed to 'checked', I have to reset all my siblings,
which are in the same group as I am

Assume that group information gets broken while saving to XLS / XLSX or
reloading
than an other choice radio button cannot reset the siblings, because they are
some how "unknown". 

My guess is, that on my side, after reload "broken" file to repaire grouping
information of radio buttons (that is editing group names beeing the same),
code like this (see line 352) has been used:

   else if ( _rEvent.PropertyName == PROPERTY_GROUP_NAME )

And here is the comment from line 355:

// Can't call OReferenceValueComponent::_propertyChanged(), as it
// doesn't know what to do with the GroupName property.

And than while saving file again, some thing goes hardly wron and LO crashs.

If I had not find the right repository for current source code, where can I
find it?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to