don't list Accessories category when it is empty fdo#37135
[LibreOffice.git] / scp2 / source / accessories / module_accessories.scp
blobef5d390815df29696080cc96e5cd33cc57d7e89a
1 /*
2  * Version: MPL 1.1 / GPLv3+ / LGPLv3+
3  *
4  * The contents of this file are subject to the Mozilla Public License Version
5  * 1.1 (the "License"); you may not use this file except in compliance with
6  * the License. You may obtain a copy of the License at
7  * http://www.mozilla.org/MPL/
8  *
9  * Software distributed under the License is distributed on an "AS IS" basis,
10  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11  * for the specific language governing rights and limitations under the
12  * License.
13  *
14  * The Initial Developer of the Original Code is
15  *       Kálmán Szalai - KAMI <kami911@gmail.com>
16  * Portions created by the Initial Developer are Copyright (C) 2010 the
17  * Initial Developer. All Rights Reserved.
18  *
19  * Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
20  *
21  *
22  * Alternatively, the contents of this file may be used under the terms of
23  * either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24  * the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25  * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26  * instead of those above.
27  */
29 #include "macros.inc"
31 #if defined(WITH_EXTRA_FONT) || defined(WITH_EXTRA_GALLERY) || defined(WITH_EXTRA_SAMPLE) || defined(WITH_EXTRA_TEMPLATE)
33 Module gid_Module_Optional_Accessories
34     ParentID = gid_Module_Optional;
35     Files = (
36   ); 
37     Sortkey = "300";
38     Minimal = NO;
39     Default = YES;
40     MOD_NAME_DESC(MODULE_OPTIONAL_ACCESSORIES);
41 End
43 #endif