1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 #include "AutoInstall/reportbuilder"
14 Module gid_Module_Reportbuilder
15 PackageInfo = "packinfo_office.txt";
16 MOD_NAME_DESC(MODULE_OPTIONAL_REPORTDESIGN);
17 ParentID = gid_Module_Optional;
20 Dirs = (gid_Dir_Share_Reportbuilder);
21 Files = (auto_reportbuilder_ALL,
22 gid_File_Xcd_Reportbuilder);
25 Directory gid_Dir_Share_Reportbuilder
26 ParentID = gid_Brand_Dir_Share;
27 DosName = "reportbuilder";
30 File gid_File_Xcd_Reportbuilder
32 Dir = gid_Brand_Dir_Share_Registry;
33 Name = "reportbuilder.xcd";
37 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */