[Libreoffice-bugs] [Bug 46071] EDITING: Math formula editor frezees after upgrading to 3.5 - PLEASE HELP

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 5 09:22:42 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=46071

--- Comment #25 from dalobz at psykax.com 2012-04-05 00:22:42 PDT ---
In my case, it occured during upgrade from 3.4.3 to 3.5.1, and in the OP's post
it occured during upgrade from 3.4.5 to 3.5.0.

The problematic data is in registrymodifications.xcu. How this data got
created, I do not know. This is the problematic data:

<node oor:name="30378" oor:op="replace">
  <node oor:name="UserData"></node>
  <prop oor:name="Visible" oor:op="fuse">
    <value xsi:nil="true"/>
  </prop>
  <prop oor:name="WindowState" oor:op="fuse">
    <value xsi:nil="true"/>
  </prop>
</node>

Specifically, the part:

  <node oor:name="UserData"></node>

Having this specific node empty (as it is above) will cause the problem to
occur.

Inserting a value in this node eg:
  <node oor:name="UserData"><value xsi:nil="true"/></node>
or:
  <node oor:name="UserData"><value></value></node>

will fix the problem.

HTH.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list