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 Module gid_Module_Filter
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);
20 gid_File_Dat_OoxDrawingmlAdjNames,
21 gid_File_Dat_OoxDrawingmlCsPresets,
22 gid_File_Dat_VmlShapeTypes);
25 Directory gid_Dir_Share_Filter
26 ParentID = gid_Brand_Dir_Share;
30 File gid_File_Dat_OoxDrawingmlAdjNames
32 Dir = gid_Dir_Share_Filter;
33 Name = "oox-drawingml-adj-names";
37 File gid_File_Dat_OoxDrawingmlCsPresets
39 Dir = gid_Dir_Share_Filter;
40 Name = "oox-drawingml-cs-presets";
44 File gid_File_Dat_OoxVmlShapeTypes
46 Dir = gid_Dir_Share_Filter;
47 Name = "vml-shape-types";
51 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */