summaryrefslogtreecommitdiff
path: root/help3xsl/tdf_matomo.js
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2025-01-18 13:41:00 +0200
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2025-01-18 17:51:29 +0100
commit9b807f92a620c372440cb50a9f8a6627bf6cbfa6 (patch)
tree4d2de876339fd76201a2b18f6247db11573f947f /help3xsl/tdf_matomo.js
parent3d3e92d81a489c7d96a9d55d3a14279221028824 (diff)
Clean up and optimise CSS
Prefer readability over compactness. Repetition is fine, if it helps with readability. Took some tips from this validator: https://stylelint.io/demo/ Change-Id: I36108e2f063c848182503ea469d146bb00099a75 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/180438 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit fae33ebe38ef8314058d90831f2b6c933feb4e8e) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/180453 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Jenkins
Diffstat (limited to 'help3xsl/tdf_matomo.js')
0 files changed, 0 insertions, 0 deletions
alue='feature/themesupport2'>feature/themesupport2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/JunitTest_sw_unoapi_1.mk
AgeCommit message (Collapse)Author
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski
Originally I just wanted to add the juh.jar to the list of jars of the UNO API tests, but this became tedious work, so after the first few files I decided to replace the similiar makefiles with a common define for the *_unoapi* tests. This patch adds two new make defines to be used used by Java UNO and UNO API tests: - gb_JunitTest_set_unoapi_test_defaults - gb_JunitTest_set_unoapi_test_class_and_jars The first one will deduce most defaults from the test name, but still allows to optionally override most settings. If a test doesn't match the default at all, the 2nd define still shares the common jar files and the main Java UNO class, so the second define adds these to your makefile. The real fix is to add juh.jar to gb_JunitTest_use_jars. Change-Id: I4342fdac5e31f85ea18fb4268e13c287a7adc2b7 Reviewed-on: https://gerrit.libreoffice.org/63118 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2015-05-29split sw unoapi test for performanceBjoern Michaelsen
- test previously took 3m35s here - slowest part is now 70s Change-Id: I4a3e03cf6ef014ad60ecf6897b7395a680c33460 Reviewed-on: https://gerrit.libreoffice.org/15957 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>