summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-14 22:00:12 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-14 22:44:00 +0100
commit8a107f30492bde0521846035b99f4bc5b3028374 (patch)
tree3a47bf39db7e2415d614f10686dea5eb0feefee5 /filter
parent8c27460cd4b1251b099c1b23206e62b10639dba3 (diff)
Fix typo
Change-Id: Ie98e584633177e6268d831abed488f1d0fa1688e Reviewed-on: https://gerrit.libreoffice.org/85152 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/body.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index 26a344928097..ba6bdd78f6c2 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -334,7 +334,7 @@
<draw:frame>
<draw:text-box>
<text:p>
- Which results in a paragraphs (the last text:p) having a paragraph as its anchestor.
+ Which results in a paragraphs (the last text:p) having a paragraph as its ancestor.
In HTML a 'p' can only have inline documents (no other 'p' as children'),
a 'div' will be given for the ancestors instead.
2) ODF images are embedded in a paragraph, but CSS is not able to express a horizontal alignment for an HTML image (text:align is only valid for block elements).
@@ -1945,7 +1945,7 @@
A numbered label (e.g. 2.C.III) is created for every text:list-item/header.
Above list levels are listed in the label, if the list-style requires this. Levels are separated by a '.'
Formatation is dependent for every list level depth.
- The label is passed from anchestor text:list-item/header and if required truncated.
+ The label is passed from ancestor text:list-item/header and if required truncated.
The prefix/suffix (as well list level dependent) comes before and after the complete label (after truncation)
-->
<!-- Numbered label will be generated -->