Lightproof extension integration broken
Pavel Lastovicka <[email protected]> Thu, 22 Jul 2010 16:25:06 +0200
| Newsgroups | gmane.comp.gnome.ximian.openoffice |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I have noticed in the Windows OO.o installation program that there is empty item for
the Lightproof extension under the Extensions feature.
In scp2/source/extensions/module_extensions.scp there is:
#ifndef WITHOUT_EXTENSION_LIGHTPROOF
#ifdef WITH_EXTENSION_INTEGRATION
Module gid_Module_Optional_Extensions_LightProof
MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF);
ParentID = gid_Module_Optional_Extensions;
Minimal = NO;
Default = YES;
Styles = ( );
End
#endif
#endif
The first line should be #ifdef WITH_EXTENSION_LIGHTPROOF. Also the "Files"
statement is missing in module definition.
Regards
--
Pavel Laštovička