diff options
author | Kevin Suo <suokunlong@126.com> | 2021-05-31 22:45:00 +0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@gerrit.libreoffice.org> | 2021-05-31 16:45:00 +0200 |
commit | cfca68e0f70f6b9fa54f32cc21585c073677229b (patch) | |
tree | 79002f0c63b335bbd578b622c32b87b6a727b74b | |
parent | cf23ebbbc356aa676077494585781ba6e8f937ba (diff) |
Update git submodules
* Update helpcontent2 from branch 'master'
to 226a545d33667a0c9526593a5182ac0a849933e2
- tdf#142417: Improve convertfilters.py and add API Names column
This commit involves two parts:
1. Improved the convertfilters.py helper script to make sure
the generated convertfilters.xhp file is complete, accurate
and containing no duplicated entries, and also add codes
to also generate API Names column, as discussed in tdf#142417.
Importantly, the code is modified to generate fixed IDs,
rather than the previously random IDs or sequential IDs which
may make the PO translation strings to show fuzzy when the
file is re-generated.
2. This helper script is run and the convertfilters.xhp is
updated.
3. The default css is modified to better display the page.
There is no need to set overflow=auto for the DisplayArea,
otherwise the scrollbar goes to the bottom of that area which
is not visible. Also added a css class to display smaller
fonts for the table.
Change-Id: I8a5c73c9d6a0c0b44fc7db6cb67b140bfeb8b4be
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116405
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
m--------- | helpcontent2 | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/helpcontent2 b/helpcontent2 -Subproject 8ca38307bd81fbb37a664dd848fd1fda2c2b418 +Subproject 226a545d33667a0c9526593a5182ac0a849933e |