https://bugs.documentfoundation.org/show_bug.cgi?id=146873
--- Comment #7 from Mike Kaganski <[email protected]> --- Eh, I had a look at the current state, and run screaming. Assigning a variant array to a fixed-type array creates a fixed-type variant array, instead of copying values into the old fixed-type array. That was the reason of bug 123025; lcl_clearImpl calls SbxValue::SetType, which is smart enough to change the type from variant to empty, which is then cemented by lcl_clearImpl, when it restores the flags making it fixed - so that the empty is then propagated to elements. Current situation has an opposite mismatch between a variable array and a fixed-type array (and its variable-type elements). Sigh... -- You are receiving this mail because: You are the assignee for the bug.
