Commit graph

463876 commits

Author SHA1 Message Date
Jean-Pierre Ledure
af3f99dd1f ScriptForge - (scriptforge.py) add reference to SF/Python help page
Change-Id: I68ec6c53bbf9f6631f33192776b154936c1b721e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117065
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2021-06-11 18:30:09 +02:00
Julien Nabet
b49fce18d0 Simplify vector initializations
Change-Id: Icf8972be204799e9b3b3824ab18d8584911fe1c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117061
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-06-11 18:12:48 +02:00
Caolán McNamara
513b54df70 gtk4: support separators via manipulating menu sections
Change-Id: Iaade04dd5a4fa89ef74a22a19ebe5e37655fc61a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117058
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-11 17:22:32 +02:00
Christian Lohmaier
73299faa75 use freshly compiled dump_syms.exe on windows for symbolinfo extraction
while self compiled one still segfaults frequently, it is a tad better
than the included one (and compiling froms source instead of using
precompiled binaries is a net win in any case)

Out of 50 attempts with the mergedlo.dll, the new compiled dump_syms
succeeded 11 times, the shipped one succeeded 7 times - so could still
be regular variance in that small sample size, but at least not
significantly worse either.

Change-Id: I86c213fe6aece58f1391d4c2bf9906b85eee9c57
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117056
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2021-06-11 17:05:08 +02:00
Armin Le Grand (Allotropia)
3b46c3068a tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWN
Another place where SfxItemState was used as placeholder

Change-Id: I54e549db50b7485024a305eb39fda848cbed6b78
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117036
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Tested-by: Jenkins
2021-06-11 16:58:40 +02:00
Armin Le Grand (Allotropia)
eb0222e80b tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWN
The mechanism around NUMRULE_STATE does only do something
when the SfxItemState is actually SfxItemState::SET, so this
can be reduced to use a valid Item shared_ptr when this is
the case

Change-Id: I973648abff3696057f2ca21608ed64570742dddb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117043
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Tested-by: Jenkins
2021-06-11 16:58:27 +02:00
Armin Le Grand (Allotropia)
64378ded7b tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWN
Another place where SfxItemState::UNKNOWN was used as placeholder

Change-Id: Ie2757e8356bfea7010b0442d72ef7865cbb18d5d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117034
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Tested-by: Jenkins
2021-06-11 16:58:18 +02:00
Michael Weghorn
fd4bcd5f33 qt5/kf5: Fix crash on exit
This extends the solution from

    commit fa8db25af6
    Date:   Thu Jun 3 20:47:10 2021 +0100

        gtk4 crash on exit

to cover the qt5/kf5 cases as well, after seeing
equivalent crashes with kf5 VCL plugin
(e.g. when starting Writer and no profile exists) after

    commit 556243467a
    Date:   Wed Jun 2 13:06:54 2021 +0200

        fix shutdown leak in CppunitTest_sw_filters_test

Change-Id: I4ef25bac0891c059588dbc8e6abe50db14230dea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117042
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2021-06-11 16:15:17 +02:00
Julien Nabet
57796f2724 Simplify Sequences initializations (writerfilter/writerperfect/x*)
Change-Id: I1bd31fe6cf0f8aaf4f2cfe1d3d49e61a0633f361
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117057
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-06-11 16:03:10 +02:00
Julien Nabet
92889bc98f Simplify Sequences initializations (vbahelper)
Change-Id: I9bbcf97acd59e7430758e05ae949f7e494afc704
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117051
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-06-11 16:02:57 +02:00
Julien Nabet
771c8282aa Simplify Sequences initializations (vcl)
Change-Id: Id93bde17dbc4c71ad93bc094b94408fc9e39ec98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117055
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-06-11 15:32:10 +02:00
Noel Grandin
430fffdd64 loplugin:unusedmethods improve filtering
Change-Id: I75771dbcecd58259bffdd2ddb0df631205aa8d93
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117032
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-06-11 14:58:39 +02:00
Julien Nabet
39b8ce7081 Simplify Sequences initializations (unotools)
Change-Id: Ibc5deee4b69213310a75c2a74a800d99bc451424
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117047
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-06-11 14:58:09 +02:00
Julien Nabet
a75596f3f8 Simplify Sequences initializations (ucb)
Change-Id: Idd38076a40b1177253719c01c1928da4c903151c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117017
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-06-11 14:57:41 +02:00
Julien Nabet
f676b194fa Simplify even more initializations in svl/passwordcontainer.cxx
Change-Id: I42cb919a8853df050d71b97f86abd20fdfccb5a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116978
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-06-11 14:57:08 +02:00
Julien Nabet
76a69fb0bb Simplify Sequences initializations (sw)
Change-Id: I02647bdb720620afe20284a069a71c19dbfcea05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116944
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-06-11 14:54:36 +02:00
Julien Nabet
b1fe17f280 Simplify Sequences initializations (sc)
Change-Id: I0c581b3a900a6b89c0f4e203310d65600545987f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116929
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-06-11 14:54:14 +02:00
Xisco Fauli
51178765e8 sw_uiwriter3: Unify code and use createSwDoc everywhere
Change-Id: I8054b4a9661e1873fa30390b7f7c85bd654343ff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117049
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-06-11 14:50:22 +02:00
Caolán McNamara
0dd193126a gtk4: process sections and submenus of toplevel menumodel
and place initial contents into a section by default

Change-Id: I1e7bb20bf5efb481e4f7ed0f38c8b46c06f7a7d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117050
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-11 14:42:55 +02:00
Caolán McNamara
8ce77cbd70 cid#1473844 Untrusted loop bound
and

cid#1474351 Untrusted loop bound
cid#1474118 Untrusted loop bound

this time without second guessing the original intent

Change-Id: Iaa6b636a08ed29feaf709fbcbac7deac761a0fc7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117045
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-11 14:42:38 +02:00
Alain Romedenne
3914dd55c4 Update git submodules
* Update helpcontent2 from branch 'master'
  to ab81b6bfa02cd89c244bc55148486324863844f8
  - sf_form(control) Python support
    
    Change-Id: Iad14d1c5c7d353e50aba84d0cfa461e56f69f4ef
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115969
    Tested-by: Jenkins
    Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
2021-06-11 14:35:35 +02:00
Caolán McNamara
b1d19950d3 Resolves: tdf#142758 Revert record parse misunderstanding
of 'Related: cid#1474351 Untrusted loop bound'

and add in documentation for the records

This reverts commit 2134d83b8d.
This reverts commit 7c2e605843.
This reverts commit 3748fe3e4f.

Change-Id: I5b407eb4388a8d67fc863cc6070fbbf8b15321d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117044
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-11 13:48:22 +02:00
Noel Grandin
4fbc246c70 loplugin:unnecessaryreturn in SvxColorValueSet::layoutToGivenHeight
Change-Id: Ia42158597588fe802a2f06a6e8e59f372c62c022
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117031
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-06-11 13:38:04 +02:00
Xisco Fauli
eea9224017 uiwriter: use createSwDoc instead of loadFromDesktop for empty docs
Change-Id: Iacfda21398bfd920c5e0be62893ba723ee99d738
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117041
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-06-11 13:19:59 +02:00
Noel Grandin
066599203c no need to make a copy here
Change-Id: I47d51d3d372403f30ab38697037cdb205839df44
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117030
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-06-11 13:17:55 +02:00
Miklos Vajna
7413cc96d2 sw image anchor type: consider a style-based custom value
The anchor type is determined during insertion, it's stored as direct
formatting after that.

We used to have a user-profile default for the anchor type. This commit
allows customizing the Graphics or OLE styles: if they specify a custom
anchor type, then that is user instead of the user profile setting.

This allows creating templates where the default depends on the used
template and not on the user profile.

The UI for this was added in commit
5951da5175 (sw image anchor type: add
style UI for this, 2021-06-10).

Change-Id: Id05342a5f38dc6267cdbe68b248dc50b87854ce2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117040
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2021-06-11 12:51:32 +02:00
Caolán McNamara
79260c7cd8 ofz#35150 crash in Bitmap::Crop from wmf load
which is a problem since...

commit 33d2cf7008
Date:   Sat Jun 5 19:30:46 2021 +0200

    WMF Change the sign of read fields in BITBLT and DIB records

Change-Id: Iea1261a52866d691435f0612f672636009c00355
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117039
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-11 12:47:38 +02:00
Caolán McNamara
54344deb66 ofz#35149 crash in vcl::bitmap::CreateFromData from wmf load
which has started since...

commit 01ded1e6d3
Date:   Tue Jun 8 23:07:28 2021 +0200

    WMF tdf#55058 tdf#142722 Add implementation of BitBlt and StretchBlt

Change-Id: I5bbde55dbd9e239c05544ac4a21e2758770245d2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117038
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-11 12:47:18 +02:00
Bartosz Kosiorek
cabb9f5c8e WMF/EMF tdf#59814 tdf#142567 Fix RestoreDC record
With previous implementation, the RestoreDC index argument was skipped,
and always the last entry was taken.

With this commit the support for reading SaveDC by specific index
was added. The SaveDC/RestoreDC index support was added for
both EMF and WMF, according to [MS-WMF] and [MS-EMF] documentation.

Change-Id: I9b8a1a41462ae01de25ac3c85e453bcd80e05537
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117033
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2021-06-11 12:31:59 +02:00
Caolán McNamara
2e415a9095 Related: tdf#139447 DBTreeViewBase ctor takes a bool if its a sqltype or not
Change-Id: I7924dfb3dc15e34fae93b435e1a9e76f3da29463
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117037
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-11 12:19:23 +02:00
Noel Grandin
36b33c50bd loplugin:unnecessaryreturn in sw/
Change-Id: Iaca3f5385fd2c763cd1121ae50624aaa4a1f6165
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117029
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-06-11 11:48:15 +02:00
Noel Grandin
02a5c22e8e loplugin:unnecessaryreturn SwWrtShell::Toggle*
Change-Id: I221dca35df23205023cf675b83c94c83178217d2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117028
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-06-11 11:48:06 +02:00
Caolán McNamara
2df2ce1b51 math.desktop include "Spreadsheet" category
but it's not a spreadsheet

since...

commit dad7fe7227
Date:   Thu Jan 2 16:16:55 2014 +0100

    Fix math categories to make SUSE rpm check happy

Change-Id: I0397ea12cd7f29f4b0c1f0e0ad76a3429b55c455
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116884
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-06-11 11:10:29 +02:00
Luboš Luňák
f62a353a7f "drawinglayer" -> "drawinglayer.emf" log area for some emf code
Change-Id: I83fa2d40225f83b82cea7f8934f4afdee181abe3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117000
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-06-11 10:18:55 +02:00
Caolán McNamara
3c325bd525 tdf#139447 crash on dragging query/table from explorer to calc sheet
Change-Id: Ic827cb967a9a9cb78f28a23707813aeec8381cd4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117018
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-11 10:16:54 +02:00
Miklos Vajna
3514b18f17 CppunitTest_vcl_svm_test: add missing basegfx link
Missing probably because
https://gerrit.libreoffice.org/c/core/+/116967/1 was merged before its
https://gerrit.libreoffice.org/c/core/+/116959/4 parent.

Change-Id: I0c6304c98f27e1f24ee615e4580c8ad7458bf79b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117027
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2021-06-11 10:16:44 +02:00
Armin Le Grand (Allotropia)
2baf6f6542 tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWN
ParaLineSpacingControl::Initialize() is another place where
SfxItemState::UNKNOWN was just used as a placeholder for
a non-set SfxItemState (aka could not be queried)

Change-Id: I95ad01579e5aa4c86ace619e2201481742297c2b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117016
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2021-06-11 09:41:03 +02:00
Armin Le Grand (Allotropia)
552ceeb5c6 tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWN
FontworkBar::getState does not need to check for SfxItemState::UNKNOWN
at all, actions solely depend on FontWork object being selected.
This also greatly simplifies that method. Also, the optimization
by passing in a variable to checkForSelectedFontWork and remember
if already computed can be removed - also in other places where
it had to be given, but was not re-used at all

Change-Id: I35b1f36195feb1d645619665d2dd65a84b75b118
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117014
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2021-06-11 09:40:45 +02:00
Armin Le Grand (Allotropia)
5c3ad59612 tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWN
In this case SfxItemState::UNKNOWN was used as boolean
state to decide to keep extracted value or replace. First
method even throws an exception when SfxItemState::UNKNOWN
should happen.
I tried to be very careful in changing these methods, so
another look/check from reviewers will be welcome. I think
that code was unnecessarily complicated, too, butz hope to
not have touched semantics (behaviour) at all

Change-Id: Id213fedcafcfb655749caf2659f9a15b240ec27d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116999
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2021-06-11 09:40:32 +02:00
Stephan Bergmann
d4a478af9c Remove duplicate code
The two

>             aSet.Put( aAnch );

had been like that ever since at least 84a3db80b4
"initial import", but only now aa9cb8e147
"-Werror,-Wunused-but-set-variable (Clang 13 trunk)" removed the lines of code
between them (and which should not have changed neither aSet nor aAnch as a
side effect, which could have explained the putative duplication), making the
duplication stick out.  Lets assume this was an error ever since, and that just
one call is enough.

Change-Id: Ie1ad54fb31212849f242eea77bc9e436b6fd92f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116980
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-06-11 09:25:54 +02:00
Miklos Vajna
2f6f533b76 sw: handle InvertBorderSpacing when replacing compat options
This was added in commit de0866b507
(sw-invert-border-spacing.diff:, 2010-09-14), it's off by default and is
on for Word documents.

Change-Id: Idf1999dbe9e641259e09eaafbebd347199cd5db4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117015
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-06-11 09:10:47 +02:00
panoskorovesis
794eda0213 Add IntersectClipRegion cppunit tests to vcl
Two tests where added, IntersectRectClipRegion and
IntersectRegionClipRegion, along with their .svm files.
The tests create mutliple IntersectClipRegions and test
their attributes.

Change-Id: I33b7b13b4f3eef1de07cc063ef22fea034d65cfc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116967
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-06-11 03:07:42 +02:00
Jim Raykowski
239b4bb27f Resolves tdf#142651 Writer: Next Change stopped working
by normalizing copy of PaM instead of reference

Change-Id: If2c8664de18eb9473151c5961ad7654932ca37e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116875
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-06-11 00:25:28 +02:00
Xisco Fauli
b071210135 sw_uiwriter: remove duplicated createDoc method
Change-Id: Ie29cd4aa6907018d1bfe492c22ac1d431d0331ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117020
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-06-10 23:56:18 +02:00
Xisco Fauli
9cfb555bb4 sw_layoutwriter: remove duplicated createDoc method
Change-Id: I25f995f06ce56ecec3411007bfd4f381cc7af207
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117021
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-06-10 23:49:17 +02:00
Noel Grandin
6e1bc19044 loplugin:unnecessaryreturn SotStorageStream::Commit
Change-Id: Icfd32ea8b29aa544b71d0c4fc6bc67c06f81e327
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116987
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-06-10 20:09:29 +02:00
Michael Stahl
7f3c9da5a0 schema: update to ODF 1.3 OS
Change-Id: I97e28612aeeebed709da9ad621250c6b26e55f92
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116734
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-06-10 19:07:36 +02:00
Bartosz Kosiorek
363b98b268 EMF tdf#142745 Improve performance of FILLRGN, PAINTRGN, EXTSELECTCLIPRGN
With previous implementation, during reading of rectangles
the optimizations were made after reading every single
rectangle. This was causing performance issues, with many
rectangles (eg. 2500 rectangles).

With this commit, the optimization is made after reading all
rectangles. It is improving performance of FILLRGN, PAINTRGN and
 EXTSELECTCLIPRGN records.

Change-Id: I1b8b844efddd08e9bf6f6726c3fdf213a629883f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116996
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2021-06-10 18:49:52 +02:00
Stephan Bergmann
da905b5774 -Werror,-Wunused-but-set-variable (Clang 13 trunk)
...ever since the code's introduction in
4e386a897c "INTEGRATION: CWS macosxspellchecker"

Change-Id: I932b7ff4cc8aabf2e70379ed9ebe361881246c46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116997
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-06-10 17:35:59 +02:00
Stephan Bergmann
72bc2412db -Werror,-Wunused-but-set-variable (Clang 13 trunk)
...ever since the code block's introduction in
14bc62ad0d "INTEGRATION: CWS
aquafilepicker02_DEV300"

Change-Id: Id4cda7ed087b350361b0207034fc31819d65efad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116992
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-06-10 16:54:48 +02:00