Commit graph

1483 commits

Author SHA1 Message Date
Xisco Fauli
510f083788 bin: Add script to check the latest version of external libraries
it uses https://release-monitoring.org for that

Change-Id: I8ec79f3b1b5e9ae57cc35e19156cba5022870911
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173618
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-11-13 09:33:38 +01:00
Gabor Kelemen
49f2b76f96 find-unneeded-includes: nicer output with --finderror option
Change-Id: I9d60825fec879169228b18d0d57e59221c11623b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175550
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
2024-10-28 10:39:41 +01:00
Caolán McNamara
b1ecafb240 Remove archaic xmerge
Formats like Aportisdoc can be opened via
org.libreoffice.comp.Writer.EBookImportFilter instead.

It doesn't look like there will be any support implemented for Nokia
9210 Communicator PsiWord. No particular burning demand for that
anymore apparently.

Removal of the filters that used xmerge took place at:

commit a5783fe922
CommitDate: Sun Mar 3 19:19:26 2013 +0100

    remove stale javafilters

Change-Id: I0a0087fb2ee015de42c1802b5e9bc6dc42a5efe1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174563
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
2024-10-24 16:28:18 +02:00
Justin Luth
dff45ef014 diff-pdf-page.py: remove intermediate composite step
One convert step can be eliminated,
which should help with performance.

Change-Id: I860c90fec7f178b456b942d8ad4e4ec5d0412e05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175467
Reviewed-by: Justin Luth <jluth@mail.com>
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2024-10-24 15:54:48 +02:00
Justin Luth
9254ed4a8b diff-pdf-page.py: change assumed background to transparent
The page background color of a document likely is white,
so at least the overlay (the second PNG) must be transparent.

[I saw (in Draw) that PRINT-TO-PDF tended to produce a PDF
that would have a transparent background when converted to PNG,
but that EXPORT-TO-PDF from LO would produce a white background
that obviously would fully overlay and obscure the first image.]

(Calc and Writer's export-to-pdf produced a transparent background.)

In any case, it makes sense to try to force both of these
to have a transparent background.

NOTE: It was important to place -transparent before -fuzz,
or else 95% of all colors will be considered white
and turned into transparent.

Change-Id: I26e6081fcd59e82b2aaedb86370bdbcc57b0a24e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175466
Reviewed-by: Justin Luth <jluth@mail.com>
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2024-10-24 15:54:39 +02:00
Justin Luth
a50f65d6cc diff-pdf-page.py: allow use of "magick" (on Windows)
The ImageMagick package on Windows does not use convert,
but uses magick (which is not used by Linux).

So use a variable to make is simpler
to make it usable under Windows.

Note that cygwin's ImageMagick package does use "convert",
overriding Windows built in disk convert tool.

Change-Id: I658e0eb11400cf9e6c65ab4ba150ed2ab239c94e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175455
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Reviewed-by: László Németh <nemeth@numbertext.org>
2024-10-24 15:54:17 +02:00
Justin Luth
4a9a6c6786 diff-pdf-page.py: use magick order for -composite
Apparently, "convert" allows a unix ordering
which doesn't work when using the "magick" alternative under Windows.

The point here is that -composite is an action
for the third image argument,
so it needs to come after the reading in of the source image-sequence.

Change-Id: Ic9345d616c6c62c211c5b7eb359c4019501bef2b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175454
Reviewed-by: Justin Luth <jluth@mail.com>
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2024-10-24 15:53:06 +02:00
Gabor Kelemen
511d5a487d find-unneeded-includes: add option to detect IWYU failures
In some cases IWYU may fail to run and give back -1 status
- A file does not have any headers included, such as
sw/source/ui/vba/vbawordbasic.hxx
- A header includes itself such as
sw/source/ui/vba/vbaformfielddropdownlistentries.hxx
- Checking headers is not called with correct -I switches
such as with sw/source/writerfilter/dmapper/*hxx misses
-I/home/gabor/core/sw/source/writerfilter/inc

Such cases were not handled/reported separately so far, so add a
debug-like option to detect similar errors.

Solving such issues is still down the road.

Change-Id: I47ac876eb4eb4a0c16bd838ce3c3e4d604a07a7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175099
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2024-10-18 08:30:41 +02:00
Caolán McNamara
25b1840163 writer2latex is long gone
since:

commit c5ae3e6de9
CommitDate: Thu Apr 23 11:44:51 2009 +0000

    CWS-TOOLING: integrate CWS native241correct_DEV300
    2009-04-06 15:56:56 +0200 rene  r270566 : autoconf
    2009-04-06 15:56:02 +0200 rene  r270565 : remove writer2latex

Change-Id: I638a4369b9718e99446521bc8d0c45e480e145ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174562
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-10-06 20:37:48 +02:00
Bartosz Kosiorek
529dfc741a tdf#163170 Add support for MS Visio Template format with .vstx extension
libvisio is already supporting .vstx template format.
With this patch the LibreOffice is recognizing such file types,
and successfully opening it.

More information about format:
https://learn.microsoft.com/en-us/office/client-developer/visio/introduction-to-the-visio-file-formatvsdx

Change-Id: Ibee01288cdb2cd6a0ac3f371a22604d7bb5b471c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173997
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2024-09-29 10:04:37 +02:00
Adam Seskunas
aa5fdd3957 Add file stats to check-missing-unittests.py
Get files modified, insertions and deletions for
each of the missing unit tests.

Change-Id: I7b6c2f0f988137c533d7b9283faa9a2753ef41e9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173481
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-09-27 10:19:31 +02:00
Caolán McNamara
7198c5e49e add a rtf to pdf fuzzer
Change-Id: Ib805b2e8245903f63096cc21f511ba7ae0a4f488
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173466
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-09-25 22:28:32 +02:00
RMZeroFour
074714fab8 .NET Bindings: Create nuget package for LO SDK
This patch includes:
1. CustomTarget to build and place the LibreOffice.Bindings NuGet
   package in <sdk>/dotnet/
2. net_bridge (.NET library) to declare bootstrap() on the C# side,
   and net_bootstrap (C++ library) to wrap bootstrap() on the native side
3. Changes to LO SDK scripts to find .NET SDK and DOTNET_ROOT on the
   users machine

Change-Id: Ia29ae56a2ad0f808f1563ef6167a3bd7c476642e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170172
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
2024-09-18 08:08:31 +02:00
Xisco Fauli
763b86a5fa Add arguments to Last 4 UNO Commands in CrashReport Dump
Change-Id: I8ea1e95abb62374b51de7b1d37055c216b29e04c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173125
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Tested-by: Jenkins
2024-09-10 15:35:57 +02:00
Balazs Varga
3eac847927 tdf#161826 - Add uniform Glow effect for texts in shapes
- Add new text Glow effect properties for shapes

- Using TextGlowPrimitive for rendering uniform text glow in shapes

- Add/allow new UI Glow Effect for texts in shapes on sidebar
  (Only for Impress/Draw and Calc)

- Import/Export ooxml files with Glow effect on texts in shapes
  (Only PPTX/XLSX)

- Import/Export odf files with Glow effect on texts in shapes

- Add unit test for glow text attributes in ODF

- Add uni tests for OOXML import/export

Note: Also this patch effects on
tdf#144061 - Effects: Allow GLOW to apply to Text (as we have for shapes)

Change-Id: I16586c01654f197f532129e4e06aa2ef9f214395
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172216
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Tested-by: Jenkins
Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
2024-08-29 19:59:24 +02:00
Noel Grandin
fb282d552f merge CntUnencodedStringItem into SfxStringItem
which simplifies the hierarhcy.
We never allocate such a thing, we always allocate subclasses, and it
has no real meaning by itself.

Change-Id: Ie6b716c9ea6ca0efe0ae4f39ac345608c45534f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171890
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-08-15 16:07:05 +02:00
Caolán McNamara
d27a88f4fe dubious to enable/disable help button based on IsContextHelpEnabled
in just the SingleTabController, which is a specific subset of all
dialogs, the case of a dialog that hosts a page typically seen in a
multi-table dialog. Why should such a dialog have no help, while
its sibling containing the same page alongside others would have help,
or vice-versa.

Change-Id: I3f54c0088e30a396e83e990510ebe7f1f3bc7bda
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171848
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-08-14 11:04:51 +02:00
Ilmari Lauhakangas
9471fce06e bin: fix issues found by Ruff linter
Change-Id: I44e546defb278bb5217ed028dcaebc9fb2d23f0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171020
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-07-25 19:57:10 +02:00
Ilmari Lauhakangas
5fc6ef5990 bin: fix issues found by Ruff linter
Change-Id: Ic81d21a90059f5db87543c8ce2abb8007f278f14
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171008
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-07-25 15:16:44 +02:00
Michael Stahl
46e21942bf configure,curl: enable GSSAPI on Linux/MacOS/etc.
This will link libgssapi_krb5.so.2 which is in krb5-libs (ABI CL1 in
RHEL8, ABI CL2 in RHEL9).

Change-Id: I2dbaa64e70f4502c5a47c6c85123c94b9ad41277
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170758
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2024-07-19 21:36:53 +02:00
Julien Nabet
f9de7bc951 Fix Python: use is None/is not None instead of == None/!= None
Thank you Kevin for having spotted this!

Change-Id: Ic63469d2d8dfd3f7848b6fc2250f90271055c027
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170449
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2024-07-14 08:46:22 +02:00
Julien Nabet
1f8a9bfcdb Python: use is None/is not None instead of == None/!= None
Change-Id: I1c34181897506ad29a063865d752cb85ab76dbc3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170408
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
2024-07-13 09:13:54 +02:00
Xisco Fauli
f5b2e0f1eb merge-app-bundles: fix _ctypes.cpython path
Change-Id: I247c9674de88c9b97297d01b24232a562bcade01
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170318
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Tested-by: Jenkins
2024-07-10 20:21:49 +02:00
Mike Kaganski
0e3394f712 vs-ide-integration: set correct solution / project platform
This allows the IDE to show active #ifdef conditions, type sizes,
alignment, memory layout, selected overloads, and so on.

Change-Id: Idd1211df3b3745658f1996a494929b07cf7aa573
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169772
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-06-30 21:09:48 +02:00
Leonard Sasse
96ffaadbcd tdf#158803 F821: xrange undefined, should be range in py3; remove some unused variables
changing range(len()) to enumerate as suggested
by Arkadiy Illarionov

Change-Id: I5000204281a5f6ded9c411525e612bf84b552f80
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165505
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-06-25 08:14:53 +02:00
Christian Lohmaier
7cea20d132 mar: allow parallel creation of diff packages
also include the version number in the base-URL for the mar files in the
json-file

Change-Id: I613ac7c1cf3aeb1eff856c58f00a67151267606c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168100
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-06-06 16:00:43 +02:00
Miklos Vajna
e42b7ab0c7 bin: add a diff-pdf-page.py script to diff reference vs our rendering via PDF
Thanks László Németh for the idea, the mechanism used in the tool was
also used to generate the visual diff visible at
<https://wiki.documentfoundation.org/ReleaseNotes/24.2#New_line_break_algorithm_for_interoperability>.

Change-Id: I51afb08c60c7134f75a54acdb94b49d2ff94befd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168404
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2024-06-04 17:27:40 +02:00
Stephan Bergmann
bd91407294 Adapt CustomTarget_postprocess/check_dynamic_objects
...to 441d8ed9be "tdf#145735 avmedia qt: Use
QtMultimedia for Qt 6 media playback", which caused

> instdir/program/libavmediaqt6.so has suspicious NEEDED: libQt6Core.so.6
> instdir/program/libavmediaqt6.so has suspicious NEEDED: libQt6Gui.so.6
> instdir/program/libavmediaqt6.so has suspicious NEEDED: libQt6Widgets.so.6
> instdir/program/libavmediaqt6.so has suspicious NEEDED: libQt6Network.so.6
> instdir/program/libavmediaqt6.so has suspicious NEEDED: libQt6Multimedia.so.6
> instdir/program/libvclplug_qt6lo.so has suspicious NEEDED: libQt6Multimedia.so.6
> instdir/program/libvclplug_qt6lo.so has suspicious NEEDED: libQt6MultimediaWidgets.so.6
> instdir/program/libavmediaqt6.so has suspicious NEEDED: libQt6MultimediaWidgets.so.6
> instdir/program/libavmediaqt6.so has suspicious NEEDED: libxcb.so.1

Change-Id: Iccbef5048ddb8375da33517ca0f797fe8f8d5565
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168093
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Tested-by: Jenkins
2024-05-27 22:53:11 +02:00
Thorsten Behrens
e6ea581519 Add gssapi/kerberos libs to mariadb connector lib check
After https://gerrit.libreoffice.org/c/core/+/159954 this started to
fail with:

    > instdir/program/libmysqlclo.so has suspicious NEEDED: libgssapi_krb5.so.2
    >

Change-Id: I6014136a053ba7ef92aef55a80517fb38c75e4ce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168042
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2024-05-26 20:10:14 +02:00
Leonard Sasse
71f3be3bee tdf#158803 Remove E999: SyntaxError's and some other minor edits
Change-Id: I32d75eb03b1f1fd011dcbc6950bf74800446a422
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165464
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-05-21 09:59:45 +02:00
Gabor Kelemen
b09e436a8b Remove obsolete TODO
This was implemented recently with find-unneeded-includes --ns

Change-Id: I703f68890f383a474ca33e0b2e122f9f0420a829
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167636
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Tested-by: Jenkins
2024-05-15 00:01:31 +02:00
Gabor Kelemen
9921b0b99a Drop now unused SdOptionsLayout, SdOptionsLayoutItem classes
Change-Id: I5d4e77f8377eead4581f590a4cc160a3fa97e2a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166601
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
2024-05-11 09:01:58 +02:00
Noel Grandin
51cfdfd7d4 reduce symbol visibility
Change-Id: Ibc850eb12c38f2985015f06e330585b02d6bf15f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166822
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-04-29 12:54:43 +02:00
Noel Grandin
5058a54d8d reduce symbol visibility
Change-Id: Iad2d114d257244f456d5579636e5c25ce070a08a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166805
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-28 22:30:17 +02:00
Noel Grandin
32d7935b3d improve the mergedlib script
by copying the improvements from the normal find-can-be-private
script.

Change-Id: I3cb23022ca33d3008af962fa99b5b0907fe753b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166783
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-28 06:21:43 +02:00
Noel Grandin
1528564ffd update can-be-private results file
Change-Id: I2ed375d0c47391b5afaa88935294313175f7b142
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166776
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-27 15:42:07 +02:00
Stephan Bergmann
9add004456 Make odfvalidator and officeotron work in WSL_ONLY_AS_HELPER mode
...where e.g. CppunitTest_oox_testscene3d
CPPUNIT_TEST_NAME=test_material_wireframe::TestBody had failed with

> forced failure
> - Error: Unable to access jarfile /mnt/d/lo/tar/odfvalidator-0.9.0-RC2-SNAPSHOT-jar-with-dependencies-2726ab578664434a545f8379a01a9faffac0ae73.jar

and e.g. CppunitTest_oox_mcgr
CPPUNIT_TEST_NAME=testAxialColorLinearTrans::TestBody had failed with

> equality assertion failed
> - Expected: 0
> - Actual  : 1
> - failed to execute: sh D:/lo-wsl/core/bin/officeotron.sh C:\Users\steph\AppData\Local\Temp\test_oox_mcgr.dll2epgul.tmp > C:\Users\steph\AppData\Local\Temp\test_oox_mcgr.dll2epgup.tmp 2>&1
> Error: Unable to access jarfile /mnt/d/lo/tar/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar

Change-Id: I094b76daff6eef2cb6a9874a4776bab9c4424f49
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166703
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Tested-by: Jenkins
2024-04-26 22:29:52 +02:00
Noel Grandin
828c1999e0 move writerfilter inside sw
writerfilter wants to convert incoming RTF and OOXML files into
writer's document model. But it currently has to do so by
manipulating the limited subset that we expose through the UNO
API.

This is both slower and less accurate than having access
to the full document model.

So move it inside, and then we can strip out various hacks, and
optimise imports.

Change-Id: Ie1114d28130ef5f9a786531bc552cb8ee7768015
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165953
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-18 09:16:12 +02:00
Michael Meeks
b99082e4f3 lok: provide global random symbol to find random device.
This is vital for lok when used in a jail with no random device,
but with an inherited file-handle to /dev/urandom.

Use 'dup' to avoid changing code that wants to 'close' the handle
after use.

Change-Id: I15f40fb251f180a2394af030f56e47f2bf9651d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166113
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2024-04-15 15:28:41 +02:00
Gabor Kelemen
6f10dc1101 find-unneeded-includes: improve grepping for namespaces
for example this was not found:

extensions/source/update/check/updatecheck.cxx:58:namespace frame = com::sun::frame ;

due to the missing using and the space before the semicolon
but IWYU correctly detected it as unused

Change-Id: I404c93d41aec1a571c9ac49db7b7c7e8da824bf6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165698
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
2024-04-09 18:53:11 +02:00
Gabor Kelemen
83f1a6f817 find-unneeded-includes: improve list of namespaces
Add 'star' for com::sun::star instances

Add some vcl-specific ones

'PackageKit' gave always a false warning due to the similarity in
org/freedesktop/PackageKit/*hpp
and
officecfg::Office::Common::PackageKit::*

Change-Id: I109e7a2e8d7588d62b2a6bec2e55ec32e993e49e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165697
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
2024-04-09 10:43:59 +02:00
Gabor Kelemen
50897e3fe0 Drop transitional header xmlsecurity/xmlsec-wrapper.h
It was introduced with
commit ec52e5e5a2
and the reason of that was the XMLSEC_NO_SIZE_T behavior consolidation.

But this was removed later with
commit bfd479abf0

Change-Id: Ib5350d9ab5554d1412821b762cd3ee7906b65b64
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165440
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
2024-03-28 12:51:00 +01:00
LeSasse
7397de2ec5 tdf#158803 unnecessary semicolons
Change-Id: I19cd8fed788297bdc4b6b332b2f1768bc40fd00b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165377
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-03-28 08:51:44 +01:00
LeSasse
12efa6c63c tdf#158803 remove unused path.convert_to_unix import
Change-Id: I01b8626c95bc234db38c76ee2fc6a17c91aad477
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165374
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-03-28 08:51:01 +01:00
LeSasse
07efbe8f0b tdf#158803 colons missing for print statement, replacing basestring with str
Change-Id: I06281836f7e373d039fd667235a8ed8ec0489807
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165383
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-03-28 08:50:39 +01:00
LeSasse
d4aef7fd04 tdf#158803 unncessary semicolons
Change-Id: I47850382ee9c24762298b2e0927cf2b73469503c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165382
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-03-28 08:50:10 +01:00
LeSasse
5e80aa818c tdf#158803 test for membership should be 'not in', unnecessary semicolons
Change-Id: If468514ce934eb5a583630b2fbe8634a77a5ff94
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165379
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-03-28 08:49:48 +01:00
LeSasse
84188d1565 tdf#158803 fix fstring
Change-Id: I5443341ce308ea0f9906b54c02c51785aa624e6f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165375
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-03-28 08:49:23 +01:00
LeSasse
9e424d98e5 tdf#158803 test for membership should be 'not in', unnecessary semicolons
Change-Id: Ib82e40a0ec0e6d6c7a363150d033b07a8d045a89
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165378
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-03-28 08:48:59 +01:00
LeSasse
21fc89c651 tdf#158803 unncessary semicolons
Change-Id: I64cd7ed8d5f315e25a951cf74f1c425407d99aa1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165381
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-03-28 08:48:14 +01:00