bin/flat-odf-cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 31a7e0e46fe9bde0d68eabcc185ffccb931f9f7e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Sep 14 20:05:02 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Sep 14 21:47:55 2023 +0200 Fix typo Change-Id: I69213830616ecb2532e4b34dbcc14c0241219f5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156928 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/bin/flat-odf-cleanup.py b/bin/flat-odf-cleanup.py index 82c5a0f808ab..4bec6a5ae236 100644 --- a/bin/flat-odf-cleanup.py +++ b/bin/flat-odf-cleanup.py @@ -84,7 +84,7 @@ def collect_all_attribute(usedstyles, attribute): usedstyles.add(element.get(attribute)) def remove_unused(root): - # 1) find all elements that may reference page styles - this gets rid of some paragaraphs + # 1) find all elements that may reference page styles - this gets rid of some paragraphs usedpstyles = get_used_p_styles(root) print(usedpstyles) usedtstyles = set()