Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / scp2 / source / spsupp / module_spsupp.scp
blob39c547a5fa5c0e42a557f92af4598023cd001a6e
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 #include "AutoInstall/spsuppfiles"
13 #ifdef WNT
15 Module gid_Module_Optional_SharePointSupport
16     ParentID = gid_Module_Optional;
17     Name = "gid_Module_Optional_SharePointSupport";
18     Description = "gid_Module_Optional_SharePointSupport";
19     Sortkey = "1300";
20     Default = YES;
21     Styles = (HIDDEN_ROOT);
22     Files = (auto_spsuppfiles_ALL);
23 End
25 #endif