Added 20 words to autocorrect pt_PT
[LibreOffice.git] / xmloff / dtd / defs.mod
blobff0990dd22d1a228ed322bd64c60919073485d4a
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 -->
19 <!-- This module should contain entities intended for content definitions
20 in several other modules. Putting all of them here should remove
21 (some) order dependencies of the other module files
22 -->
24 <!-- text marks for tracking changes; usually used inside of paragraphs -->
25 <!ENTITY % change-marks "text:change | text:change-start | text:change-end">
27 <!-- (optional) text declarations; used before the first paragraph -->
28 <!ENTITY % text-decls "text:variable-decls?, text:sequence-decls?,
29 text:user-field-decls?, text:dde-connection-decls?,
30 text:alphabetical-index-auto-mark-file?" >
32 <!-- define the types of text which may occur inside of sections -->
33 <!ENTITY % sectionText "(text:h|text:p|text:ordered-list|
34 text:unordered-list|table:table|text:section|
35 text:table-of-content|text:illustration-index|
36 text:table-index|text:object-index|text:user-index|
37 text:alphabetical-index|text:bibliography|
38 text:index-title|%change-marks;)*">
40 <!ENTITY % headerText "(%text-decls;, (text:h|text:p|text:ordered-list|
41 text:unordered-list|table:table|text:section|
42 text:table-of-content|text:illustration-index|
43 text:table-index|text:object-index|text:user-index|
44 text:alphabetical-index|text:bibliography|
45 text:index-title|%change-marks;)* )">