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>
--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
Info: http://www.pitonyak.org/oo.php
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]