On 09/30/09 00:12, Kristján Bjarni Guðmundsson wrote:
I tried running gsicheck on the en-US.sdf file for the DEV300_m60 release
and I am getting these errors:

Error: File format, Line 72253, UniqueID uui/source\ids.src/title/)///:
Source Language entry double. Treating as Translation.
Error: File format, Line 72254, UniqueID uui/source\ids.src/title/)///:
Source Language entry double. Treating as Translation.
Error: File format, Line 72254, UniqueID uui/source\ids.src/title/)///:
Translation Language entry double. Checking both.
Error: File format, Line 72255, UniqueID uui/source\ids.src/title/)///:
Source Language entry double. Treating as Translation.
Error: File format, Line 72255, UniqueID uui/source\ids.src/title/)///:
Translation Language entry double. Checking both.
Error: File format, Line 72255, UniqueID uui/source\ids.src/title/)///:
Translation Language entry double. Checking both.

I there a newer version of gsicheck that I am supposed to use with the
DEV300_m60 version?


There is a syntax bug in file uui/source/ids.src causing this buggy lines in the sdf file. So, gsicheck is correct, the sdf file isn't. The bug is fixed in revision 276471 for upcoming DEV300 m61 and in revision 276464 for branch OOO320.

Rüdiger
Index: ooo/uui/source/ids.src
===================================================================
--- ooo/uui/source/ids.src	(revision 276428)
+++ ooo/uui/source/ids.src	(working copy)
@@ -45,12 +45,12 @@
 };
 
 
-String( STR_WARNING_BROKENSIGNATURE_TITLE )
+String STR_WARNING_BROKENSIGNATURE_TITLE 
 {
     Text [ en-US ] = "Invalid Document Signature" ;
 };
 
-String( STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE )
+String STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE 
 {
     Text [ en-US ] = "Non-Encrypted Streams" ;
 };

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to