On 12/3/2010 12:00 AM, Andrew Douglas Pitonyak wrote:

On 12/01/2010 02:31 PM, Tony Layland wrote:
Hello, the attached error message occurs every time I open OpenOffice. How can 
I correct this
thanks

If you go to the directory specified (C:\Documents and Settings\Tony Layland\Application Data\OpenOffice.org\3\user\basic\Standard), OOo is trying to load a file named script.xlb. I assume that this file either contains an error or it does not exist and it is referenced someplace.

The corrective action depends on which as well as what other macros and/or you may have. For example, if you have no settings, you can delete (or rename) the entire 3 data directory (but then you lose all of your personal stuff such as macros you created. You can try to correct the error in the script.xlb file if it does exist. If the file does not exist, you could try to create one containing this:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" 
"library.dtd">
<library:library xmlns:library="http://openoffice.org/2000/library"; library:name="Standard" library:readonly="false" library:passwordprotected="false">
</library:library>

or, perhaps this

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" 
"library.dtd">
<library:library xmlns:library="http://openoffice.org/2000/library"; library:name="Standard" library:readonly="false" library:passwordprotected="false">
<library:element library:name="Module1"/>
</library:library>

Tony {[email protected]} is not subscribed, but I think he really 
should see this answer.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to