Ask Your Question
0

LibreOffice 3.4.5 Math edit window does not open

asked 2012-03-20 14:34:21 +0200

daved gravatar image daved
26 4

updated 2012-03-20 15:35:25 +0200

After installing LibreOffice 3.5.1, can not get the Math edit window to open,

even after downgrading to 3.4.5 and then 3.3

This is running on XP.

delete close flag offensive retag edit

1 Answer

Sort by » oldest newest most voted
1

answered 2012-03-20 15:53:48 +0200

daved gravatar image daved
26 4

The solution is in this thread: http://user.services.openoffice.org/en/forum/viewtopic.php?f=12&t=47947

Use this macro:

Sub RemoveMathEquationWindowSettings p = CreateUnoStruct("com.sun.star.beans.PropertyValue") p.Name = "nodepath" p.Value = "/org.openoffice.Office.Views/Windows" cp = CreateUnoService("com.sun.star.configuration.ConfigurationProvider") ca = cp.createInstanceWithArguments(_ "com.sun.star.configuration.ConfigurationUpdateAccess", Array(p)) name = "30378" If ca.hasByName(name) Then ca.removeByName(name) ca.commitChanges() End If End Sub

link delete flag offensive edit

Login/Signup to Answer

Donate

LibreOffice is made available by volunteers around the globe, backed by a charitable Foundation. Please support our efforts: Your donation helps us to deliver a better product!

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-03-20 14:34:21 +0200

Seen: 177 times

Last updated: Mar 20 '12