First time here? Check out the FAQ!
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.
The solution is in this thread: http://user.services.openoffice.org/en/forum/viewtopic.php?f=12&t=47947
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
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!
Asked: 2012-03-20 14:34:21 +0200
Seen: 177 times
Last updated: Mar 20 '12
Can I export a document to LaTeX?
How can I change the font for symbols in a formula?
Why won't LibO display math equations from .docx or .pptx
About using odt(template file) and XML(data file) files to create document in LibreOffice
How can I loop an embedded video in LibreOffice Impress on Linux?
Why isn't my formula =SUM(B9:M9) not accepted for a new row of numbers? [closed]
Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.