Commit Graph

440773 Commits

Author SHA1 Message Date
Noel Grandin
8cbafb908d loplugin:constmethod in editeng
Change-Id: I07e22d880940ea6df928565942dac268f4b94fea
Reviewed-on: https://gerrit.libreoffice.org/78399
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-09-02 20:40:04 +02:00
Tamás Zolnai
e015ce45c2 lok: Don't change mouse pointer when hovering over table borders
Change-Id: If6cc3698e6e7229a01d3147d79a587ead65f9b5e
Reviewed-on: https://gerrit.libreoffice.org/78411
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2019-09-02 19:27:35 +02:00
Stephan Bergmann
e161826d57 tdf#127258: Fix ViewEventHandlerWeakPtrWrapper
...which had been introduced with 042e30a3dc
"Avoid adding a function template declaration to namespace std" but without
taking the ListenerOperations<std::weak_ptr<ListenerTargetT>> partial
specialization (in slideshow/source/inc/listenercontainer.hxx) into account, so
that commit had made some confused changes to the
mpImpl->maViewHandlers.applyAll calls (that can now be reverted).

Change-Id: Iaaafc560dfd34940f1708027808ab4f9b8db7764
Reviewed-on: https://gerrit.libreoffice.org/78405
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-09-02 19:20:01 +02:00
Stephan Bergmann
32a96e44b4 Add -latomic to the end of Linux C++ linker command lines
b11763dbaa "link with -latomic on mips(el),
armel, powerpc, m68k" had added -latomic to the linker command lines of just
some Linux platforms (which apparently happened to actually require it).  But
there were three issues with that:

* The -latomic came too early on the command line, so that it wasn't used to
  satisfy dependencies of .o files that came later.  See the discussion at
  <https://gerrit.libreoffice.org/#/c/78319/> "set -Wl,--no-as-needed for
  -latomic".

* There is presumably no need to include -latomic on C linker command lines.

* <https://gcc.gnu.org/onlinedocs/gcc-7.3.0/libstdc++/manual/manual/using.html
  #manual.intro.using.flags> (matching our Linux libstdc++ 7.3.0 baseline as
  per README.md) states:  "Linking to libatomic is required for some uses of
  ISO C++11 <atomic>."  So we should better include -latomic on every Linux C++
  linker command line that uses libstdc++.  (This patch assumes that we always
  use libstdc++ on Linux.)

Ideally we could rely on -latomic always being available with our baseline
libstdc++ 7.3.0, but when using Red Hat Developer Toolset 7 that appears not to
be the case, as reported by a Jenkins build for an older version of this change
(see below), so use ATOMIC_LIB from the preceding commit
<https://gerrit.libreoffice.org/#/c/78336/> "add -latomic configure check...".

<https://ci.libreoffice.org/job/gerrit_linux_gcc_release/40298/console>:
> [build LNK] Executable/unoapploader
> /opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/ld: cannot find -latomic
> collect2: error: ld returned 1 exit status
> /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/solenv/gbuild/LinkTarget.mk:636: recipe for target '/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/workdir/LinkTarget/Executable/idxdict' failed

This patch adds -latomic only on Linux.  Similar changes can be made for other
platforms if need be.

Change-Id: I75df5410677f4c31c796d7ba85532bcdb47eb111
Reviewed-on: https://gerrit.libreoffice.org/78380
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-09-02 19:11:44 +02:00
Rene Engelhard
098bf3b243 add -latomic configure check...
...in preparation for <https://gerrit.libreoffice.org/#/c/78380/> "Add -latomic to the end of Linux C++ linker command lines"

(copied from https://github.com/zelcash/zelcash/blob/master/build-aux/m4/l_atomic.m4)

Change-Id: I8879a72d730cc08a72c2d8b132ff9f5d2efe7b9f
Reviewed-on: https://gerrit.libreoffice.org/78336
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-09-02 19:11:38 +02:00
Caolán McNamara
ae5fc99491 Related: tdf#126935 rearrange spell dialog for expected tab traversal
so tabbing through goes in visual left to right top to bottom direction

Change-Id: I6ad13b7989464af805aa5ed8a080effe04b9b4c0
Reviewed-on: https://gerrit.libreoffice.org/78389
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-09-02 17:03:30 +02:00
Caolán McNamara
205f141a63 we only need an OutputDevice here, not a Window
Change-Id: I2ba8f61b8dc8570677f3a8f955e3a2cd9bfcd98c
Reviewed-on: https://gerrit.libreoffice.org/78391
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-09-02 17:02:39 +02:00
Eike Rathke
8346af9024 Unnecessary to convert Locale to LanguageTag twice
Change-Id: Ie2de1a8c5555ac1f8a46cacd052efc1a03e6f2ac
Reviewed-on: https://gerrit.libreoffice.org/78395
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2019-09-02 15:38:46 +02:00
Noel Grandin
ed5e44054c loplugin:constmethod in oox
Change-Id: Ie6c9c60288accf7096288aa67d091548e43687cd
Reviewed-on: https://gerrit.libreoffice.org/78397
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-09-02 15:35:31 +02:00
Michael Weghorn
221107a185 configure.ac: Fix '--enable-kde5' compatibility switch
The 'kde5' VCL plugin was renamed to 'kf5' in commit
d3c6ac6d0f ("tdf#125922
rename kde5 to kf5 + plasma5).

Fix the (temporary) compatibility switch, so that
'--enable-kde5' actually enables the build of the 'kf5'
VCL plugin and doesn't just set 'test_kf5' to 'yes' once
again...

Change-Id: I7871b5fc1dc36758a3e3d558da44ae24fd47de41
Reviewed-on: https://gerrit.libreoffice.org/78393
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2019-09-02 15:20:13 +02:00
Tim Bartlett
0fbcac4caa tdf#55436 - Add SYMBOL_CHICAGO numbering scheme (for footnotes)
Includes adding SYMBOL_CHICAGO translations to .docx import/export filters

Change-Id: I5212739d7d04ab400a3d2aa549cb7cfd8531a4b8
Reviewed-on: https://gerrit.libreoffice.org/78114
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
2019-09-02 12:56:05 +02:00
Olivier Hallot
27dc3096f4 Update git submodules
* Update helpcontent2 from branch 'master'
  - Reword help page on set image background
    
    Change-Id: Iaf7ccb576a8881aa7b4eb42819a78b51b884ca4c
    Reviewed-on: https://gerrit.libreoffice.org/78376
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-09-02 12:48:43 +02:00
Olivier Hallot
b2614bd794 Update git submodules
* Update helpcontent2 from branch 'master'
  - Reword sentence on save background image
    
    Change-Id: I381d8394b5c58851b5eaf59223a98994494dfb40
    Reviewed-on: https://gerrit.libreoffice.org/78375
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-09-02 12:48:09 +02:00
Grzegorz Araminowicz
6eb7dd4a26 SmartArt edit UI: add new node
First approach to adding new node. Currently it's possible only to add
top-level node to the end of diagram.

Change-Id: Icd9530ab2fb8987a1690ffc96c244cc845b72eba
Reviewed-on: https://gerrit.libreoffice.org/78286
Tested-by: Jenkins
Reviewed-by: Grzegorz Araminowicz <grzegorz.araminowicz@collabora.com>
2019-09-02 12:38:31 +02:00
Caolán McNamara
1485bcc796 Resolves: tdf#126042 measure text width with the bold font it will render with
Change-Id: I81cc0351e652c632bd85efa6dacb36be66fcfb3c
Reviewed-on: https://gerrit.libreoffice.org/78385
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-09-02 12:05:09 +02:00
Caolán McNamara
51f312c136 Resolves: tdf#127198 assert on dialog from db wizard
Change-Id: Ibc431b4f27d1bb5c848122ef0430b13c6a9dc45b
Reviewed-on: https://gerrit.libreoffice.org/78384
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-09-02 11:45:11 +02:00
Caolán McNamara
355b24919a unused suppressions
Change-Id: I81b5cd9174e195457a7f29b2010d355cf2971fa1
Reviewed-on: https://gerrit.libreoffice.org/78381
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-09-02 11:25:12 +02:00
Caolán McNamara
79efb1b5af avoid gtk 'widget not within a GtkWindow' warning
Change-Id: I6fcbb28b5dcb7c4787de3eb1c2932836822cccfa
Reviewed-on: https://gerrit.libreoffice.org/78374
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-09-02 10:12:37 +02:00
Caolán McNamara
e1f31d2079 drop unnecessary includes
Change-Id: I3e71a9eda34dd836c29af02f7b0adc8acccd1244
Reviewed-on: https://gerrit.libreoffice.org/78373
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-09-02 10:12:22 +02:00
Caolán McNamara
4a95ae505d weld cluster of database form wizards
Change-Id: If40eec5ec00ad96088c0dda96c4733d2a1134f68
Reviewed-on: https://gerrit.libreoffice.org/78368
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-09-02 10:12:04 +02:00
László Németh
00b3c2240b tdf#124491 DOCX: import tracked changes of empty paragraphs
Formatting changes of empty paragraphs weren't imported.

Change-Id: Ife7c83d52549563ab4c3a00a3daff4d8f4fa8386
Reviewed-on: https://gerrit.libreoffice.org/78233
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2019-09-02 07:47:29 +02:00
Andrea Gelmini
41cd3e8e81 Fix typos
Change-Id: I00d678ce942401fa3e53e5c0e159c747a4be6b0b
Reviewed-on: https://gerrit.libreoffice.org/78367
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-09-01 22:38:11 +02:00
Caolán McNamara
7c2ddc3ffd add explicit parent to forms wizards
Change-Id: I2737a43e9c8129163699c922e556c92af566fa55
Reviewed-on: https://gerrit.libreoffice.org/78370
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-09-01 20:20:12 +02:00
Noel Grandin
ac5b519c0b loplugin:unnecessaryvirtual
Change-Id: I53194699cf82a1b8d69680da092a44c73a690e96
Reviewed-on: https://gerrit.libreoffice.org/78371
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-09-01 20:11:53 +02:00
Noel Grandin
9c4ae2ac2b loplugin:unusedfields
Change-Id: I73e94fe2bcf6e206ae8f78380abf2a399aa6dc01
Reviewed-on: https://gerrit.libreoffice.org/78365
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-09-01 18:35:58 +02:00
Caolán McNamara
5a098fea05 Resolves: ofz#16898 Direct-leak in rtl_uString_ImplAlloc
Change-Id: I7bc11108790f8d87396bad3a2c5c2280f8f7d59a
Reviewed-on: https://gerrit.libreoffice.org/78369
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-09-01 17:45:02 +02:00
Noel Grandin
6fb4528649 loplugin:unusedmethods
Change-Id: Ifaf3860a31fc151bb7052db1b87962b8aba27c37
Reviewed-on: https://gerrit.libreoffice.org/78366
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-09-01 15:35:41 +02:00
Nicolas Fella
f767d5e2b0 Add icons to New Document desktop file actions
This allows KDE Plasma's start menu and task manager to display an icon together with the action

Change-Id: I78a6912809d643046d143690785e30b052573d8a
Reviewed-on: https://gerrit.libreoffice.org/78364
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-09-01 14:29:44 +02:00
Andrea Gelmini
ee8f0a1066 Fix '..'
To complete this:
https://gerrit.libreoffice.org/#/c/78312/

This is a massive replace for
".." instead of "..." between words.

It passed "make check" on Linux.

Change-Id: I144d8061fca9f545c762941551e59dffdd3650e8
Reviewed-on: https://gerrit.libreoffice.org/78357
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
2019-09-01 12:29:39 +02:00
Andrea Gelmini
0940229305 Fix '..'
To complete this:
https://gerrit.libreoffice.org/#/c/78312/

This is a massive replace for lines ending with
".." instead of "..."

It passed "make check" on Linux.

Change-Id: I07fa7b2e30ba9ea17a1f9a5e21c57216ba958efe
Reviewed-on: https://gerrit.libreoffice.org/78356
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
2019-09-01 11:15:11 +02:00
Andrea Gelmini
9c06059ec5 Fix typos
Change-Id: I425988a6d99f81574ddec832852873971a03e9e7
Reviewed-on: https://gerrit.libreoffice.org/78362
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-09-01 09:57:50 +02:00
Andrea Gelmini
4ed9e48052 Fix typo
I guess this is in French.

Change-Id: I2b68ecc41a08fb10ae0d237864fbbef3c8983461
Reviewed-on: https://gerrit.libreoffice.org/78363
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-09-01 09:56:06 +02:00
Laurent BP
c49c81759b Correct typos in fr Autotext
Change-Id: I07672cffdb33dfa75e609277df721d4c71d88bc5
Reviewed-on: https://gerrit.libreoffice.org/78352
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-09-01 08:18:20 +02:00
Adrien Ollier
a56f2d0168 makes RTFSprms::set clearer
Change-Id: Ic1aab40c8a4abdd73c616b2faaf95ef183fa2e38
Signed-off-by: Adrien Ollier <adr.ollier@hotmail.fr>
Reviewed-on: https://gerrit.libreoffice.org/77556
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-09-01 08:10:10 +02:00
Roman Kuznetsov
5ce360777a tdf#127240 Increase a height of checkbox's text in win installer
Change-Id: I0df5dc4cebb065c509df77b00f16597a28566345
Reviewed-on: https://gerrit.libreoffice.org/78355
Tested-by: Jenkins
Reviewed-by: Roman Kuznetsov <antilibreoffice@gmail.com>
2019-09-01 08:07:29 +02:00
Arkadiy Illarionov
01837a8500 Simplify Sequence iterations in io
Use comphelper::findValue and initializer lists.

Change-Id: I4ebaf556a21b263e48b82a7290093eb8a832d9da
Reviewed-on: https://gerrit.libreoffice.org/78351
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Arkadiy Illarionov <qarkai@gmail.com>
2019-09-01 02:04:50 +02:00
Tamas Bunth
376cc3ea0f dbaccess: delete old paste autoincrement logic
Change-Id: I6a4392c9e93842838022370fe6c54908adcc627b
Reviewed-on: https://gerrit.libreoffice.org/78358
Tested-by: Jenkins
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
2019-08-31 19:43:36 +02:00
Tamas Bunth
fa177231cd tdf#127093, tdf#127092 Fix pasting autoincremented
Fix copy/paste functionality when trying to paste a table with auto
incremental column in it. In that case we should let the DBMS handle the
values in that column.

Change-Id: Ia40a0056402ec540f469b94694629dd6db7d4e71
Reviewed-on: https://gerrit.libreoffice.org/78298
Tested-by: Jenkins
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
2019-08-31 19:43:25 +02:00
Tamas Bunth
c635364120 Query MySQL schema name when pasting table
In case of a MySQL direct connection the current schema in use cannot be
queried with the getUserName() method of the DatabaseMetadata interface,
because the user name and the schema name can (and usually do) differ.

Instead, we can always query for the current schema with the DATABASE()
SQL function.

Change-Id: Ibb026519e1a63e29c5a7c9b04ab64901faec0f85
Reviewed-on: https://gerrit.libreoffice.org/78297
Tested-by: Jenkins
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
2019-08-31 17:50:02 +02:00
Tamas Bunth
f5c09ac048 mysqlc: Implement DatabaseMetadata::getUserName
Change-Id: Id3518a049a55d64e7272d265f22e930881a70161
Reviewed-on: https://gerrit.libreoffice.org/78296
Tested-by: Jenkins
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
2019-08-31 17:49:51 +02:00
Caolán McNamara
9b2c9d25bd drop some unnecessary includes
Change-Id: I004b920e5eab5a848f30842c72399d96a6c033d5
Reviewed-on: https://gerrit.libreoffice.org/78349
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-31 17:44:25 +02:00
Julien Nabet
c5ea75a55d Let's revert this so no confusion.
This reverts commit 367719e777.

Change-Id: I36e4aef93f04fe593692edaa804512020464aa95
Reviewed-on: https://gerrit.libreoffice.org/78354
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-08-31 17:20:52 +02:00
Caolán McNamara
5a7c684b03 drop unused SvLBoxFontString
Change-Id: Ieada5128d3a2072d5789de854baa8993a28dd182
Reviewed-on: https://gerrit.libreoffice.org/78348
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-31 16:19:37 +02:00
Caolán McNamara
53046ce163 drop some unnecessary includes
Change-Id: I1abef2c2318e83aa8045d2b4763e74f45b4755e5
Reviewed-on: https://gerrit.libreoffice.org/78347
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-31 16:19:21 +02:00
Caolán McNamara
8e0bcc9beb hyperlabel.hxx can be a private header now
Change-Id: I52d01723ad4c4ece59f859726145d75aaa29321e
Reviewed-on: https://gerrit.libreoffice.org/78346
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-31 16:19:08 +02:00
Caolán McNamara
1857ddaa18 no need to include hyperlabel.hxx
Change-Id: Iafa7d391c5a1b383a82b900f80c9f78f666ce340
Reviewed-on: https://gerrit.libreoffice.org/78345
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-31 16:18:50 +02:00
Caolán McNamara
ab0df4e164 drop some unnecessary includes
Change-Id: I4cbfe7e0d31217cf7790f656156a7e9a58b4e82f
Reviewed-on: https://gerrit.libreoffice.org/78344
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-31 16:18:40 +02:00
Caolán McNamara
48912b3516 drop some unnecessary includes
Change-Id: Ic3ccc7f0e93258cce30a42c71011154bc9313f52
Reviewed-on: https://gerrit.libreoffice.org/78343
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-31 15:08:11 +02:00
Caolán McNamara
8d3f424555 drop newly unused OFileURLControl
Change-Id: I8a043df9a90f363f0b6a1c470ac74c02c52db9a9
Reviewed-on: https://gerrit.libreoffice.org/78342
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-31 15:07:57 +02:00
Caolán McNamara
0e944350e9 [API CHANGE] remove MacroMigrationWizard
https://wiki.openoffice.org/wiki/Macros_in_Database_Documents

Prior to OpenOffice 3 (2008) base didn't support macros, but
subdocuments might have had macros. since OOo3 base supported macros
and subdocuments not, and a migration wizard is available to update
pre OOo3 documents to the new scheme.

Here I presume whatever is going to get migrated has been migrated
at this point and drop the migration wizard

This undoes the addition of the idl for
sdb::application::MacroMigrationWizard of

commit 5b982b6936
Date:   Mon Mar 11 17:51:56 2013 +0200

so flag as an api change, though not to anything published

Change-Id: I37271752234dda4e7e8f033e0136825fd356439b
Reviewed-on: https://gerrit.libreoffice.org/78326
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-31 15:07:47 +02:00