Commit Graph

442929 Commits

Author SHA1 Message Date
Noel Grandin
19e96dc156 reduce some ref-counting
Change-Id: I7b372237c21c469f78be281eedbbdda217fd12c8
Reviewed-on: https://gerrit.libreoffice.org/82442
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-11-11 17:25:22 +01:00
Noel Grandin
8791b9957c fix move operator
introduced in
    commit a0ebc6f898
    Date:   Sat Nov 9 08:47:48 2019 +0200
    missing move operator=

Change-Id: I0607ad1afbcb1f2a86d1c7e0736e2549a5562b64
Reviewed-on: https://gerrit.libreoffice.org/82441
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-11-11 17:25:06 +01:00
Noel Grandin
a8a064d11c sc: rowcol: tdf#50916 convert mark data structures
Change-Id: I9b706c9bcc2925f72cc024142ffe72af5ddea82a
Reviewed-on: https://gerrit.libreoffice.org/82419
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-11-11 17:24:53 +01:00
László Németh
33d966ecc1 tdf#128428 RTF: fix for different product versions
at switching off longer space sequence mode.

Change-Id: I87c265ad0ff5f7b44c92b1abebeb31f68749a1e7
Reviewed-on: https://gerrit.libreoffice.org/82434
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2019-11-11 16:39:18 +01:00
Samuel Mehrbrodt
78689171ff User interface languages: At least one is required
Reported here: https://twitter.com/erez/status/1193838467668697089

Change-Id: I96fdb82646e6b2e49b6032766195309a97da0fba
Reviewed-on: https://gerrit.libreoffice.org/82439
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-11-11 16:11:34 +01:00
andreas kainz
e0a4911884 Chart Form Dialog Buttons use same width
Change-Id: I50f3ec22119955b2fbb6848797e6393750ff9249
Reviewed-on: https://gerrit.libreoffice.org/82406
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2019-11-11 15:58:45 +01:00
andreas kainz
45a1c152e5 Calc Define Dialog Distance between Buttons is from systemtheme 6
Change-Id: Id71fcb6a6e875aca36382c9dc3dbb71915261fff
Reviewed-on: https://gerrit.libreoffice.org/82401
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2019-11-11 15:58:31 +01:00
andreas kainz
a245fa54e7 Hyperlink Dialog Alignment similar in each tab
Change-Id: I670e94541e246ce8a71d2b45b598e924a43592a5
Reviewed-on: https://gerrit.libreoffice.org/82400
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2019-11-11 15:58:19 +01:00
Caolán McNamara
f615cb3636 cid#1455327 Dereference null return value
Change-Id: I336659e820d46e8b23881fdf9d5f3b6fac072771
Reviewed-on: https://gerrit.libreoffice.org/82429
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-11-11 15:47:20 +01:00
Michael Weghorn
ef21e0d527 tdf#109219 MM: Decode all percent encodings in file names
While decoding using 'INetURLObject::DecodeMechanism::Unambiguous'
as introduced by commit 47708d533e
("tdf#109219 Allow files with spaces in name as MM data source")
makes sure that e.g. spaces in file names are properly decoded,
'INetURLObject::DecodeMechanism::WithCharset' is actually the
more correct decoding mechanism to use here, since it also decodes
some percentage encodings that 'INetURLObject::DecodeMechanism::Unambiguous'
would leave unchanged.

Using 'INetURLObject::DecodeMechanism::WithCharset' instead
e.g. makes CSV files with '%' characters in their names work
as data sources for mail merge as well.

A big thanks to Stephan Bergmann for pointing this out in
https://gerrit.libreoffice.org/#/c/82201/ .

Change-Id: Iee50584299c82d5718e3210f048ed739818bd11b
Reviewed-on: https://gerrit.libreoffice.org/82428
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2019-11-11 15:36:34 +01:00
Miklos Vajna
b280c02d58 Related: tdf#117658 PPTX import: ignore math text outside <m:t>
This way a pretty-printed bug document doesn't assert on import with:

soffice.bin: /home/vmiklos/git/libreoffice/master/oox/source/mathml/importutils.cxx:335: void oox::formulaimport::XmlStreamBuilder::appendCharacters(const rtl::OUString&): Assertion `!tags.empty()' failed.

Change-Id: Icf8b11f3c56076b1ad2dddad196260ee87540020
Reviewed-on: https://gerrit.libreoffice.org/82437
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2019-11-11 15:09:07 +01:00
Caolán McNamara
ec2a820551 cid#1455325 Dereference after null check
Change-Id: I5fa2846be23bcdfe202dd7c96fad79aa4009ff4e
Reviewed-on: https://gerrit.libreoffice.org/82430
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-11-11 14:52:18 +01:00
Caolán McNamara
6755977f59 cid#1455213 Dereference after null check
Change-Id: I2f59ed3c94d3a27fe50ca99f511f9ba5b47ff5d1
Reviewed-on: https://gerrit.libreoffice.org/82426
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-11-11 14:34:51 +01:00
Caolán McNamara
2297f04269 call GetSbData just once
Change-Id: Idb63c169c7e39f27bc99e3c3aa9155583f2a65ab
Reviewed-on: https://gerrit.libreoffice.org/82431
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-11-11 14:34:37 +01:00
Szymon Kłos
a3c7a8282d jsdialogs: apply .uno:Color and CharBackColor to floating text frames
Change-Id: I1a6b997f1a857524c7a48434321ca10d97f5e5db
Reviewed-on: https://gerrit.libreoffice.org/82311
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/82317
Tested-by: Jenkins
2019-11-11 14:25:13 +01:00
Mike Kaganski
572a8132e0 tdf#121090: Correct the last argument to HLOOKUP/VLOOKUP description
The argument is meant to define semantical meaning of the array's first column,
not just define if it's sorted or not.

Change-Id: I87ff172bcc13d6471ee4025e74962be89f1b0b50
Reviewed-on: https://gerrit.libreoffice.org/82376
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-11-11 13:47:54 +01:00
Mike Kaganski
0bf1c44884 Update git submodules
* Update helpcontent2 from branch 'master'
  - Related: tdf#121090: Rewrite descriptions for the last argument of HLOOKUP/VLOOKUP
    
    That parameter is not about telling the *functions* if the search column in
    the array is sorted or not, but about different semantical treatment of the
    array, i.e. whether it's the array of values or sorted ranges. The wording
    "Sorted" and "indicates whether the first column in the array is sorted in
    ascending order" is misleading, not providing the idea behind the argument,
    and create an impression that all sorted array lookups must have it ser to
    TRUE.
    
    Change-Id: I795c29f3c7d5632db6f72f7906bfdacaa372832e
    Reviewed-on: https://gerrit.libreoffice.org/82375
    Tested-by: Jenkins
    Reviewed-by: Eike Rathke <erack@redhat.com>
2019-11-11 13:32:06 +01:00
Andrea Gelmini
5eaac03603 Removed executable permission on file
Change-Id: I45174811c8e1ef80ddae97f206f2a5459540849f
Reviewed-on: https://gerrit.libreoffice.org/82427
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-11-11 12:59:33 +01:00
Samuel Mehrbrodt
aadc7ee973 tdf#127921 Revert mouse/key listeners to original state
The changes caused several issues in the presenter console (mouse events delivered to wrong widgets).
Also it turned up that parent windows got the notification about mouse events from their children,
but the position was always relative to the top widget, so very unhelpful for the parent widgets.

Also I found out that there are XKeyHandler and XMouseClickHandler interfaces which
already do what I tried to do with the below commits (events get passed down to parent widgets, and they even can be marked as consumed).

So the original issue reported can be fixed by using XKeyHandler/XMouseClickHandler instead.

This reverts the following two commits:
* "Related tdf#122920 Treat UNO key events the same as mouse events" 9e0e97b716
* "tdf#122920 Send UNO mouse events to parent window listeners as well" 6f43902b12

Change-Id: I005d22770a7a4db9588c5bc22197dc0ae526627e
Reviewed-on: https://gerrit.libreoffice.org/82423
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-11-11 12:19:21 +01:00
László Németh
24f17f0336 tdf#128428 RTF: clean-up for longer space sequence mode
Fix regressions from commit 24b04db5a6
(tdf#123703 RTF import: fix length of space character sequence).

It seems, longer space sequence is an obsolete RTF-only feature, eg.
new RTF documents created in MSO don't use it, but old RTF documents
still keep their layout (only in RTF).

- Only old-style (without \stshfdbch) or compatible (\stshfdbch31505)
  RTF documents get longer space sequences using a one-time conversion;

- because Writer always exports old-style RTF documents, to avoid of
  enlargement of space sequences of new-style RTF documents later, RTF
  import doesn't modify the RTF documents saved in Writer (checking
  \generator);

- text in monospaced font "Courier New" doesn't get longer space
  sequence (despite its \prq2 (not monospaced) font setting).

Change-Id: I308ab06db57a2db5deec1d4c4573da3317cad8e9
Reviewed-on: https://gerrit.libreoffice.org/82145
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2019-11-11 11:38:36 +01:00
Jan-Marek Glogowski
5e279f1752 tdf#128460 import SwInputField from DOCX FILLIN
Actually the whole FILLIN handling is not that correct, because
the value can actually be formatted in any way in Word, as it's
just defined as a range of runs with formating, while Writer just
applies the character formatitng to the whole field.

But this at least allows for a round trip of the exported Writer
type input field after commit 62aaaad156 ("tdf#125103 Writer:
input fields will be exported to docx") changed this.

Change-Id: I6389b4a2ff9d2b62e1e4a00f1c1e112c199377b5
Regression-from: 62aaaad156
Reviewed-on: https://gerrit.libreoffice.org/81686
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2019-11-11 11:38:30 +01:00
Tünde Tóth
1d81d52b5d tdf#127579 DOCX export: fix losing color and underline of ODT hyperlinks
using "InternetLink" in hyperlink/r/rPr/rStyle instead of the actual
character style, and keep actual character formatting in
hyperlink/r/rPr/rFonts, like MSO does.

Change-Id: I13a5e1758ec5b96e647ca77736396ee2f8b22814
Reviewed-on: https://gerrit.libreoffice.org/80868
Reviewed-by: László Németh <nemeth@numbertext.org>
Tested-by: László Németh <nemeth@numbertext.org>
2019-11-11 11:06:08 +01:00
Jim Raykowski
4ae5fe896e tdf#118526 Reload Notebookbar if read mode has switched
Change-Id: I8d6edd57566c66165690808e853a74777bc8e14a
Reviewed-on: https://gerrit.libreoffice.org/82371
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2019-11-11 11:04:56 +01:00
Michael Stahl
938a4d6624 tdf#128375 sw: fix copying RES_PARATR_LIST_AUTOFMT to different SwDoc
When copying the item to a different SwDoc, the items in the nested
SfxItemSet must be copied into the target SwDoc's item pool, or a
use-after-free is inevitable.

(regression from 5ba30f588d)

Change-Id: I7071ff6dccf2285d96f540ac556b9fa2265ddf00
Reviewed-on: https://gerrit.libreoffice.org/81911
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2019-11-11 11:02:31 +01:00
Andrea Gelmini
1a7ba39e13 Fix typo
Change-Id: I234d2a47d5c6717d194cc8407066fa5954c16253
Reviewed-on: https://gerrit.libreoffice.org/82409
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-11-11 10:43:07 +01:00
Stephan Bergmann
17dbe7d777 Fix SvXMLImportContext::queryInterface for now
...introduced with <https://gerrit.libreoffice.org/#/c/82139/> "tdf#125688
removing XWeak support from SvXMLImportContext", even if that whole commit is
likely to be redone differently again (see Gerrit comments there)

Change-Id: I5b88400181efd76a896d07676230b0e7cb75f1f0
Reviewed-on: https://gerrit.libreoffice.org/82417
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-11-11 10:38:21 +01:00
Luboš Luňák
7757c28d6e remove a PCH for which the library has already been removed
Change-Id: Ida35d27a4aaae1c137e3ed072dff62b7c7e894ca
Reviewed-on: https://gerrit.libreoffice.org/82399
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2019-11-11 10:21:52 +01:00
Luboš Luňák
e7423d0574 rename a PCH file to properly match its Makefile
Change-Id: I61f317f4cc31d329452a08b6cee5f59975fea007
Reviewed-on: https://gerrit.libreoffice.org/82398
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2019-11-11 10:21:42 +01:00
Luboš Luňák
b1443d7b5d make bin/update_pch work with srcdir != builddir
I guess I'm tired of symlinking builddir/workdir to srcdir.

Change-Id: I6192bb981d6727479cd2ce4b3ac75bb0a71c3fe9
Reviewed-on: https://gerrit.libreoffice.org/82397
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2019-11-11 10:21:31 +01:00
brinzing
fea5c10e22 tdf#124986: docx: remove trailing quotation marks and spaces from set fields
Change-Id: I6390344b72b0148cff8e0ed5150d7abfc9490a2a
Reviewed-on: https://gerrit.libreoffice.org/81892
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-11-11 09:54:50 +01:00
Gabor Kelemen
e4bf92ae34 tdf#42949 Fix IWYU warnings in framework/*/*hxx
Also drop unused framework/inc/fwkdllapi.h

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I9e79266f273b778f4a8bd3330b1b0353a2e01a61
Reviewed-on: https://gerrit.libreoffice.org/81927
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-11-11 09:48:23 +01:00
Heiko Tietze
56b124c36c Resolves tdf#128521 - illegal char in a bookmark name
Message box removed and warning label introduced
Some alignment and accessibility issues solved too

Change-Id: Icc88d489268403fa3da525aadc1c007c589fa019
Reviewed-on: https://gerrit.libreoffice.org/82231
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2019-11-11 09:47:34 +01:00
Noel Grandin
f7ccd0f546 sc: rowcol: tdf#50916 convert data/attrarray
Change-Id: Id7763322a1399ecb42cf0b53af5dbd4d196a24c9
Reviewed-on: https://gerrit.libreoffice.org/82416
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-11-11 09:38:27 +01:00
Andrea Gelmini
5e366b44fb Fix typo
To complete
https://gerrit.libreoffice.org/82392

Change-Id: Ieff164b11c66b55280b12940a080a186ce0fba8b
Reviewed-on: https://gerrit.libreoffice.org/82408
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-11-11 09:38:03 +01:00
Miklos Vajna
ff8cfc83af sw: prefix members of SwTableColumnPage
See tdf#94879 for motivation.

Change-Id: I7337775a62709cff0d4cb54da3229353c246083a
Reviewed-on: https://gerrit.libreoffice.org/82415
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2019-11-11 09:35:21 +01:00
Rizal Muttaqin
45c40f88e2 Breeze & Sifr: tdf#127458: Add Auto Redact icons
- Sifr: Add 32 px redact icons, add/update Writer's sidebar
icons, reduce SVG files size

Change-Id: I473720d2b7e54c1857a1f1d644963a233f5dfe26
Reviewed-on: https://gerrit.libreoffice.org/82410
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-11-11 05:25:52 +01:00
Tomaž Vajngerl
6ed8c8ab84 widget theme: add missing actionButtonTextColor style to iOS theme
Forgot to add "actionButtonTextColor" to the iOS theme definition.

Change-Id: I29207512a04068759021d4ae6a30824b56498de6
Reviewed-on: https://gerrit.libreoffice.org/82394
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-11-11 00:17:59 +01:00
Mert Tumer
7c8450abac Added Orientation argument to LOKIT renderFont
method for rendering watermarks with angle

Change-Id: Id422ed62e4f78390661e4e1efa45101af9ecfc23
Reviewed-on: https://gerrit.libreoffice.org/81435
Tested-by: Jenkins
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2019-11-10 22:39:55 +01:00
Tomaž Vajngerl
ec7374ff84 widget theme: add new action button stylesettings to xml def.
This adds new action button stylesettings to the xml def. parser
and adds the defeinitions to iOS theme.

Change-Id: If500d0a7a4633b3c7b90b14b6f62c320ef4b1c12
Reviewed-on: https://gerrit.libreoffice.org/82381
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-11-10 20:55:31 +01:00
Tomaž Vajngerl
d1a4569acb Set action button colors in QT5 backend too
Change-Id: I8aacadbef404cdad474a58d92b947fea2aa22604
Reviewed-on: https://gerrit.libreoffice.org/82384
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-11-10 20:09:03 +01:00
Tomaž Vajngerl
88785adc9d cid#1455328 initialize variables to 0.0 in LinearGradientInfo
Change-Id: I7232f5406ca019fa0634a7b6a69536c87ba46430
Reviewed-on: https://gerrit.libreoffice.org/82380
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-11-10 20:08:37 +01:00
Julien Nabet
cd8eb77fa5 Typo meesages->messages (framework)
Change-Id: I9e43e516482292ce8f0506e260152b7e678c716e
Reviewed-on: https://gerrit.libreoffice.org/82392
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-11-10 17:33:30 +01:00
Julien Nabet
0aa3e4f7cc Fix @param in XShapes3.idl
Change-Id: I45467cc3edb6adcd3684baf0862407b5096ed6cd
Reviewed-on: https://gerrit.libreoffice.org/82391
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-11-10 16:46:11 +01:00
Julien Nabet
b1f5acf5d7 replace define by constexpr in vcl/roadmap
+ move LABELBASEMAPHEIGHT in vcl/source/control/roadmap.cxx (only file where it's used)

Change-Id: I22498bc7f6fa3f09a86f15844836a0b9bb3d7eb2
Reviewed-on: https://gerrit.libreoffice.org/82389
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-11-10 16:21:59 +01:00
Olivier Hallot
f668ea558e Update git submodules
* Update helpcontent2 from branch 'master'
  - Mute L10n of some strings.
    
    Change-Id: Id56b96daf9c149a2f649626dff789445966a0ddd
    Reviewed-on: https://gerrit.libreoffice.org/82387
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-11-10 15:06:37 +01:00
Rizal Muttaqin
3b678ab190 tdf#127458 (Colibre), tdf#128689 (Colibre & elementary)
- Colibre: Add Auto Redact icons, add 32 px Redact icons
- Colibre & elementary: Update sort icons in Data Source in Korean UI

Change-Id: I45fe1e69d00eb3d85e0293a3b0a3f5f3404b8cfe
Reviewed-on: https://gerrit.libreoffice.org/82386
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-11-10 15:03:55 +01:00
Rizal Muttaqin
5ae8f2f078 KJ: tdf#123266, tdf#127458, tdf#128689
- Update cursor/pointer images
- Add Auto Redact
- Add more Korean UI locale

Change-Id: I7dd757c8fb2dcf3cbb90c13b288f3535de0fdab1
Reviewed-on: https://gerrit.libreoffice.org/82379
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-11-10 13:52:04 +01:00
Mark Hung
2971f6bbab tdf#106638 oox: reset font settings if necessary.
Direct formatting was used when symbols were inserted.
However when there wasn't any direct formatting of Latin
fonts in the following runs, it didn't know how to reset
the font. Get the default font with XPropertyState and
try to reset to the default value if symbol fonts are set.

Change-Id: I83c9317ba61a96375128f1cc3ed478d958ddaa5c
Reviewed-on: https://gerrit.libreoffice.org/81956
Tested-by: Jenkins
Reviewed-by: Mark Hung <marklh9@gmail.com>
2019-11-10 12:32:24 +01:00
Rizal Muttaqin
4438e7dcbf elementary: tdf#127458: Add Auto Redact icons
Change-Id: Ibffa67260a312840ed36567673f38e94eabdf5bd
Reviewed-on: https://gerrit.libreoffice.org/82374
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-11-10 11:25:31 +01:00
Rizal Muttaqin
d23679fce4 elementary: Fix for tdf#128689: Add more Korean UI localized icons
Change-Id: I08b345fbbe03f9ffba5cd458df7ca04d30a85036
Reviewed-on: https://gerrit.libreoffice.org/82363
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-11-10 09:29:35 +01:00