Bump version to 4.1-6
[LibreOffice.git] / writerfilter / source / doctok / sprmids.xsl
blob22f718302211eca73c8edfd76db594c2ba4de241
1 <!--
2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
17 -->
18 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
19 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:UML = 'org.omg.xmi.namespace.UML' xml:space="default">
20 <xsl:output method="text" />
22 <xsl:include href="resourcetools.xsl"/>
24 <xsl:template match="/">
25 <out>
26 <xsl:text>
28 * This file is part of the LibreOffice project.
30 * This Source Code Form is subject to the terms of the Mozilla Public
31 * License, v. 2.0. If a copy of the MPL was not distributed with this
32 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
34 * This file incorporates work covered by the following license notice:
36 * Licensed to the Apache Software Foundation (ASF) under one or more
37 * contributor license agreements. See the NOTICE file distributed
38 * with this work for additional information regarding copyright
39 * ownership. The ASF licenses this file to you under the Apache
40 * License, Version 2.0 (the "License"); you may not use this file
41 * except in compliance with the License. You may obtain a copy of
42 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
45 THIS FILE IS GENERATED AUTOMATICALLY! DO NOT EDIT!
47 #ifndef INCLUDED_SPRMIDS
48 #define INCLUDED_SPRMIDS
50 #include &lt;sal/types.h&gt;
52 </xsl:text>
53 <xsl:apply-templates select=".//UML:Model" mode="sprmids"/>
54 <xsl:text>
56 #endif // INCLUDED_SPRMIDS&#xa;</xsl:text>
57 </out>
58 </xsl:template>
59 </xsl:stylesheet>