Commit graph

460862 commits

Author SHA1 Message Date
Caolán McNamara
9fb51a1513 ofz#32152 OOM in pngfuzzer
for the simple cases don't use an extra buffer, do it inplace on dest
scanline

Change-Id: I9f71e57b9fede3d9ad777e63278ec5dc1fa68c57
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112666
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:21:32 +01:00
Caolán McNamara
6e8d5b28c2 cid#1473991 Dereference null return value
Change-Id: Id5aa369ac5edac5bb5d0c7adaadc4b6495b63750
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113023
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:20:40 +01:00
Caolán McNamara
ba5d6da97c cid#1222240 silence bogus Untrusted divisor
Change-Id: Ib828267bdb47414cf4ace0756e5cfd519f679643
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113022
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:20:15 +01:00
Xisco Fauli
66db90c01d tdf#96161: chart2_export: Add unittest
Change-Id: I8460a1acd937f06926452dcf01bf39c355e7d9df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113001
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-24 16:19:54 +01:00
Caolán McNamara
90477ff28e cid#1474278 Untrusted divisor
Change-Id: Ia7b399d1ccb27317c1ac7f3505f435797b8f47dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113021
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:19:36 +01:00
Caolán McNamara
ea5da55b83 cid#1474444 Division or modulo by zero
Change-Id: I46b5c64c250860e38f9d3601266db039a705d9b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113020
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:18:52 +01:00
Caolán McNamara
2206e6e8f0 cid#1474443 Uninitialized scalar variable
Change-Id: I346425552d437cfd77dced31efca384d8de7b542
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113019
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:17:28 +01:00
Caolán McNamara
493393d651 Resolves: tdf#135364 ensure the window is released by a11y dispose
the window dtor wasn't called with a11y enabled, with the side
effect that the pen color wasn't stored by the dtor

Change-Id: I5f482f53d4d93f1e2632cacf7c0a7407f0df1450
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112991
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 16:16:17 +01:00
László Németh
0fe7070c9f tdf#140757 sw ChangesInMargin: fix crash on Undo of Accept All
Change-Id: Ia1e0a58b0843f34c0f5042fdc147c4035e868255
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112946
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2021-03-24 15:10:07 +01:00
Balazs Santha
e463d23955 tdf#140731: sw transliteration: avoid too many redlines
As a workaround for the performance regression
from commit 2d3c77e9b1
(tdf#109266 sw change tracking: track transliteration),
switch off redlining to avoid ~freezing, if a single
transliteration could result too many (>~500) redlines.

A single transliteration creates n redlines
for n paragraphs of the selected text, except in
the case of transliterating to title case, where it
creates n redlines for n words. It's very easy
to freeze Writer, because Writer's slowing down with
n redlines is described by an O(n²) (quadratic) time
complexity. Eg. in an experiment, title casing
~660 words was 6 sec, but ~3000 words was 85 sec,
regarding to creating 660 vs 3000 redlines.

Note: this is a partial revert of commit
2d3c77e9b1, if the
selection contains more than 500 paragraphs (or in the
case transliterating to title case, ~500 words).

Change-Id: Iad98943cc9e1ed64aa9779e49ee3e941abad02ac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111637
Tested-by: Jenkins
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2021-03-24 15:08:18 +01:00
Noel
4f3fb443ce use mutable rather than const_cast..this
Change-Id: I0512ac563a8065814bccbcd942a47f1c5fa11c04
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113018
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-24 14:33:04 +01:00
Alain Romedenne
2c5677647e Update git submodules
* Update helpcontent2 from branch 'master'
  to 1b6dd9ef516340ceeef990671ea1571b70794d0e
  - Basic DateXXX methods
    
    - Fix to Basic DateXxx examples
    - Locale independant date literals documentation
    - keywords arguments examples
    
    Change-Id: I906b035bb687e6164c6b296f50449986414fa756
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112616
    Tested-by: Jenkins
    Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
2021-03-24 14:30:15 +01:00
Justin Luth
34e80d9040 tdf#141173 docx export: revert fdo#75604: File Corruption
It looks to me like a "this fixes my document" patch.
In the meantime, the real issue seems to have been solved,
since the unit test passes, and a round-tripped document
looks fine in MS Word 2016.

This fixes a regression in 7.2 - bug 11173.
(The regression backport to 7.1 should just be reverted.)

Change-Id: I329b3b9ca23d86acd05a0a61c719f2c3bce412f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112994
Tested-by: Jenkins
Reviewed-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-03-24 13:39:14 +01:00
Miklos Vajna
07db9f59c0 sw: clean up not needed HAVE_FEATURE_PDFIUM ifdefs
Towards completely avoiding the HAVE_FEATURE_PDFIUM ifdef forest.

Change-Id: I0bbeeda32b61669429ad12f51d4ce0e8603e4822
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113010
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-03-24 13:37:11 +01:00
Miklos Vajna
faa8f4ff35 sw bibliography, refer to a page: add open hyperlink context menu
This brings bibliography entry fields with URLs closer to hyperlinks,
which already had the same context menu.

Change-Id: I8680a0fccb1f75c15cdcc52f86fabf1c57b5635e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112981
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2021-03-24 12:48:04 +01:00
Andrea Gelmini
b6632bd41b Revert "Fix typo"
This reverts commit 4550b35781.

Change-Id: I279bb86bb876179d470a736f638446ffeaac9508
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112959
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-03-24 12:47:08 +01:00
Olivier Hallot
477bbad3dd Update git submodules
* Update helpcontent2 from branch 'master'
  to 234c4c4faf76533586563f828fc6d533eeac8bc1
  - fix build
    
    Change-Id: I2755ba81c466844a1876a51daa6157f731670caf
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112961
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-24 11:53:38 +01:00
Hossein
c16158772d Using .md extension/Markdown syntax for modules README
Renaming all README files for all top level modules to README.md,
applying no content change at this stage to be able to track history
of the files. These files should be edited to use correct Markdown
syntax later.

Change-Id: I542fa3f3d32072156f16eaad2211a397cc212665
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112977
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2021-03-24 11:46:14 +01:00
Steve Fanning
ea184837a5 Update git submodules
* Update helpcontent2 from branch 'master'
  to 1a5176e2d466ff7dddcdd6c609e85357fc6451a3
  - Update to improve the Help page for Calc's 12 database functions.
    
    File affected - 04060101.xhp
    
    Change-Id: Iacc2be5f269b1e7157a1cc62b3706d84bac9985e
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112517
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-24 11:43:40 +01:00
Xisco Fauli
58eedc89e9 tdf#117879: sc: Add UItest
Change-Id: I131470b6c0d41d99a23e03e08209a7f222e6ba67
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113014
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-24 11:34:02 +01:00
Ilmari Lauhakangas
8c8f3f88bf Update git submodules
* Update helpcontent2 from branch 'master'
  to a202f3a40b93e86354a32bcac95e595f5f636769
  - tdf#139778 Change border to margin in QR code help
    
    Change-Id: I526f67251df7d1b8118bb3ee2c273e0037a12bdd
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113024
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-24 11:28:31 +01:00
Andrea Gelmini
d81115693e Update git submodules
* Update helpcontent2 from branch 'master'
  to 828039873c64350a1677d899f858150eb6765686
  - Fix typo
    
    Change-Id: I11719133be2c9172d5fcec47b8ffd83a3441c321
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113008
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-24 11:24:58 +01:00
Andrea Gelmini
a4f4f08011 Update git submodules
* Update helpcontent2 from branch 'master'
  to e4bcdd6581b7b639a6efe165b4a7852321872afe
  - Fix typo
    
    Change-Id: I37bbe9182c4d6c2d919d26e4f1fcd21833f88318
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113007
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-24 11:23:58 +01:00
Caolán McNamara
2beb392239 Related: tdf#141197 critical a11y warning
** (soffice:19098): CRITICAL **: 13:44:40.365:
AtkObject* atk_object_wrapper_ref(const com::sun::uno::Reference<com::sun::accessibility::XAccessible>&, bool):
assertion 'bool(rxAccessible)' failed

probably since...

commit cbc18cc904
Date:   Mon Nov 23 21:03:28 2020 +0100

    tdf#138425 vcl/gtk activate main menu in UpdateFull

Change-Id: Ieb181e02bb0d2a907aec8534349ec2a80fd9c7e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113000
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-24 10:13:24 +01:00
Xisco Fauli
33324a4186 sd_import_tests: simplify test
Change-Id: Idf1bae6bfb8a41d2bea65c4e1848368d2a2abd14
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112984
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-24 09:39:29 +01:00
Xisco Fauli
71f3980e40 tdf#141171: vcl_pdfexport: Add unittest
Change-Id: Ic577103b84afc97dfe9042b3b0a20988b8083e54
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112974
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Tested-by: Jenkins
2021-03-24 08:38:37 +01:00
homeboy445
a20c9604f1 QR Code Dialog: Change term 'border' to 'margin'
This adds a margin around the qr code (white space), not a border.

Change-Id: If3e74dfe19dd7f9c063eaa6439810d617a99cb45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112831
Tested-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-03-24 08:36:44 +01:00
Stephan Bergmann
10fbf2b80e Skip a problematic UITest for --with-help=html/online
Change-Id: I703eba78bb2980ac27dd11f36e03ef86c9662338
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112993
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
2021-03-24 07:59:40 +01:00
Vincent LE GARREC
7fb85fa0f0 tdf#124176 Use pragma once in sd
Change-Id: Ic439140d9ecdcdee9272185bd3c2d11e11288f07
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112051
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-03-24 07:39:31 +01:00
Tamás Zolnai
bdbb5d0389 Revert "lok: switch to the correct view before any UI update is done
via SfxBindings."

This reverts commit 35b81a05c7.

Change-Id: I29adf767d2bf3fa0f19b13f8eae3d2464cd90601
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112997
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2021-03-23 23:56:08 +01:00
Tamás Zolnai
f36baa4755 Revert "Remove this unreliable check."
This reverts commit cb0dfff9a4.

Change-Id: I10434f0cab65825532b2adff9a0961067d3dba7b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112996
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2021-03-23 23:55:47 +01:00
Jan-Marek Glogowski
5e1b3e924a Rename LO Windows arm64 ID to aarch64
The Windows platform is called Arm64. But now that the ID for Mac
is also going to be renamed from arm64 to aarch64, this get's rid
of the arm64 as the UNO identifier and user in gbuild, just like
on all other Arm64 platforms.

Change-Id: I60a7eafd04b426f17b6e41ad9a09e6405c0d4173
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112973
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2021-03-23 23:46:12 +01:00
Jan-Marek Glogowski
2a0ff854b1 WIN always check jdk_home path and content
Change-Id: If13984395051c3e507028312a4106059f3f0bb93
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112972
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2021-03-23 22:57:37 +01:00
Jan-Marek Glogowski
1c51a52fda VCL force Scheduler instant timeout on task skip
If we skipped the current task processing, we need to immediately
schedule a new timeout, as we know there is a pending task. So set
nMinPeriod to 0, as it contains the period to the next pending
task, and update the system timer.

Fix regression from commit d3b498cc47
("invoke idle priority timers only when actually idle").

Change-Id: Ie3fc176fade595ec7406fec0835835bd86dfbd90
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112762
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2021-03-23 19:58:49 +01:00
Olivier Hallot
e7664871ee Update git submodules
* Update helpcontent2 from branch 'master'
  to ab806360c69c9f59c7782535d4e8a95bd939276e
  - Refatctor database help files
    
    put them in /sdatabase/
    
    Change-Id: I80bcd63dacf36f36e189dfe93e6a4f7ab5d865e5
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112940
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-23 16:51:42 +01:00
Caolán McNamara
1f7adcdfa2 ofz: Integer-overflow
convert to double earlier

Change-Id: I6d6a1bf3a09161772eb11a5ac260dc0cac2b6e0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112944
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-23 16:33:29 +01:00
Justin Luth
2a7617653f tdf#125936 writerfilter: treat escapement in numbering like styles
deferCharacterProperties wasn't occurring in the numbering import
(and so it was affecting the first run of the body text).

But just like character styles, it would be better to just
consider this auto-superscript instead of to defer it
and calculate based on the fontsize - since that really
isn't known until layout time, and so only works with
direct formating.

Change-Id: I9ce5a31c173089603316f4c3389e5f2e5dbe165a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112982
Tested-by: Jenkins
Reviewed-by: Justin Luth <justin_luth@sil.org>
2021-03-23 15:43:57 +01:00
Mehmet Sait Gülmez
e8017041a1 tdf#124176: Use pragma once instead of include guards
Change-Id: Ie396c62d7743918c36ee0a2041f26c7a7e70c802
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112945
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-03-23 15:13:49 +01:00
Panos
9c6da8a14a tdf#124176 replace include guards with pragma once
Change-Id: Iac0caac45130fd7da21ed9e7869abbd288931747
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112975
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-03-23 15:12:52 +01:00
Tor Lillqvist
14de0fdeb7 Add -a option to dump all pasteboard types plus some minor cleanup
Change-Id: I1cbc11eaad16a7af9b8ff665c4c35b417b1860bc
2021-03-23 16:10:41 +02:00
Luboš Luňák
a8c23e5e5b do not use invalid SalLayoutGlyphs
It triggers a warning in ImplLayout(), which technically could be
downgraded to SAL_INFO, but I think it's better to keep it there
to catch possible mistakes.

Change-Id: I2ab0a0cf49fc07a4e23f3ec57e7375723a20b669
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112935
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-03-23 13:42:45 +01:00
Vincent LE GARREC
24552a0b5b tdf#124176 Use pragma once in s*
sc, scaddins, sccomp, scripting

Change-Id: Ia99fec9e238033821cb784810edd4762c09bd5db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112049
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-03-23 13:39:56 +01:00
Stephan Bergmann
59b0dd6e94 Forgotten dp_misc::isPlatformSupported support for PLATFORMID=macosx_aarch64
Change-Id: Ie3dfa624e3e4b8bad0c845175c2bff30feadbc23
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112890
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-03-23 13:37:42 +01:00
Vincent LE GARREC
aef40e7388 tdf#124176 Use pragma once in x*
xmlhelp, xmloff, xmlsecurity

Change-Id: I80c6fa806387f3dcba8be7f93fe2fef146b033e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112050
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-03-23 13:14:42 +01:00
Vincent LE GARREC
90c978f839 tdf#124176 Use pragma once in f*
filter, forms, fpicker, framework

Change-Id: I55a25ad2dc3749e63465e638e8eeea3c322eabbf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112047
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-03-23 13:07:09 +01:00
Christian Lohmaier
88eb9f73ff Update git submodules
* Update translations from branch 'master'
  to 943a62baf90a015aac8846f3b8d88c8a49787fe7
  - update translations for master
    
    and force-fix errors using pocheck
    
    Change-Id: I2afa643ae8af893ee3fce0009bcfac545a12b6f3
2021-03-23 12:48:20 +01:00
Vincent LE GARREC
6069a66690 tdf#124176 Use pragma once in connectivity
Change-Id: I4a57cd6dcbc180fe9a378d2713c687a66476ee79
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111979
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-03-23 12:12:27 +01:00
Eike Rathke
b82d677b3e Assert supported FormulaGrammar instead of OSL_ENSURE
Change-Id: I80e1c55dbc66d1dcba004aac5cb5759a41bda680
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112860
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
2021-03-23 11:42:25 +01:00
Olivier Hallot
9af9d3da37 Add extended tip to dialog button
Change-Id: If337f1e12209be072410759784279c57e71be3b7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112721
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2021-03-23 11:40:11 +01:00
Noel
32a16bae41 TransformControlValue can return unique_ptr
Change-Id: I902ba385d72a15e52b692da373f2fee5be6fc621
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112947
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-23 11:17:00 +01:00