bump product version to 4.1.6.2
[LibreOffice.git] / scp2 / source / accessories / module_font_accessories.scp
blob5130054aa1fc471e19ca7c521168cb83cdd8177e
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  */
9 #include "macros.inc"
11 #ifdef WITH_EXTRA_FONT
13 Module gid_Module_Optional_Accessories_Fonts
14     PackageInfo = "packinfo_accessories.txt";
15     MOD_NAME_DESC(MODULE_OPTIONAL_ACCESSORIES_FONTS);
16     ParentID = gid_Module_Optional_Accessories;
17     Files = ( gid_File_Fnt_Extra );
18     Minimal = NO;
19     Default = YES;
20     Styles = ( );
21 End
23 #endif