Commit graph

447481 commits

Author SHA1 Message Date
Andrea Gelmini
8305d28f8d Fix typo
Change-Id: Id3fe1d66cb1d3cb57f8aa5e652bf1c9ad6346091
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90286
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-10 20:43:41 +01:00
Andrea Gelmini
d3bd47f3d0 Fix typo
Change-Id: I81f5b545641e21a602f3858815c5a3b9ca0c8e8f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90287
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-10 20:43:18 +01:00
Andrea Gelmini
d527d9cd14 Fix typo
Change-Id: I7742e947c4657bed5484b939f4a0972155081ff1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90288
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-10 20:42:53 +01:00
Andrea Gelmini
3e7afb028a Fix typo
Change-Id: I0e41ac95532b8d1782c4a5148a2b70b1d8a13b16
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90289
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-10 20:40:56 +01:00
Miklos Vajna
01dbb38680 tdf#61274 sd PDF export: fix links ending up on wrong pages with hidden slides
SdPage::IsExcluded() decides if a slide is hidden,
SdXImpressDocument::render() checks for this and returns early if
needed. In that case PDFExport::ExportSelection() detects that the
produced metafile has no actions and avoids creating a PDF page.

Then Impress links are created using the
vcl::PDFExtOutDevData::CreateLink() call in
drawinglayer::processor2d::VclMetafileProcessor2D::processTextHierarchyFieldPrimitive2D(),
not specifying the PDF page number explicitly. This means the link is
created on the "current" page number, set in
vcl::PDFExtOutDevData::SetCurrentPageNumber(), called by
PDFExport::ExportSelection(), but that filter/ code can't know about
hidden slides in sd/.

Fix the problem by setting the page number again in
SdXImpressDocument::render(), that way the link created by drawinglayer
will end on the correct page.

Change-Id: Ic29e345d45bc7c944d65e6e450f1d742dd0e9f8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90299
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2020-03-10 20:40:38 +01:00
Stephan Bergmann
11a78fde3b Deref of DynTypedNode* must not outlive owning DynTypedNodeList
Change-Id: I8ac4a2f1e442446384b88f38bdef21644409f8a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90303
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-03-10 20:37:04 +01:00
Noel Grandin
17c467a66d tdf#131088 Automatic Control Focus not working
regression from
    commit a361231b13
    Date:   Fri May 10 10:13:12 2019 +0200
    fix wrong SET/QUERY flags passed to uno::Reference

Change-Id: Id0dd46c3d40f8acab980147c4c7f64911bc30d22
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90293
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-03-10 20:10:25 +01:00
Armin Le Grand
f9e2cfc0d2 tdf#125520 create a persist correctly for OLE
If the D&D-Start described as in the task is an
OLE object we need to create a Persist-object
to copy the included EmbeddedObjectContainer

Change-Id: Ib8b9677bbc3e6c5b3895abc55e6da5b0a96e33d8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90263
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2020-03-10 20:06:59 +01:00
Xisco Fauli
2af67c35d2 tdf#124815: move UItest to CppunitTest
Change-Id: If6482bf6666f00c3c613315cd18d188239ea61f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90265
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2020-03-10 18:33:59 +01:00
Xisco Fauli
55a97625c5 tdf#124816: move UItest to CppunitTest
Change-Id: I2ad49fc599bf2c0d4be79967e935abed13e75970
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90264
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2020-03-10 18:33:33 +01:00
Caolán McNamara
3fb0d46b1e Resolves: tdf#131248 a11y crash when closing SQL Edit Query
Change-Id: I39db7b352dd460f46092a054bfa89f5acdda54c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90259
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-03-10 16:24:15 +01:00
Tor Lillqvist
59fdea242f No need for #ifndef IOS here, this file is not compiled for iOS
Change-Id: I3d7c9e95021ba9bdf3992551eaacda29449704ff
2020-03-10 16:50:20 +02:00
Caolán McNamara
0ddc588164 writer navigator requires ability of per-row extra indent
Change-Id: Iaf34e245b2418c0dddb9a8a449da1a0abdd8def2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90257
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-03-10 15:20:58 +01:00
Stephan Bergmann
9ed75e2c65 Properly use createOneInstanceComponentFactory for javaloader
After 424a7f4045 "add some more libs to libmerged"
had added javaloader to libmerged, destruction of static xStaticRef started to
cause problems at least during CppunitTest_services of --enable-mergedlib
Windows builds (presumably because the relative order of static variable
destruction had changed).

Change-Id: I8307570222cc9a3d9511d090d0dae7f7dfe7a9ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90254
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-03-10 14:17:17 +01:00
Xisco Fauli
976cabe84f tdf#126904: Add unittest
Change-Id: Ie5ec86642bcd4a8822d885d18516ee3ad6fecbfe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90250
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2020-03-10 11:50:42 +01:00
Gülşah Köse
30b23d77c8 tdf#131185 Prevent unnecessary SwapIn calls.
When the http response is 404 or something like
that we shouldn't retry the download embeded image
constantly. This causes libreoffice to short freezes.

Change-Id: I7381d04f12e9fbea961dd0e3333ea0d39aa93d14
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90102
Tested-by: Jenkins
Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
2020-03-10 11:15:53 +01:00
Noel Grandin
20c5a2abb6 use FastParser in DrawAnnotationContext
Change-Id: I4228a5ccbd738d2e51473ded511cf4bfd2b6617d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90244
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-03-10 10:42:10 +01:00
Xisco Fauli
bfee21b6c8 tdf#122232: move UItest to CppunitTest
Change-Id: I6cb9019fea4b1be5af94dcc8811a4f96fc1b6d37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90238
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2020-03-10 10:40:20 +01:00
Caolán McNamara
bd7f647b16 add asterisk<->KEY_MULTIPLY mapping
Change-Id: I4d5a776ed1fa72beece47652cf9e012d65388ea6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90242
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-03-10 10:02:52 +01:00
Gabor Kelemen
a11c10a83f tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I8d8a3e13932b004678b305f9a6883062854f9201
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90140
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-03-10 09:29:27 +01:00
Miklos Vajna
74f0105a2c tdf#128880 sw btlr: fix SwFrame::GetPaintArea() for the row span case
To be specific, this focuses on the case where a single cell has btlr
direction, but the containing row does not, and there is a row span.

The old code that took the logical right of the cell frame served two
purposes, it seems to me:

- in the rare case where the 1st row is wider then a subsequent row, we
  make sure that as the cell frame is expanded downwards, we're still
  inside the table polygon

- in the tb-rl ("Japanese") case, the logical right maps to physical
  bottom, and this way the cell frame is OK to render not only into its
  own row frame, but can expand also downwards.

Given that btlr maps left to bottom, this mechanism is broken there. Be
consistent with the working tbrl case, so just expand towards the
logical left in the btlr case.

The rest of the changes just make sure that SwAttrHandler::FontChg()
calls SwFont::SetVertical() with the correct bVertLayoutLRBT parameter,
which instantly fixes the actual position of the text.

Change-Id: I9032e7c6de72cec704843f3aae3c7848e139ebfa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90241
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-03-10 09:28:24 +01:00
Noel Grandin
edf13fe124 tdf#93831 xlsx file full of pictures of numbers slow to open
Change-Id: I6c984c84c409519a986eacb265c943307a7b57af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90245
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-03-10 09:26:19 +01:00
László Németh
6db846c3c0 tdf#107626 DOCX table export: fix missing trailing cells
resulting broken table layout with incomplete cell merging,
for example, content in extra table rows and in columns
of different lengths.

Change-Id: Ic5057e43d4c66e34ffc1373030be66815ff52563
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90136
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2020-03-10 08:27:02 +01:00
Bjoern Michaelsen
f62079a210 AnnotationField: SwIterator now more ...
Change-Id: I410deb7c23b9a253b4331b12a59abd1d47884d62
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90189
Tested-by: Jenkins
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
2020-03-10 08:18:20 +01:00
Bjoern Michaelsen
a2f3c4b7a4 SwDoc::GetDBDesc(): SwIterator no more ...
Change-Id: I1ed505d07cd8b96ac7f683846ef2053077792a12
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90172
Tested-by: Jenkins
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
2020-03-10 08:17:57 +01:00
Henry Castro
b546a7a461 lok: dialog: check if exists a LOK Window Notifier
When the dialog is about to show, it requires to
send to client side the "created" message. However,
in the constructor has already assigned a notifier
from the parent window.

Change-Id: I1120ad1c1c70449048d6739b8564d1c1f6b1c7e3
Reviewed-on: https://gerrit.libreoffice.org/84908
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90243
Tested-by: Jenkins
2020-03-10 02:23:29 +01:00
Jim Raykowski
b39c08773d tdf#131208 Don't try to set cursor focus after style apply
It seems after a style is applied, the outliner view pointer points to
an OutlinerView that has been removed. This results in a crash when
trying to access OutlinerView functions to set cursor focus to the
document. Avoid this by checking if a style has just been applied.

Change-Id: Idda11567506fcc60a830dce70b86e12e2079c7a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90198
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2020-03-09 22:24:16 +01:00
Julien Nabet
2ede753a8b tdf#130334: Firebird deal with array fields
See https://bugs.documentfoundation.org/show_bug.cgi?id=130334#c11
See https://firebirdsql.org/file/documentation/reference_manuals/fblangref25-en/html/fblangref25-datatypes-bnrytypes.html#fblangref25-datatypes-array
Change-Id: I27c53b9c771fcdb3b89e66af325a8234c7de08bb

Change-Id: I7b9d27f78e351eda611d13f5a07ef3c80ff00e3a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90239
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-09 20:54:03 +01:00
Tomaž Vajngerl
6340984c36 get rid of ImplPrimitive2DIDBlock in polypolygonprimitive2d.cxx
Change-Id: I052f5823a4b040c477995f7f64787121f510e97d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90195
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-03-09 20:32:01 +01:00
Noel Grandin
c8dbdd691e use FastParser in XMLAnimationsContext
Change-Id: Ib6c99e7aa9d2797a04b9590c69008f6895f13780
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90217
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-03-09 20:29:33 +01:00
rizmut
c63e40eabf Sukapura: Add "Zoom & Pan" icons, update zoom 100% icons
Change-Id: Ia896ad5c56cdb8b5c8db15e7ea98a77623b77b3e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90236
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-03-09 20:18:14 +01:00
Tomaž Vajngerl
e1fc2e2dbc cleanup namespaces in polypolygonprimitive2d.hxx
Change-Id: I5016acaf0cba3176b8b6a514b7a7cb68ded930b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90196
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-03-09 20:01:11 +01:00
Andrea Gelmini
00cd7477e4 Fix typo
Change-Id: I988f7c11560128bb5b6aeb8931b574226a91e3af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90225
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-09 19:53:02 +01:00
Andrea Gelmini
65a004ccef Fix typo
Change-Id: I9eea6fe0f221f1287f5b82f3a4ed07321e1c2d4f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90229
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-09 19:52:27 +01:00
Andrea Gelmini
a5dc7a0128 Fix typo
Change-Id: Iefbf8488ce39b22988616ba063a649893e00b7e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90230
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-09 19:51:41 +01:00
Andrea Gelmini
3566040fc3 Fix typo
Change-Id: Idf36cb0328b64f3cb066bc13fb7de0950bd87d41
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90231
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-09 19:51:16 +01:00
Andrea Gelmini
e0f2c49ce9 Fix typo
Change-Id: Id185d85fd4738b74b132b6f4fccbff4ea485df4d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90227
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-09 19:50:52 +01:00
Andrea Gelmini
d9d1f29976 Fix typo
Change-Id: I61451f51725361c2789f29c5e10d43ccb35a5c39
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90228
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-09 19:50:28 +01:00
Michael Weghorn
7374fa59b9 tdf#128308 liblo-native-code: Add some missing services
Those form-related services are needed to handle the bugdoc and
another document with form elements that I was given.

'adb logcat' output for a debug build already showed the cause
of the crashes with messages like:

 W cppuhelper: 31:cppuhelper/source/shlib.cxx:288: unknown constructor name "com_sun_star_form_ORadioButtonControl_get_implementation"

Change-Id: I20232e097bedba13b94e3ff01839d55da819e6cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90232
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2020-03-09 18:30:41 +01:00
Miklos Vajna
0f3b02f383 PDF export: use MARK() when writing links
Links can be created using link or widget annotations, this helps
finding the relevant code when reading the debug output. Same for page
objects.

Change-Id: Iec7f5c5d92da6dfcd0e8b6681a949a42a095ce18
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90233
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2020-03-09 18:07:34 +01:00
Tomaž Vajngerl
60b041f1a0 drawinglayer: move getRandomColorRange to be private to GeoTexSvx
Change-Id: I9b306277a67b793ffd065d40446909ac59da0641
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90190
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-03-09 17:17:38 +01:00
Adolfo Jayme Barrientos
c2bbb2cb8c Rephrase an ungrammatical string
Reported by Tuomas Hietala.

Change-Id: Ib5f0575681911e258a20e6ca9f6a3ab201820dd7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90223
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-03-09 16:41:06 +01:00
LibreOfficiant
5ec3eb9e04 Update git submodules
* Update helpcontent2 from branch 'master'
  to e394800294622c606ca01e3f75c2affc77f547cc
  - faulty link due to an improper uppercase letter
    
    Change-Id: I7955da53204d5eb8bf4dff2713f304776f2befc4
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/90040
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-03-09 16:18:11 +01:00
Caolán McNamara
a1481e0543 add more needed menu accel names
Change-Id: Ie7a0d1267c327b1a315c3159f0c12c3c7a2dcb2d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90220
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-03-09 15:59:28 +01:00
Muhammet Kara
aed83675d1 Install C++ VSCode extension for Gitpod
Change-Id: I631e050316acdcbb42dfbb5e6476a4e8e7cc0f8d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90221
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-03-09 15:54:14 +01:00
Jan Holesovsky
435e95410c Disable gtk in the build-config when cross-compiling.
Not needed at all and gtk3 is already disabled there.

Change-Id: Ic6f8be17645df22a414ae4b191a97b9bf1c16d1b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90206
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-03-09 15:44:07 +01:00
Noel Grandin
e0720d2534 make SpinField DLLPUBLIC again
to fix Window --enabled-mergedlibs

Change-Id: I0459798449e63c5e77a7b2e961520317d2383527
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90218
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Jenkins
2020-03-09 15:26:54 +01:00
Noel Grandin
fca333820d StartElement/EndElement in SdXMLGenericPageContext are superfluous now
after
    commit 2176aed0e3a79bd457ad3678490262dae9ea1361 (HEAD -> master)
    Date:   Mon Mar 9 10:09:48 2020 +0200
    convert SdXMLGenericPageContext to fastparser

Change-Id: I5b1b8dff1a667e4e916b6625a1fca2d0a6b9b9c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90216
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-03-09 14:45:48 +01:00
Miklos Vajna
cfc2a227b4 compilerplugins: remove unused getDeclContext()
Change-Id: I523cc2195be5f200b3e416d1ec3b282e3245ebbb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90214
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-03-09 14:22:50 +01:00
Luca Carlon
358991e3b0 tdf#127687 Qt5 introduce basic HiDPI scaling
For tdf#124292, Qt's own HiDPI scaling was explicitly disabled,
but it turns out, you can't really scale QStyle painting then.

This patch series had a 2nd approach also used by Gtk+ currently,
which relied on the scaling of ths Cairo surface, which works
surprisingly good, but has to lie about the real DPI value, so
nothing is scaled twice. Also all icons are then scaled instead
of rendered with the proper resolution.

When HiDPI support in Qt is enabled, and the application is
started using QT_SCALE_FACTOR=1.25, Qt simply lowers the reported
resolution, keeps the logical DPI value of 96 and changes the
devicePixelRatio to the specified value. But LO still expects
the real DPI values and sizes, so we have to multiply a lot of
rectangles, sizes and positions.

The current result is far from perfect, which you can see with
the various graphics glitches, but it at least doesn't crash
anymore in the ControlType::Editbox sizing code.

The main problem is all the up and downscaling in the
getNativeControlRegion code, so LO knows the size of the widgets
for the correct layouting, since there seem to be no API to
get the scaled values from Qt / QStyle.

Change-Id: I687b1df6ef27724ce68326d256e9addccd72e759
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86239
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2020-03-09 14:19:49 +01:00