[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Dec 14 21:44:53 UTC 2019
filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8a107f30492bde0521846035b99f4bc5b3028374
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Dec 14 22:00:12 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Dec 14 22:44:00 2019 +0100
Fix typo
Change-Id: Ie98e584633177e6268d831abed488f1d0fa1688e
Reviewed-on: https://gerrit.libreoffice.org/85152
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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 -->
More information about the Libreoffice-commits
mailing list