Commit Graph

414496 Commits

Author SHA1 Message Date
Caolán McNamara
29d04ce9cd ofz#3783 Integer-overflow
Change-Id: I7bfce17dd88fa5ab6cebeb760f0e9071fbe7fb75
Reviewed-on: https://gerrit.libreoffice.org/43837
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 21:31:26 +02:00
Caolán McNamara
304d42342b ofz#3374 Integer-overflow
Change-Id: If9568da924709ef523390b958ec6e8d2fd1b0e3d
Reviewed-on: https://gerrit.libreoffice.org/43847
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 21:30:39 +02:00
Caolán McNamara
71518d1898 ofz Integer overflow
Change-Id: I4ee001f2f587612f0a924e02f4f3fae4c7afbe75
Reviewed-on: https://gerrit.libreoffice.org/43844
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 21:30:15 +02:00
Caolán McNamara
ad4ca547e5 ofz#3803 Integer-overflow
Change-Id: Id10ab04340449c990d384041dd6631ba84c5296f
Reviewed-on: https://gerrit.libreoffice.org/43836
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 21:29:41 +02:00
Caolán McNamara
06533a4b9d ofz#3797 Integer-overflow
Change-Id: Iff545f441f2cf5e4f7626a6deff0ee0136c3af6b
Reviewed-on: https://gerrit.libreoffice.org/43829
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 21:29:04 +02:00
Caolán McNamara
d271ec87b8 ofz#3796 Integer-overflow
Change-Id: I9603106dfccf8acbe7f37c549bab66a6aab94fe5
Reviewed-on: https://gerrit.libreoffice.org/43826
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 21:28:37 +02:00
Caolán McNamara
d38c7b9654 ofz#3800 Bad-cast
Change-Id: Ib27aa3d10468fbf4030af9b28fdcb29c1ff8cc6b
Reviewed-on: https://gerrit.libreoffice.org/43835
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 21:27:59 +02:00
Serge Krot
b7e8c7631d tdf#38778 Added colors into run properties of field run
During export into DOCX all runs inside fields should
contain all character properties including character color.

Change-Id: I2a7d4fc26f1e1de1080f51de84180a19794709a9
Reviewed-on: https://gerrit.libreoffice.org/43723
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Serge Krot (CIB) <Serge.Krot@cib.de>
2017-10-25 20:44:52 +02:00
Stephan Bergmann
583b49dca9 Work around bogus Clang C++17 -Werror,-Wunused-value
...see <https://bugs.llvm.org/show_bug.cgi?id=35073> "Unexpected -Wunused-value
with -std=c++17".  The dereference operator is only there to make OWeakObject's
conversion operator to css::uno::Reference<css::uno::XInterface> kick in, to
avoid an ambiguous conversion to XInterface, so use an rtl::Reference instead,
which removes the need for the dereference and makes the warning go away.

Change-Id: I52ddaa098d43eb1507ca621f9e9511dcfc0fdb9a
2017-10-25 19:51:27 +02:00
Stephan Bergmann
3c4011ea35 external/libetonyek: drop "register", for C++17
> Oct 24 18:21:51 <sberg_> dtardon, why is libetonyek-0.1.7.tar.xz containing
>  generated src/lib/KEY1Token.inc; is that by design or by mistake?
> Oct 24 18:23:32 <dtardon> sberg_, that's for windows
> Oct 24 18:24:15 <sberg_> dtardon, yuck; then you should at least have
>  generated it with a gperf that no longer emits "register" ;)
> Oct 24 18:25:35 <dtardon> sberg_, bundled libetonyek is built as shared lib;
>  the windows build is done as a Library, because the gcc wrapper for msvc
>  cannot do shared libs. and it's easier to include the .inc files in the
>  tarball than to re-create them using a CustomTarget inside libreoffice...
> Oct 24 18:25:58 <dtardon> sberg_, i'm using gperf on f27
> Oct 24 18:26:19 <dtardon> ... which is 3.1
> Oct 24 18:29:26 <sberg_> dtardon, then maybe they only fixed gperf past 3.1; I
>  have a local checkout (that still claims to be 3.1, though) that came with a
>  commit dropping that "register" usage

Change-Id: I6a3d965cedbe05582d9e42f5595876c19a1b91a6
2017-10-25 19:51:27 +02:00
jan Iversen
37eeb4767b iOS, soffice not needed for iOS
Removed the IPC part of init for iOS.

Lo_init() completes for iOS without errors.

Change-Id: I7ce38758883bebea1de6ac149ba8768593c7cb78
2017-10-25 18:47:10 +02:00
Pranav Kant
f2e707baa7 lokdialog: Add more dialog related methods to LOK API
Change-Id: I0e4abb38e1ea9450ae9c50f71ac6e8f9150868ae
2017-10-25 09:34:38 -07:00
Caolán McNamara
d1e19bd285 Resolves: tdf#113435 device tab missing from print dialog
Change-Id: I6119d1cbd5484ac2a26d60a7db4ac8fc11165561
Reviewed-on: https://gerrit.libreoffice.org/43818
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 17:31:24 +02:00
Caolán McNamara
ece7f54a6d Resolves: tdf#113378 wrong table border preset icons
Change-Id: Ibb9d0bcab6720fd85d5d3e2ae82821ff1c003c5b
Reviewed-on: https://gerrit.libreoffice.org/43820
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 17:30:10 +02:00
Caolán McNamara
f09d48069b ofz#3663: returning SfxPoolItem belonging to local
Change-Id: Ib9760efb1231ef057dfd62d06095c15e3bf73a87
Reviewed-on: https://gerrit.libreoffice.org/43425
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 17:29:32 +02:00
Stephan Bergmann
e5a5369030 Also check whether negative uOffset exceeds std::numeric_limits<off_t>::min()
...in the one case where uOffset is of signed type sal_Int64

Change-Id: I626f747f70fb720bcc5a4ee10fbce30fc0673ae9
2017-10-25 17:15:37 +02:00
Stephan Bergmann
dc3ff192f3 Avoid further unwanted interference of DbusIpcThread::execute/close
...after 38081c0884 "Avoid race between
DbusIpcThread::close and DbusIpcThread::execute"

Change-Id: I812f53525f4c2c051781321dac7096e3bf0d7054
2017-10-25 17:09:17 +02:00
Caolán McNamara
0ce75cde0a Resolves: tdf#113328 crash in color replacer if parent closed before it
Change-Id: I41a7af332cd36c9645b6042785c4d72f70e67795
Reviewed-on: https://gerrit.libreoffice.org/43824
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 16:43:48 +02:00
Noel Grandin
a0032a2dc2 improve o3tl::enumarray const-ness
Change-Id: I7b0d10b024edf604a7dea0e3b1399073f4bcba92
Reviewed-on: https://gerrit.libreoffice.org/43773
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-25 16:42:08 +02:00
Caolán McNamara
6ff4688b36 ofz#3776 Divide-by-zero
Change-Id: I2de2bfd6165a53d05e9f222908f6764a608004c3
Reviewed-on: https://gerrit.libreoffice.org/43813
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 16:37:20 +02:00
Caolán McNamara
35bb14d857 ofz#3782 libjpeg ubsan woes
https://github.com/libjpeg-turbo/libjpeg-turbo/issues/171

Change-Id: Ic6d7e27f88a542d78f3257418099c8fd875b04c9
Reviewed-on: https://gerrit.libreoffice.org/43812
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 16:00:25 +02:00
Caolán McNamara
ffb19c5be4 ofz#3752 Integer-overflow
Change-Id: I211327928a86f706513ebd78cff979283396e742
Reviewed-on: https://gerrit.libreoffice.org/43777
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 16:00:08 +02:00
Caolán McNamara
4eb288ad1d ofz#3527 ofz#3532 Invalid read of size 8
use numrule name to look up numrule instead of cached numrule pointer

in case it was deleted on failure to apply the numrule over an invalid range

Invalid read of size 8
   at 0x1E875132: rtl::OUString::OUString(rtl::OUString const&) (ustring.hxx:143)
   by 0x1EB33D93: SwWW8ImplReader::StartAnl(unsigned char const*) (ww8par2.cxx:1094)
   by 0x1EB33003: SwWW8ImplReader::Read_ANLevelNo(unsigned short, unsigned char const*, short) (ww8par2.cxx:910)
   by 0x1EBA375D: SwWW8ImplReader::ImportSprm(unsigned char const*, int, unsigned short) (ww8par6.cxx:6337)
   by 0x1EAEEA24: SwWW8ImplReader::ReadTextAttr(int&, long, bool&) (ww8par.cxx:3810)
   by 0x1EAEF15A: SwWW8ImplReader::ReadAttrs(int&, int&, long, bool&) (ww8par.cxx:3921)
   by 0x1EAEF6E0: SwWW8ImplReader::ReadText(int, int, ManTypes) (ww8par.cxx:4003)
   by 0x1EAF6DCE: SwWW8ImplReader::CoreLoad(WW8Glossary const*) (ww8par.cxx:5219)
 Address 0x31831158 is 200 bytes inside a block of size 248 free'd
   at 0x4C2F21A: operator delete(void*) (vg_replace_malloc.c:576)
   by 0x253BC1B5: SwDoc::DelNumRule(rtl::OUString const&, bool) (docnum.cxx:1033)
   by 0x25CB943D: SwFltControlStack::SetAttrInDoc(SwPosition const&, SwFltStackEntry&) (fltshell.cxx:609)
   by 0x1EAE5011: SwWW8FltControlStack::SetAttrInDoc(SwPosition const&, SwFltStackEntry&) (ww8par.cxx:1445)
   by 0x25CB8A9E: SwFltControlStack::SetAttr(SwPosition const&, unsigned short, bool, long, bool) (fltshell.cxx:457)
   by 0x1EAE420E: SwWW8FltControlStack::SetAttr(SwPosition const&, unsigned short, bool, long, bool) (ww8par.cxx:1185)
   by 0x1EAE5C12: SwWW8ImplReader::Read_Tab(unsigned short, unsigned char const*, short) (ww8par.cxx:1625)
   by 0x1EBA35F0: SwWW8ImplReader::EndSprm(unsigned short) (ww8par6.cxx:6321)
   by 0x1EAEEA44: SwWW8ImplReader::ReadTextAttr(int&, long, bool&) (ww8par.cxx:3813)
   by 0x1EAEF15A: SwWW8ImplReader::ReadAttrs(int&, int&, long, bool&) (ww8par.cxx:3921)
   by 0x1EAEF6E0: SwWW8ImplReader::ReadText(int, int, ManTypes) (ww8par.cxx:4003)
   by 0x1EAF6DCE: SwWW8ImplReader::CoreLoad(WW8Glossary const*) (ww8par.cxx:5219)

Change-Id: Ia7ab67e42fc7a162d8089722e77841285f72a671
Reviewed-on: https://gerrit.libreoffice.org/43028
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 15:59:53 +02:00
Noel Grandin
66b6887632 loplugin:unnecessaryoverride
Change-Id: If90856d9d69c78a5e63fb437d6f34bae4ee5547f
2017-10-25 15:20:48 +02:00
Caolán McNamara
b6dd913802 ofz#3784 check subtract
Change-Id: Ie29385e3ca75f784069400bc63cea7f458985d6f
Reviewed-on: https://gerrit.libreoffice.org/43811
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 15:19:33 +02:00
Caolán McNamara
7b0bb820bb add checked_sub
Change-Id: I440cd18c249f38194cfd3dfd4a1fc4b7f80858d6
Reviewed-on: https://gerrit.libreoffice.org/43810
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 15:19:15 +02:00
Caolán McNamara
562aba2b26 ofz#3780 Integer-overflow
Change-Id: Ia51ec4069249c26ea1ee469df42aa172f61587a9
Reviewed-on: https://gerrit.libreoffice.org/43814
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 15:18:21 +02:00
Caolán McNamara
dbe1ba3361 ofz#3784 Integer-overflow
Change-Id: I90e2377fa828a8ffe2c3e3d0385caa2e6910ef02
Reviewed-on: https://gerrit.libreoffice.org/43809
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 14:22:36 +02:00
Caolán McNamara
cdec4956f0 drop old SetBufferSize stuff
Change-Id: I96c4db3289864c80f8fd8988c129056be8563e69
Reviewed-on: https://gerrit.libreoffice.org/43786
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 13:34:58 +02:00
Caolán McNamara
faf2bd9c69 ofz#3790 Divide-by-zero
Change-Id: Id6c1eb3dcf95e9cdc68c0898dc472aaac5d430d2
Reviewed-on: https://gerrit.libreoffice.org/43807
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 13:10:53 +02:00
Caolán McNamara
a24a659d97 ofz#3793 Divide-by-zero
Change-Id: Idc18b194840c8d2646426a0346b49348707be5ad
Reviewed-on: https://gerrit.libreoffice.org/43806
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 13:05:33 +02:00
Yousuf Philips
ec339b183f tdf#110354 fix missing icon for special character group button
Change-Id: Id33b8fa55f07732e494d33afc766338b3d7dfd93
Reviewed-on: https://gerrit.libreoffice.org/43694
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
2017-10-25 12:44:35 +02:00
Caolán McNamara
fb09d80fe3 ofz#3777 Undefined-shift
Change-Id: I328d939035f31acc690161b17751a5d45577f998
Reviewed-on: https://gerrit.libreoffice.org/43787
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 12:12:25 +02:00
Eike Rathke
660df84c94 Use SAL_N_ELEMENTS
Change-Id: I643d839a2b1d8473c484c659793bd3344ace8859
2017-10-25 12:11:43 +02:00
Eike Rathke
425e06aa7f Eliminate deprecated SvNumberFormatter::GetDecSep()
Was only one call left..

Change-Id: I140099d77e762e53579b2a5954fe4c59855104da
Reviewed-on: https://gerrit.libreoffice.org/43798
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2017-10-25 12:00:00 +02:00
Eike Rathke
3df47db0f3 Always generate count number of elements in locale data arrays
Change-Id: I6fecfb24bced7d6e747175befe423060d5ea445b
Reviewed-on: https://gerrit.libreoffice.org/43793
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
2017-10-25 11:51:35 +02:00
Miklos Vajna
4216d6f590 xmlsecurity: remove unused chainOn() argument
Change-Id: Id4d4ae41eb6d667a96ce5d294dd5bf3fcf4cb686
Reviewed-on: https://gerrit.libreoffice.org/43801
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2017-10-25 11:44:04 +02:00
Jim Raykowski
4d65adb2fa tdf#107643 Fix paragraph preview line spacing
Change-Id: I265f440ed8133d1fd557bed00f766170fffa6cd5
Reviewed-on: https://gerrit.libreoffice.org/43682
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-10-25 11:30:13 +02:00
Caolán McNamara
57f649dc9a Related: tdf#80713 allow translation of linguistic service display names
Change-Id: I23309dde1520e20e66d72fe9780454632d5f75b6
Reviewed-on: https://gerrit.libreoffice.org/43718
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 11:09:16 +02:00
Noel Grandin
83fd71e041 loplugin:constmethod in tools,sax,UnoControls
Change-Id: Ie05e44e2a4019e2549843961ebfa04fef7b7aeb4
Reviewed-on: https://gerrit.libreoffice.org/43767
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-25 10:56:03 +02:00
Justin Luth
e46d27a692 tdf#105381 ww8export: support footnote numbering per page
This is only for the benefit of MSOffice, LO already uses
Dop.rncFootnote for this, but MSO requires this section sprm.
LO import currently ignores sprmSRncFtn.

Endnotes in LO do not currently support .eNum, so we can't
support MSO's rncRstSect for sprmSRncEdn, leaving only
the default - so no use writing that out.

Change-Id: Iaff703e806d1cb62bc5990eb1cdfe323705bf7ee
Reviewed-on: https://gerrit.libreoffice.org/43622
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-10-25 10:23:29 +02:00
Caolán McNamara
00b28ffe72 ofz#3765 Integer-overflow
Change-Id: Ifff9cf1d094db1abe5236be41a5e769f8113aec1
Reviewed-on: https://gerrit.libreoffice.org/43763
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 09:58:59 +02:00
Caolán McNamara
f519a99c76 ofz#3763 Integer-overflow
Change-Id: If7c10d0fd188f0aafeece9545fb138761c3a2f5b
Reviewed-on: https://gerrit.libreoffice.org/43765
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 09:58:09 +02:00
Caolán McNamara
b6deca4b06 ofz#3761 Undefined-shift
Change-Id: Ibf45da2dd5aa351973b7227371e4f6c35d54021d
Reviewed-on: https://gerrit.libreoffice.org/43764
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 09:57:46 +02:00
Caolán McNamara
d5a37cd8af ofz#3750 Undefined-shift
Change-Id: If227dea7758c22cadfad83192e0ad31a4183b5b5
Reviewed-on: https://gerrit.libreoffice.org/43747
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 09:57:17 +02:00
Caolán McNamara
0b47baca10 ofz#3753 Integer-overflow
Change-Id: Icdcd42cc064e18686e6738b4195b6668c7d5d05e
Reviewed-on: https://gerrit.libreoffice.org/43748
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 09:57:02 +02:00
Caolán McNamara
89dd6ff111 ofz#3769 Integer-overflow
Change-Id: Ia245c6042f8c662bab870cf166db94d1cf2db9d3
Reviewed-on: https://gerrit.libreoffice.org/43781
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 09:56:28 +02:00
Caolán McNamara
04247f7da6 ofz#3766 Integer-overflow
Change-Id: I0cd5810497e6baa23d10b905f35e30b694a4c12a
Reviewed-on: https://gerrit.libreoffice.org/43778
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 09:56:11 +02:00
Caolán McNamara
fbefa7cb11 ofz#3756 Integer-overflow
Change-Id: I2b3423941c3c25961aafc5c4b55c4cc76289c8cf
Reviewed-on: https://gerrit.libreoffice.org/43768
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 09:55:56 +02:00
Caolán McNamara
5bc60b8d1a ofz#3758 Integer-overflow
Change-Id: If0dc095025d59186b1bc49b93acf7747b7a65f20
Reviewed-on: https://gerrit.libreoffice.org/43775
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-25 09:55:37 +02:00