diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-09-14 20:05:02 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-09-14 21:47:55 +0200 |
commit | 31a7e0e46fe9bde0d68eabcc185ffccb931f9f7e (patch) | |
tree | d0edb0a9639009995fb294b61a2d96189ac02883 /bin/flat-odf-cleanup.py | |
parent | a32d49bdf1b3f642188b46d2bd7e1bef135edc6d (diff) |
Fix typo
Change-Id: I69213830616ecb2532e4b34dbcc14c0241219f5e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156928
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bin/flat-odf-cleanup.py')
-rw-r--r-- | bin/flat-odf-cleanup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |