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

--- Comment #25 from dal...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to