To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96889





------- Additional comments from [EMAIL PROTECTED] Thu Dec  4 23:41:05 +0000 
2008 -------
... but that does not help here.

SYSTEM_MOZILLA not defined, WIITHOUT_MOZILLA defined -> #if untrue -> #else

and then no #ifdef for WITHOUT_MOZILLA. -> always included.

Trivial fix:

Index: source/ooo/file_library_ooo.scp
===================================================================
--- source/ooo/file_library_ooo.scp     (Revision 264861)
+++ source/ooo/file_library_ooo.scp     (Arbeitskopie)
@@ -909,6 +909,8 @@
 
 #else
 
+#ifndef WITHOUT_MOZILLA
+
 File gid_File_Lib_Mozbootstrap
     TXT_FILE_BODY;
     Styles = (PACKED,UNO_COMPONENT,PATCH);
@@ -923,6 +925,8 @@
 
 #endif
 
+#endif
+
 STD_UNO_LIB_FILE(gid_File_Lib_Wpft,wpft)
 
 STD_UNO_LIB_FILE(gid_File_Lib_T602Filter,t602filter)


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to