Commit graph

501538 commits

Author SHA1 Message Date
Caolán McNamara
15d66da417 cid#1607638 silence Overflowed return value
Change-Id: Ie6f9db4949924a53edd3b0738bee5c21ca6051a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176463
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-11-12 12:53:27 +01:00
Caolán McNamara
007987ffb7 cid#1607965 Overflowed constant
Change-Id: Ia35a09b2c5e230136a3d3a238c9753cdb268a6e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176462
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
2024-11-12 12:53:14 +01:00
Miklos Vajna
eabda77c97 cool#9992 lok doc sign, hash extract: digest for getCommandValues('Signature')
To be able to sign externally, we need a way to know what is the
document hash that would be passed to
NSS_CMSSignedData_SetDigestValue(), without actually performing the
signing.

Note that svl::crypto::SigningContext already gives us a way to expose
the time that would be used for signing.

Expose the hash in a similar way: the format is a SHA-256 hash in base64
form.

This adapts both places dealing with time: vcl::PDFWriter::GetDateTime()
and svl::crypto::Signing::Sign, to make sure they use the same time,
otherwise the hash would potentially depend on two times, which would be
hard to reproduce later when we serialize the signature we get.

Change-Id: Ib039db4cdd043c8117215c31cb5bc83397693820
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176470
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2024-11-12 12:41:34 +01:00
Mike Kaganski
859f66b6dc Simplify a bit
Change-Id: I970ae0afd01ceb4651c0e7bc722ac43b4e9aa0b1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176469
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-11-12 12:33:06 +01:00
Mike Kaganski
cb112c1730 Fix no-pch build
After commit df3483fa74 "tdf#130857
VclBuilder: Make MenuAndId a template", 2024-11-10

  [CXX] vcl/jsdialog/executor.cxx
  C:\lo\core\include\rtl/ref.hxx(126): error C2027: use of undefined type 'PopupMenu'
  C:\lo\core\include\vcl/builder.hxx(41): note: see declaration of 'PopupMenu'
  C:\lo\core\include\rtl/ref.hxx(126): note: the template instantiation context (the oldest one first) is
  C:\lo\core\include\vcl/toolkit/menubtn.hxx(40): note: see reference to class template instantiation 'VclPtr<PopupMenu>' being compiled
  C:\lo\core\include\vcl/vclptr.hxx(64): note: see reference to class template instantiation 'rtl::Reference<reference_type>' being compiled
  with
  [
  reference_type=PopupMenu
  ]
  C:\lo\core\include\rtl/ref.hxx(123): note: while compiling class template member function 'rtl::Reference<reference_type>::~Reference(void)'
  with
  [
  reference_type=PopupMenu
  ]
  C:\lo\core\include\vcl/vclptr.hxx(217): note: see the first reference to 'rtl::Reference<reference_type>::~Reference' in 'VclPtr<PopupMenu>::~VclPtr'
  with
  [
  reference_type=PopupMenu
  ]

Change-Id: Ifa2f8e55135faf8864a157aeddcf2764f4b2db4b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176471
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-11-12 12:32:55 +01:00
Olivier Hallot
55bb4ac2b8 Update git submodules
* Update helpcontent2 from branch 'master'
  to 8273b9ce92cde88181f89b10a4afba0abfb01f39
  - Revert "Remove modules/smath screenshots (not used)"
    
    This reverts commit 11a434839b830d6527edbfae192f9ad044ec3572.
    
    Reason for revert: Break Help build.
    
    Change-Id: I4b8d109bc24caa79062ee9b32cfd6f74871de140
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176476
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-11-12 11:42:02 +01:00
Noel Grandin
134afb333a clang-tidy: performance-unnecessary-copy-initialization in sc
Change-Id: I5d4b2190af6373772fcea7c8427454170fde2e6b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176437
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-11-12 11:15:45 +01:00
Noel Grandin
33c2a79f14 clang-tidy: performance-unnecessary-copy-initialization in vcl
Change-Id: Idb09d0d256601fb3b9e822404b2f57f41d04d713
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176443
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-11-12 11:15:36 +01:00
Noel Grandin
e23be78a6a clang-tidy: performance-unnecessary-copy-initialization in xmloff
Change-Id: I086167b3d24c125efac99180012e32d9851d49ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176444
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-11-12 11:15:26 +01:00
Noel Grandin
20d971a587 clang-tidy: performance-unnecessary-copy-initialization in sd
Change-Id: I2521bc29afb9ae98d7db2fab81f93264c91c4065
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176438
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-11-12 11:15:14 +01:00
Andrea Gelmini
de44eadeb7 Update git submodules
* Update helpcontent2 from branch 'master'
  to 4f83321e274052b64e16dba7b50ddee41db53ab3
  - Removed exec bits on PNG files
    
    Change-Id: Ib7c4c917bb7a9c661ee1f28b7c4359acdbac767b
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176425
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2024-11-12 09:54:06 +01:00
Andrea Gelmini
58f9555cd5 Update git submodules
* Update helpcontent2 from branch 'master'
  to 1684acfaca19b37db9387f09618dd05cb90048f2
  - Removed exec bits on PNG files
    
    Change-Id: Iff6b93bc6d36414509c659a220eda6529f0a3f61
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176460
    Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
    Tested-by: Jenkins
2024-11-12 09:53:50 +01:00
Xisco Fauli
d6116e6bdb tdf#163486: PVS: simplify while loop
V654 	The condition of loop is always true.

Change-Id: I9c7cc133cf197e899ac7e13ee3cedc97b7c4d0be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176406
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-11-12 09:24:23 +01:00
Noel Grandin
8393267c65 clang-tidy: performance-unnecessary-copy-initialization in various
Change-Id: I1033c33a6b4bf06e365ce183b1a73c98bea777ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176442
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-11-12 09:03:21 +01:00
Noel Grandin
4ba5a6ccf4 clang-tidy: performance-unnecessary-copy-initialization in sw
Change-Id: I64342ae8c10738e276702e8ab2c0c0954be25752
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176441
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-11-12 09:03:13 +01:00
Noel Grandin
41ab82d5db clang-tidy: performance-unnecessary-copy-initialization in sfx2
Change-Id: If818f7b10eb81f8921b5d90fe0c2db4d4ad97ed6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176439
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-11-12 09:03:02 +01:00
Noel Grandin
65d52af42f clang-tidy: performance-unnecessary-copy-initialization in svx
Change-Id: I80bdcae1db64f7693600178d86c122c5875369b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176440
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-11-12 08:41:41 +01:00
Andreas Heinisch
2c3fc08d11 tdf#162753 - Hyperlink dialog: trim leading/trailing whitespaces of URLs
Change-Id: Ic18d30239e8741f8a28e81e423d3dc223d709a93
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176409
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2024-11-12 07:35:29 +01:00
Noel Grandin
e27fd62bd8 clang-tidy: performance-unnecessary-copy-initialization in oox
Change-Id: I9964087880efcf24b5748130cffa2bd85adf1965
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176418
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-11-12 07:26:07 +01:00
Noel Grandin
22a9cfbc9c loplugin:reftotemp in sc
Change-Id: Ibd0efec208447d0ad3f5d85354cbfc7d276064af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176420
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-11-12 07:25:57 +01:00
Noel Grandin
554861a3e2 clang-tidy: performance-unnecessary-copy-initialization in reportdesgn
Change-Id: I00a0db4a3cd23ae757aa894f886f5b5a1a0359f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176435
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-11-12 07:25:33 +01:00
Noel Grandin
16f6149a09 clang-tidy: performance-unnecessary-copy-initialization in sal
Change-Id: I99d7b71b2e06c5fc016411c369b6e887a274ec4d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176436
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-11-12 07:25:22 +01:00
Bogdan Buzea
753be8826e tdf#163486: PVS: Identical branches
V1037 Two or more case-branches perform the same actions. Check lines: 981, 1008
V1037 Two or more case-branches perform the same actions. Check lines: 1018, 1025

Change-Id: Iea6f6edc65490587cb974f6d3baa17d3a337a0c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175217
Tested-by: Jenkins
Reviewed-by: David Gilbert <freedesktop@treblig.org>
2024-11-12 02:05:19 +01:00
Bogdan Buzea
bb70ecfdfd tdf#163486: PVS: Identical branches
V1037 Two or more case-branches perform the same actions. Check lines: 921, 924
V1037 Two or more case-branches perform the same actions. Check lines: 1003, 1160

Change-Id: I42e78f2960b97a67625bfdb524b7f615833332ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175230
Reviewed-by: David Gilbert <freedesktop@treblig.org>
Tested-by: Jenkins
2024-11-12 01:57:56 +01:00
Bogdan Buzea
645b37039f tdf#163486: PVS: Identical branches
V1037 Two or more case-branches perform the same actions. Check lines: 697, 700
V1037 Two or more case-branches perform the same actions. Check lines: 714, 717

Change-Id: Icb62ded0f40561215abb2bbe571f94c72409916b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175341
Tested-by: Jenkins
Reviewed-by: David Gilbert <freedesktop@treblig.org>
2024-11-12 01:55:53 +01:00
Bogdan Buzea
f640c0ab08 tdf#163486: PVS: Identical branches
V1037 Two or more case-branches perform the same actions. Check lines: 36, 186
V1037 Two or more case-branches perform the same actions. Check lines: 51, 266
V1037 Two or more case-branches perform the same actions. Check lines: 86, 281
V1037 Two or more case-branches perform the same actions. Check lines: 96, 116
V1037 Two or more case-branches perform the same actions. Check lines: 101, 121
V1037 Two or more case-branches perform the same actions. Check lines: 136, 211
V1037 Two or more case-branches perform the same actions. Check lines: 141, 171
V1037 Two or more case-branches perform the same actions. Check lines: 146, 176
V1037 Two or more case-branches perform the same actions. Check lines: 151, 161
V1037 Two or more case-branches perform the same actions. Check lines: 156, 166
V1037 Two or more case-branches perform the same actions. Check lines: 236, 251

Change-Id: I34e62bf931da669e35a0b8e0e25b50402a334c27
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175224
Tested-by: Jenkins
Reviewed-by: David Gilbert <freedesktop@treblig.org>
2024-11-12 01:47:39 +01:00
Bogdan Buzea
354dc28282 tdf#163486: PVS: Identical branches
Change-Id: Ic54a8e009f68ab992831ba849ae1349a6235bedd
V1037: Two or more case-branches perform the same actions. Check lines: 1276 and 1408, 1434 and 1510
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175149
Tested-by: Jenkins
Reviewed-by: David Gilbert <freedesktop@treblig.org>
2024-11-12 01:35:14 +01:00
Bogdan Buzea
aa416c7d88 tdf#163486: PVS: Identical branches
Change-Id: Icb29cacf3888421843c958a4f157d1079343cc9e
V1037: Two or more case-branches perform the same actions. Check lines: 1173, 1176
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175053
Tested-by: Jenkins
Reviewed-by: David Gilbert <freedesktop@treblig.org>
2024-11-12 01:24:30 +01:00
Bogdan Buzea
27805424cc tdf#163486: PVS: Identical branches
V1037 Two or more case-branches perform the same actions. Check lines: 544, 552
V1037 Two or more case-branches perform the same actions. Check lines: 923, 929
V1037 Two or more case-branches perform the same actions. Check lines: 993, 1001

Change-Id: I373ccdb56bee8d446e2aec3295ba9c0fb23ff82a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175229
Reviewed-by: David Gilbert <freedesktop@treblig.org>
Tested-by: Jenkins
2024-11-12 01:23:05 +01:00
Bogdan Buzea
fa1902c464 tdf#163486: PVS: Identical branches
V1037 Two or more case-branches perform the same actions. Check lines: 1051, 1124

Change-Id: Iffebecc9ae82633734fd585e40fe51b30fde56b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175211
Reviewed-by: David Gilbert <freedesktop@treblig.org>
Tested-by: Jenkins
2024-11-12 01:09:25 +01:00
Xisco Fauli
459a45800c tdf#163486: PVS: call GetItemSet() once
V656 	Variables 'aOldSet', 'aNewSet' are initialized through the call to the same function. It's probably an error or un-optimized code. Consider inspecting the 'pOldAttrs->GetItemSet()' expression. Check lines: 1181, 1182.

Change-Id: I44b7be1bfb53872109b39323f909d5e1fcc1a809
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176405
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-11-11 23:19:39 +01:00
Caolán McNamara
8c6972a490 add AbortOnLoadFailure to optionally assert on failure to load
intended for use with crashtesting to detect when we export something we
can't import

Change-Id: I80c2f5198f8695c00a68cf09d4512d56c5a537a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176412
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-11-11 22:33:36 +01:00
Miklos Vajna
0de900cec7 cool#9992 lok doc sign, hash extract: time for getCommandValues('Signature')
The final goal of this API is to give time & hash information about the
PDF signature, so once a 3rd-party produces the PKCS#7 signature, that
can be added to the document and the actual PDF sign can be re-run with
the same parameters.

This commit continues the replacement of XCertificate with
svl::crypto::SigningContext up to the point that the timestamp used in
svl/ can be exposed on the LOK API.

This is done by updating DocumentSignatureManager::add(),
PDFSignatureHelper::SetX509Certificate(),
vcl::filter::PDFDocument::Sign() and finally the svl::crypto::Signing
ctor to work with the signing context instead of an XCertificate
directly.

Time reporting works now, so add a test for that. The digest part still
needs doing.

Change-Id: I83f1274cd420b67194b7caf12b1027e623d4f7fe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176404
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2024-11-11 21:54:23 +01:00
Olivier Hallot
e02efcb136 Update git submodules
* Update helpcontent2 from branch 'master'
  to 11a434839b830d6527edbfae192f9ad044ec3572
  - Remove modules/smath screenshots (not used)
    
    Change-Id: I2b2ff5eb1ac27040d36f8fa5cca84e640ca9d6fa
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176433
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
    Tested-by: Jenkins
2024-11-11 21:53:46 +01:00
Olivier Hallot
ee7e2d904c Update git submodules
* Update helpcontent2 from branch 'master'
  to adb7b314efd30d81f40d3504ba93188efdb2fd2a
  - Remove modules/schart screenshots (not used)
    
    Change-Id: Ie2e9eb7270c59c846b6a2c8f4a84707ae0fdb0d3
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176432
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-11-11 21:53:36 +01:00
Olivier Hallot
17c94f92e2 Update git submodules
* Update helpcontent2 from branch 'master'
  to 225f0abdfb0d61b56a535b259f5a3cc3fd3b659d
  - Remove modules/dbreport screenshots (not used)
    
    Change-Id: I58ad6a3b2dc611db6a23bfb2c6fb53fd4997d987
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176431
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-11-11 21:52:33 +01:00
Olivier Hallot
b5319a3ee1 Update git submodules
* Update helpcontent2 from branch 'master'
  to ae5a8bf4e2508dc8bac9fdf35928b17c8a808110
  - Remove BasicIDE screenshots (not used)
    
    Change-Id: I6410344b2df842974193af83b92f95482552c085
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176430
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-11-11 21:52:22 +01:00
Olivier Hallot
cc2447477b Update git submodules
* Update helpcontent2 from branch 'master'
  to d52dc402b74583d37f1d1192b6ce07f57c8d2b80
  - Remove sfx screenshots (not used)
    
    Change-Id: Iede3f012134062349ad1319f23a5fe6eccab39a4
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176429
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
    Tested-by: Jenkins
2024-11-11 21:52:12 +01:00
Noel Grandin
2cb43c6b88 clang-tidy: performance-unnecessary-copy-initialization in various
Change-Id: Ib7d75d4d8207261898568402e7983e0f11da14bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176417
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-11-11 21:02:55 +01:00
Noel Grandin
61d7bd4cd2 clang-tidy: performance-unnecessary-copy-initialization in framework
Change-Id: I2ebf2c49ec9aa03f46abdbd2149f04ed5a22f94b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176416
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-11-11 21:02:47 +01:00
Noel Grandin
66c3126960 clang-tidy: performance-unnecessary-copy-initialization in fpicker
Change-Id: I9ba5dd3d13390db5d2c6d03caf087c453ee09ba6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176415
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-11-11 21:02:38 +01:00
Olivier Hallot
d0f5d10652 Update git submodules
* Update helpcontent2 from branch 'master'
  to 76a66b6a75f55ba8ed76192454c8662c107270b6
  - Remove svt screenshots (not used)
    
    Change-Id: I26c161839028e3a406e2051c52a7f7ada30ea348
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176428
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-11-11 20:26:20 +01:00
Olivier Hallot
4a1b13147e Update git submodules
* Update helpcontent2 from branch 'master'
  to 26683469416013368a2c89229990f5ed795dc7de
  - Update svx screenshots
    
    Change-Id: Ic78564d464ecb1a5382004343f7cc82108342341
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176427
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
    Tested-by: Jenkins
2024-11-11 20:26:02 +01:00
Noel Grandin
ff1a24de3c clang-tidy: performance-unnecessary-copy-initialization in filter
Change-Id: I20d340f2093534424a5a81b84135326271563aa7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176414
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-11-11 20:11:34 +01:00
Noel Grandin
69089f1737 loplugin:reftotemp in libreofficekit..oox
Change-Id: I62d868f70e33850fa933c8f413f824a523422499
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176400
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-11-11 20:11:23 +01:00
Noel Grandin
9ce6abe3d4 clang-tidy: performance-unnecessary-copy-initialization in extensions
Change-Id: I85e9c4f7e6d1b20e83929bcfdbbedee7129ce4e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176413
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-11-11 20:11:11 +01:00
Olivier Hallot
d71a40504b Update git submodules
* Update helpcontent2 from branch 'master'
  to 7957db2cfb76ae9da60f2ac6960c167d075bb934
  - Remove formula screenshots (not used)
    
    Change-Id: I1fcee34c14585d3d4b774a23b3fe80292b04ab5b
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176422
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-11-11 19:52:53 +01:00
Olivier Hallot
6c4d14d3a7 Update git submodules
* Update helpcontent2 from branch 'master'
  to 66f8c525f5afad0b37a862c7cf990061d7477c63
  - Update writerperfect screenshots
    
    Change-Id: I4d74ccb4df4ffa817f20c40845418234248342bc
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176426
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-11-11 19:51:21 +01:00
Olivier Hallot
f8747a031f Update git submodules
* Update helpcontent2 from branch 'master'
  to 13a862f5e9be286576e7be2aa601346d7a2fe516
  - Remove uui screenshots (not used)
    
    Change-Id: I10ea0c9fe4e7e4ae4c5e02f131513b38860b0d36
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176424
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-11-11 19:51:00 +01:00
Olivier Hallot
d901c1c238 Update git submodules
* Update helpcontent2 from branch 'master'
  to 98f3d703be6e588c27a94e6ae41d5e4ce74cebbe
  - Remove xmlsec screenshots (not used)
    
    Change-Id: I1ed333e894796d04a79edc070bf675abf6ee9da1
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/176423
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-11-11 19:50:23 +01:00