summaryrefslogtreecommitdiff
path: root/uitest/calc_tests
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/calc_tests')
0 files changed, 0 insertions, 0 deletions
ject'>add ipv6 enabled maven repositoryChristian Lohmaier maven central so far doesn't support ipv6 on the primary URL (see https://issues.sonatype.org/browse/MVNCENTRAL-658 ), it is only enabled on a dedicated ipv6.repo1.maven.org URL currently. Add that one to the list of repositories so that ipv6-only hosts can also fetch the dependencies. (when using internal ipv4 as well, you'll also need to export JAVA_OPTS="-Djava.net.preferIPv6Addresses=true" since otherwise the gradle wrapper fails to download gradle) Change-Id: I22f0e07fd4e6bb518396f76db20c174e45588372 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147917 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> 2023-02-28sw: RTF export: fix assert on fdo37077-1.rtfMichael Stahl soffice.bin: /home/ms/lo/master/svl/source/items/itempool.cxx:822: const SfxPoolItem& SfxItemPool::GetDefaultItem(sal_uInt16) const: Assertion `!"unknown which - don't ask me for defaults"' failed. Because editeng doesnt have RES_MARGIN_TEXTLEFT yet and it's mapped to a slot id so the dialog works... Looks like this TABS_RELATIVE_TO_INDENT doesn't exist in editeng anyway. (regression from commit db115bec9254417ef7a3faf687478fe5424ab378) Change-Id: I64169a4d6f4663adaa2a17786836c2dcc7e1f394 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148006 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> 2023-02-28Fix typo in XComponent doc: "there" -> "their"Michael Weghorn Change-Id: I1e7be83bffc17d6887ecb9ac43afe82aae6d661e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147973 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>