fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / source / ooo / module_filter.scp
blobbc19b9198c832e28c7e3c4682fc2aa4b5644a462
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  */
10 #include "macros.inc"
12 Module gid_Module_Filter
13     Name = "Filter Data";
14     Description = "Filter Data";
15     PackageInfo = "packinfo_office.txt";
16     ParentID = gid_Module_Root_Brand;
17     Styles = (HIDDEN_ROOT);
18     Dirs = (gid_Dir_Share_Filter);
19     Files = (
20         gid_File_Dat_OoxDrawingmlAdjNames,
21         gid_File_Dat_OoxDrawingmlCsPresets,
22         gid_File_Dat_VmlShapeTypes);
23 End
25 Directory gid_Dir_Share_Filter
26     ParentID = gid_Brand_Dir_Share;
27     DosName = "filter";
28 End
30 File gid_File_Dat_OoxDrawingmlAdjNames
31     TXT_FILE_BODY;
32     Dir = gid_Dir_Share_Filter;
33     Name = "oox-drawingml-adj-names";
34     Styles = (PACKED);
35 End
37 File gid_File_Dat_OoxDrawingmlCsPresets
38     TXT_FILE_BODY;
39     Dir = gid_Dir_Share_Filter;
40     Name = "oox-drawingml-cs-presets";
41     Styles = (PACKED);
42 End
44 File gid_File_Dat_OoxVmlShapeTypes
45     TXT_FILE_BODY;
46     Dir = gid_Dir_Share_Filter;
47     Name = "vml-shape-types";
48     Styles = (PACKED);
49 End
51 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */