fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / source / accessories / module_accessories.scp
blob9b089c221228e762e26766d008a9446d3b21f35e
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 #if defined(WITH_EXTRA_FONT) || defined(WITH_EXTRA_GALLERY) || defined(WITH_EXTRA_SAMPLE) || defined(WITH_EXTRA_TEMPLATE)
13 Module gid_Module_Optional_Accessories
14     ParentID = gid_Module_Optional;
15     Files = (
16   ); 
17     Sortkey = "300";
18     Default = YES;
19     MOD_NAME_DESC(MODULE_OPTIONAL_ACCESSORIES);
20 End
22 #endif