Re: LO 24.2 C++20 baseline

2023-10-05 Thread Heiko Tietze
On 05.10.23 16:49, Stephan Bergmann wrote: As we just found out on IRC when Heiko ran into the above failures when compiling cli_ure/source/climaker/climaker_app.cxx, this apparently also affects old versions of VS 2022, not just VS 2019: No issue building master with VS Build Tools 17.7.4 which

[Libreoffice-commits] core.git: external/skia

2023-10-05 Thread Taichi Haradaguchi (via logerrit)
external/skia/UnpackedTarball_skia.mk|1 - external/skia/clang11-flax-vector-conversion.patch.0 | 11 --- 2 files changed, 12 deletions(-) New commits: commit 06b7a31cbe971470b5551044efc6c977b44bc312 Author: Taichi Haradaguchi <20001...@ymail.ne.jp> AuthorDate: M

[Libreoffice-commits] core.git: helpcontent2

2023-10-05 Thread Olivier Hallot (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 240b37e04a5c797b2be79cf9f592b2d19802161a Author: Olivier Hallot AuthorDate: Thu Oct 5 21:21:22 2023 -0300 Commit: Gerrit Code Review CommitDate: Fri Oct 6 02:21:22 2023 +0200 Update git submod

[Libreoffice-commits] help.git: source/text

2023-10-05 Thread Olivier Hallot (via logerrit)
source/text/sbasic/shared/0105.xhp | 54 --- source/text/shared/00/0406.xhp | 53 +-- source/text/shared/01/0613.xhp | 58 ++--- source/text/shared/01/06130001.xhp | 25 + source/text/shared

[Libreoffice-commits] core.git: config_host.mk.in configure.ac extras/Module_extras.mk

2023-10-05 Thread Balazs Varga (via logerrit)
config_host.mk.in |1 + configure.ac| 33 + extras/Module_extras.mk | 13 + 3 files changed, 43 insertions(+), 4 deletions(-) New commits: commit f3a0550b1dd0914e8cbc026a90e10ee3ae2dc8e3 Author: Balazs Varga AuthorDate: Th

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - svx/source

2023-10-05 Thread Caolán McNamara (via logerrit)
svx/source/sidebar/possize/PosSizePropertyPanel.cxx | 32 +++- svx/source/sidebar/possize/PosSizePropertyPanel.hxx |7 ++-- 2 files changed, 22 insertions(+), 17 deletions(-) New commits: commit e181518492a69ec853e15813b362bf245ac2fad6 Author: Caolán McNamara AuthorDate

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sw/source

2023-10-05 Thread Michael Stahl (via logerrit)
sw/source/core/inc/ftnfrm.hxx |1 - sw/source/core/text/EnhancedPDFExportHelper.cxx | 23 +++ 2 files changed, 15 insertions(+), 9 deletions(-) New commits: commit 9942f9f76ffda559eccc3e4c8e196d5fe36f2051 Author: Michael Stahl AuthorDate: Mon Oct 2

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sw/qa writerfilter/source

2023-10-05 Thread Justin Luth (via logerrit)
dev/null |binary sw/qa/extras/ooxmlexport/ooxmlexport18.cxx| 15 --- writerfilter/source/dmapper/DomainMapper.cxx |5 + writerfilter/source/dmapper/DomainMapper_Impl.cxx | 13 - writerfilter/source/dmapper/D

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - sw/qa sw/source

2023-10-05 Thread Miklos Vajna (via logerrit)
sw/qa/filter/ww8/data/floattable-in-inlinetable.doc |binary sw/qa/filter/ww8/ww8.cxx| 37 sw/source/filter/ww8/ww8par2.cxx| 11 +++-- 3 files changed, 44 insertions(+), 4 deletions(-) New commits: commit 589af9366078036c2f3

[Libreoffice-commits] core.git: forms/source

2023-10-05 Thread Julien Nabet (via logerrit)
forms/source/misc/InterfaceContainer.cxx | 19 +-- 1 file changed, 5 insertions(+), 14 deletions(-) New commits: commit 74410e57bda7ec355e92ced5c21c956f83a0f6b7 Author: Julien Nabet AuthorDate: Thu Oct 5 13:05:05 2023 +0200 Commit: Julien Nabet CommitDate: Thu Oct 5 20

Re: new bridgetest failures in 7.6 on ppc64le

2023-10-05 Thread Stephan Bergmann
On 10/5/23 17:46, Dan Horák wrote: I will look further especially at the dynamically generated stubs, which is new to me. Apply those stubs to the C++ bridge as well? When a reference to an external object (e.g., a Java one, or one in a remote process) is brought in over the binary UNO to C++

[Libreoffice-commits] core.git: sw/inc sw/qa sw/source

2023-10-05 Thread Justin Luth (via logerrit)
sw/inc/viewopt.hxx |5 sw/qa/extras/tiledrendering/data/hiddenLoremIpsum.docx |binary sw/qa/extras/tiledrendering/tiledrendering.cxx | 18 + sw/source/uibase/config/viewopt.cxx|6 + 4 files changed,

Re: new bridgetest failures in 7.6 on ppc64le

2023-10-05 Thread Dan Horák
On Thu, 5 Oct 2023 17:46:13 +0200 Dan Horák wrote: > On Thu, 5 Oct 2023 17:11:55 +0200 > Stephan Bergmann wrote: > > > On 10/5/23 10:38, Dan Horák wrote: > > > I would appreciate any tips and tricks how to attack this problem with > > > gdb, because I wasn't successful in getting into the right

Re: new bridgetest failures in 7.6 on ppc64le

2023-10-05 Thread Dan Horák
On Thu, 5 Oct 2023 17:11:55 +0200 Stephan Bergmann wrote: > On 10/5/23 10:38, Dan Horák wrote: > > I would appreciate any tips and tricks how to attack this problem with > > gdb, because I wasn't successful in getting into the right place or > > process and relied mainly on the old school "printf

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - sc/source

2023-10-05 Thread Caolán McNamara (via logerrit)
sc/source/filter/xml/XMLExportIterator.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 70a13bda1fa686a3d615085bc6070c8032968d63 Author: Caolán McNamara AuthorDate: Thu Oct 5 14:27:45 2023 +0100 Commit: Caolán McNamara CommitDate: Thu Oct 5 17:43:30 2023

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sc/source

2023-10-05 Thread Caolán McNamara (via logerrit)
sc/source/filter/xml/XMLExportIterator.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d733588265ccb3e2de56737b49821254d9e329ea Author: Caolán McNamara AuthorDate: Thu Oct 5 14:27:45 2023 +0100 Commit: Xisco Fauli CommitDate: Thu Oct 5 17:39:20 2023 +020

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - sc/inc sc/source

2023-10-05 Thread Caolán McNamara (via logerrit)
sc/inc/document.hxx|4 ++-- sc/source/ui/view/viewfun3.cxx |3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) New commits: commit 20ca3feabe51c0173e7aec979a8cd618a0b76466 Author: Caolán McNamara AuthorDate: Thu Oct 5 14:12:51 2023 +0100 Commit: Caolán McNamara

Re: new bridgetest failures in 7.6 on ppc64le

2023-10-05 Thread Stephan Bergmann
On 10/5/23 10:38, Dan Horák wrote: I would appreciate any tips and tricks how to attack this problem with gdb, because I wasn't successful in getting into the right place or process and relied mainly on the old school "printf" method :-) The call TwoFloats aOut = xLBT->echoTwoFloa

[Libreoffice-commits] core.git: sc/source

2023-10-05 Thread Caolán McNamara (via logerrit)
sc/source/filter/xml/XMLExportIterator.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 71dd1f40482cafda40756dd6de4ecaf66b542909 Author: Caolán McNamara AuthorDate: Thu Oct 5 14:27:45 2023 +0100 Commit: Caolán McNamara CommitDate: Thu Oct 5 17:01:47 2023

Re: LO 24.2 C++20 baseline

2023-10-05 Thread Stephan Bergmann
On 10/4/23 13:56, Stephan Bergmann wrote: As "Drop some newly obsolete __cplusplus version checks" revealed, "at least for VS 2019 16.11.30 (but not for at least VS 2022 17.7.4), in /clr mode (e.g., when compiling

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - vcl/source

2023-10-05 Thread Caolán McNamara (via logerrit)
vcl/source/app/salvtables.cxx | 10 ++ vcl/source/window/mouse.cxx |4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) New commits: commit 6d9393f3ced54821645bfdc5596ba13d44bd4a0a Author: Caolán McNamara AuthorDate: Thu Oct 5 12:35:05 2023 +0100 Commit: Miklos Vajna

[Libreoffice-commits] core.git: sw/inc sw/qa sw/source uitest/uitest

2023-10-05 Thread Gökay Şatır (via logerrit)
sw/inc/AnnotationWin.hxx |2 -- sw/qa/uitest/navigator/tdf137274.py |7 ++- sw/source/uibase/docvw/AnnotationWin.cxx | 14 -- sw/source/uibase/docvw/AnnotationWin2.cxx |2 ++ sw/source/uibase/docvw/PostItMgr.cxx |6 -- uitest/uites

ESC meeting minutes: 2023-10-05

2023-10-05 Thread Miklos Vajna
* Present: + Heiko, Olivier, Stephane, Caolan, Cloph, Eike, Hossein, Ilmari, Michael W, Regina, Stephan, Thorsten, Xisco, Michael S, Miklos, Gabriel * Completed Action Items: + Try gtk4 local builds, Qt6 local builds (Cloph) [ not done, but will happen later ] + review bot: ign

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - officecfg/registry

2023-10-05 Thread Caolán McNamara (via logerrit)
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) New commits: commit afdf76ebab71f9d9f8b6e9e62ffdbc862b0a2379 Author: Caolán McNamara AuthorDate: Fri Aug 18 13:27:46 2023 +0100 Commit: Xisco Fauli Commit

[Libreoffice-commits] core.git: sw/qa writerfilter/source

2023-10-05 Thread Justin Luth (via logerrit)
dev/null |binary sw/qa/extras/ooxmlexport/ooxmlexport18.cxx| 15 --- writerfilter/source/dmapper/DomainMapper.cxx |5 + writerfilter/source/dmapper/DomainMapper_Impl.cxx | 13 - writerfilter/source/dmapper/D

Minutes from the UX/design meeting 2023-Oct-05

2023-10-05 Thread Heiko Tietze
Present: Heiko Comments: Gabor, Jean-Francois, Stephane, Ilmari, Telesto, Attila, William, Khaled, Stuart Tickets/Topics * Writer allows to insert comments in footnotes in DOCX, but loses them + https://bugs.documentfoundation.org/show_bug.cgi?id=157406 + have UI settings for al

[Libreoffice-commits] core.git: helpcontent2

2023-10-05 Thread Olivier Hallot (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d7e70203e0246830ed30b1b765c1fc3fab716b9b Author: Olivier Hallot AuthorDate: Thu Oct 5 11:15:05 2023 -0300 Commit: Gerrit Code Review CommitDate: Thu Oct 5 16:15:05 2023 +0200 Update git submod

[Libreoffice-commits] help.git: source/text

2023-10-05 Thread Olivier Hallot (via logerrit)
source/text/shared/01/profile_safe_mode.xhp |5 +++-- source/text/shared/main0108.xhp | 11 +-- 2 files changed, 8 insertions(+), 8 deletions(-) New commits: commit 0f8471655a2bcd1616579672c3fd5a2ab26861d9 Author: Olivier Hallot AuthorDate: Thu Oct 5 10:37:24 2023 -

[Libreoffice-commits] core.git: fpicker/source

2023-10-05 Thread Julien Nabet (via logerrit)
fpicker/source/office/OfficeControlAccess.cxx | 31 ++ 1 file changed, 12 insertions(+), 19 deletions(-) New commits: commit 7b0e834f33d0360abfe984dec64a3ad0f79b36ad Author: Julien Nabet AuthorDate: Thu Oct 5 13:01:33 2023 +0200 Commit: Julien Nabet CommitDate:

[Libreoffice-commits] core.git: toolkit/source

2023-10-05 Thread Julien Nabet (via logerrit)
toolkit/source/controls/controlmodelcontainerbase.cxx | 32 +- 1 file changed, 10 insertions(+), 22 deletions(-) New commits: commit b20d44d301258ea99d7c20366d35f8fab8682e3b Author: Julien Nabet AuthorDate: Thu Oct 5 13:19:58 2023 +0200 Commit: Stephan Bergmann CommitD

[Libreoffice-commits] core.git: vcl/source

2023-10-05 Thread Caolán McNamara (via logerrit)
vcl/source/app/salvtables.cxx | 10 ++ vcl/source/window/mouse.cxx |4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) New commits: commit 6947cbca81b57adf78c0a3cf3108e664220d0cec Author: Caolán McNamara AuthorDate: Thu Oct 5 12:35:05 2023 +0100 Commit: Caolán McNam

[Libreoffice-commits] core.git: bin/find-unused-configkeys.sh

2023-10-05 Thread Gabor Kelemen (via logerrit)
bin/find-unused-configkeys.sh | 33 + 1 file changed, 33 insertions(+) New commits: commit b3ebcb83c3915e99a9572850dc2db4998a438b45 Author: Gabor Kelemen AuthorDate: Tue Oct 3 18:24:36 2023 +0200 Commit: Samuel Mehrbrodt CommitDate: Thu Oct 5 14:43:43 2

[Libreoffice-commits] core.git: filter/source officecfg/registry

2023-10-05 Thread Gabor Kelemen (via logerrit)
filter/source/msfilter/msoleexp.cxx| 37 - officecfg/registry/data/org/openoffice/Setup.xcu |1 officecfg/registry/schema/org/openoffice/Office/Common.xcs | 14 3 files changed, 1 insertion(+), 51 deletions(-) New commits: commit f9ac0ce

[Libreoffice-commits] dev-tools.git: esc-reporting/esc-analyze.py

2023-10-05 Thread Xisco Fauli (via logerrit)
esc-reporting/esc-analyze.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 69764ef41ddc342c2c74cdc4432f6d0f615ddecd Author: Xisco Fauli AuthorDate: Thu Oct 5 14:21:08 2023 +0200 Commit: Xisco Fauli CommitDate: Thu Oct 5 14:21:08 2023 +0200 esc-analyze

[Libreoffice-commits] core.git: include/tools include/vcl tools/CppunitTest_tools_test.mk tools/qa tools/source vcl/source

2023-10-05 Thread Mike Kaganski (via logerrit)
include/tools/helpers.hxx | 47 --- include/vcl/bitmap.hxx |7 - tools/CppunitTest_tools_test.mk |1 tools/qa/cppunit/test_minmax.cxx| 98 tools/source/g

[Libreoffice-commits] core.git: toolkit/source

2023-10-05 Thread Julien Nabet (via logerrit)
toolkit/source/controls/roadmapcontrol.cxx | 24 ++-- 1 file changed, 6 insertions(+), 18 deletions(-) New commits: commit 3c162a7a312022716e0648f95662b33577b5993d Author: Julien Nabet AuthorDate: Thu Oct 5 12:21:51 2023 +0200 Commit: Julien Nabet CommitDate: Thu O

[Libreoffice-commits] core.git: filter/source

2023-10-05 Thread Heiko Tietze (via logerrit)
filter/source/pdf/impdialog.cxx | 10 ++ filter/source/pdf/impdialog.hxx |3 ++- 2 files changed, 8 insertions(+), 5 deletions(-) New commits: commit 07a06e40400f3713619cb456d62d4bb952e85436 Author: Heiko Tietze AuthorDate: Fri Jul 21 11:47:45 2023 +0200 Commit: Heiko Tietz

Re: LO 24.2 C++20 baseline

2023-10-05 Thread Stephan Bergmann
On 10/5/23 11:05, Michael Stahl wrote: On 04/10/2023 13:56, Stephan Bergmann wrote: (1)  Pretend that there is no issue.  Keep fingers crossed that "managed C++" source files compiled with /clr do not include any files that require a proper /std:c++20.  Or add more kludges similar to the above

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - include/oox oox/source sd/qa

2023-10-05 Thread Henry Castro (via logerrit)
include/oox/ppt/presentationfragmenthandler.hxx |4 oox/source/ppt/presentationfragmenthandler.cxx | 121 +--- sd/qa/unit/export-tests-ooxml2.cxx |4 3 files changed, 71 insertions(+), 58 deletions(-) New commits: commit 1b871b635c7f368d46a0cff96c059a4

[Libreoffice-commits] core.git: 2 commits - include/vcl vcl/source

2023-10-05 Thread Mike Kaganski (via logerrit)
include/vcl/BitmapReadAccess.hxx | 19 --- vcl/source/bitmap/bitmap.cxx | 105 --- vcl/source/bitmap/floyd.hxx | 58 +++-- 3 files changed, 85 insertions(+), 97 deletions(-) New commits: commit 390e8ad3e96d1ab4494976d7ba6f0d0c7

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - oox/qa oox/source

2023-10-05 Thread Regina Henschel (via logerrit)
oox/qa/unit/data/tdf157289_circularArrow_export.fodp | 816 +++ oox/qa/unit/export.cxx | 14 oox/source/export/drawingml.cxx |4 3 files changed, 832 insertions(+), 2 deletions(-) New commits: commit bd17f560a4262c064464c

[Libreoffice-commits] core.git: sw/qa

2023-10-05 Thread Xisco Fauli (via logerrit)
sw/qa/extras/ooxmlexport/data/tdf157598.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport18.cxx | 12 2 files changed, 12 insertions(+) New commits: commit 98771c4a6da0e760b10983e66885fafcfe918d16 Author: Xisco Fauli AuthorDate: Thu Oct 5 10:13:46 2023 +0200 Commit: Xis

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - officecfg/registry

2023-10-05 Thread Gökay Şatır (via logerrit)
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) New commits: commit eeb685b0f12911c696abbf847a22bd3bcc00fc2c Author: Gökay Şatır AuthorDate: Thu Oct 5 09:20:53 2023 +0300 Commit: Gökay ŞATIR CommitDate: T

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - officecfg/registry

2023-10-05 Thread Gökay Şatır (via logerrit)
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |7 +++ 1 file changed, 7 insertions(+) New commits: commit b90c1c15fbbe01e5343cfc384c2cb427e76908a0 Author: Gökay Şatır AuthorDate: Thu Oct 5 11:04:46 2023 +0300 Commit: Gökay ŞATIR CommitDate: Thu Oct 5 12:22:19 20

[Libreoffice-commits] core.git: toolkit/source

2023-10-05 Thread Julien Nabet (via logerrit)
toolkit/source/controls/controlmodelcontainerbase.cxx | 30 +++--- 1 file changed, 6 insertions(+), 24 deletions(-) New commits: commit c47038d1248340a4e0347a06707ab317da787b3b Author: Julien Nabet AuthorDate: Thu Oct 5 10:53:54 2023 +0200 Commit: Julien Nabet CommitDate:

[Libreoffice-commits] core.git: chart2/source include/svx svx/source

2023-10-05 Thread Caolán McNamara (via logerrit)
chart2/source/view/main/DrawModelWrapper.cxx |5 - include/svx/svdmodel.hxx |1 + svx/source/svdraw/svdmodel.cxx |7 ++- 3 files changed, 11 insertions(+), 2 deletions(-) New commits: commit 5c52884611a0e8586ecfa8ccaf24c9e22ad5a872 Author:

[Libreoffice-commits] core.git: external/java_websocket

2023-10-05 Thread Caolán McNamara (via logerrit)
external/java_websocket/UnpackedTarball_java_websocket.mk |1 external/java_websocket/patches/0001-cid-1546344-Dm-Dubious-method-used.patch | 30 ++ 2 files changed, 31 insertions(+) New commits: commit dd1e392dfd1934c1819ef32ee01a6c3091c5c7b2 Author: Caol

[Libreoffice-commits] core.git: external/java_websocket

2023-10-05 Thread Caolán McNamara (via logerrit)
external/java_websocket/UnpackedTarball_java_websocket.mk |1 external/java_websocket/patches/0001-cid-1545249-Bad-bit-shift-operation.patch | 50 ++ 2 files changed, 51 insertions(+) New commits: commit f2019dd0e5493d7a33c8a0cea17bc110dcb4271c Author: Ca

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - sc/source

2023-10-05 Thread Justin Luth (via logerrit)
sc/source/ui/view/gridwin.cxx | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) New commits: commit 0e87e8a810b93a740beff63ceb1e40d2e5271acf Author: Justin Luth AuthorDate: Sat Sep 30 07:02:08 2023 -0400 Commit: Xisco Fauli CommitDate: Thu Oct 5 11:35:10 2023 +0200

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - svx/source

2023-10-05 Thread Caolán McNamara (via logerrit)
svx/source/sidebar/possize/PosSizePropertyPanel.cxx | 32 +++- svx/source/sidebar/possize/PosSizePropertyPanel.hxx |7 ++-- 2 files changed, 22 insertions(+), 17 deletions(-) New commits: commit 1e6c139a92d575b986fae25275411a74cc7382e7 Author: Caolán McNamara AuthorDate

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - 2 commits - oox/qa oox/source sw/qa sw/source

2023-10-05 Thread Miklos Vajna (via logerrit)
oox/qa/unit/data/tdf157289_circularArrow_export.fodp | 816 +++ oox/qa/unit/export.cxx | 14 oox/source/export/drawingml.cxx |4 sw/qa/core/text/data/floattable-anchor-height.docx |binary sw/qa/core/text/porrst.cxx

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sw/qa sw/source

2023-10-05 Thread Miklos Vajna (via logerrit)
sw/qa/core/layout/data/floattable-del-empty.docx |binary sw/qa/core/layout/flycnt.cxx | 12 sw/source/core/layout/flycnt.cxx | 11 --- 3 files changed, 12 insertions(+), 11 deletions(-) New commits: commit 840606ffb872e280228cd5144bf22

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - configure.ac

2023-10-05 Thread Christian Lohmaier (via logerrit)
configure.ac | 15 +++ 1 file changed, 15 insertions(+) New commits: commit 3ae831d3ee0e361f6e194f525a2fe0fa6f6968d1 Author: Christian Lohmaier AuthorDate: Wed Sep 27 17:17:14 2023 +0200 Commit: Michael Stahl CommitDate: Thu Oct 5 11:23:55 2023 +0200 macOS /w Xcode 15

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - configure.ac

2023-10-05 Thread Christian Lohmaier (via logerrit)
configure.ac | 15 +++ 1 file changed, 15 insertions(+) New commits: commit d90b85393d18ec96ad06d2870a0fde07aceaddcb Author: Christian Lohmaier AuthorDate: Wed Sep 27 17:17:14 2023 +0200 Commit: Michael Stahl CommitDate: Thu Oct 5 11:23:41 2023 +0200 macOS /w Xcode 15

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - configure.ac odk/settings solenv/gbuild

2023-10-05 Thread Christian Lohmaier (via logerrit)
configure.ac |4 ++-- odk/settings/settings.mk |2 +- solenv/gbuild/platform/macosx.mk |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 9ea71d085ef529cddfa64c2714b8ceee069dc301 Author: Christian Lohmaier AuthorDate: Fri Sep 2

Re: LO 24.2 C++20 baseline

2023-10-05 Thread Michael Stahl
On 04/10/2023 13:56, Stephan Bergmann wrote: etc.  To work around that, keep the 'O[U]String literals (unusable for now, C++20 only)' functionality disabled when compiling /clr sources (i.e., where _MANAGED is def

Re: new bridgetest failures in 7.6 on ppc64le

2023-10-05 Thread Dan Horák
On Thu, 31 Aug 2023 14:04:34 +0200 Stephan Bergmann wrote: > On 8/31/23 13:51, Dan Horák wrote: > > On Thu, 31 Aug 2023 10:21:05 +0200 > > Dan Horák wrote: > > > >> Hello, > >> > >> I am working with the Fedora LibreOffice team on keeping LO building on > >> ppc64le and s390x platforms and we f

[Libreoffice-commits] core.git: sw/qa sw/source

2023-10-05 Thread Hossein (via logerrit)
dev/null |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx |9 - sw/qa/extras/ooxmlexport/ooxmlexport3.cxx|2 +- sw/source/filter/ww8/docxattributeoutput.cxx |3 --- 4 files changed, 1 insertion(+), 13 deletions(-) New commits: commi

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - cui/source framework/source include/vcl offapi/com officecfg/registry vcl/osx vcl/qt5 vcl/unx vcl/win

2023-10-05 Thread Gökay Şatır (via logerrit)
cui/source/customize/acccfg.cxx|8 framework/source/accelerators/keymapping.cxx |1 + include/vcl/keycodes.hxx |1 + offapi/com/sun/star/awt/Key.idl|3 ++

[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - svx/qa

2023-10-05 Thread Thorsten Behrens (via logerrit)
svx/qa/unit/core.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 96f72ec0a2f3cebc8afe4a1c20acb9e23544d83a Author: Thorsten Behrens AuthorDate: Thu Oct 5 04:07:12 2023 +0200 Commit: Thorsten Behrens CommitDate: Thu Oct 5 10:00:14 2023 +0200 related t

[Libreoffice-commits] core.git: svx/qa

2023-10-05 Thread Thorsten Behrens (via logerrit)
svx/qa/unit/core.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ae533151bcc16de22fb90b42be1cf7432b0fddc3 Author: Thorsten Behrens AuthorDate: Thu Oct 5 04:07:12 2023 +0200 Commit: Thorsten Behrens CommitDate: Thu Oct 5 09:59:28 2023 +0200 related t

[Libreoffice-commits] core.git: external/java_websocket

2023-10-05 Thread Caolán McNamara (via logerrit)
external/java_websocket/UnpackedTarball_java_websocket.mk |1 external/java_websocket/patches/0001-cid-1546341-Resource-leak-on-an-exceptional-path.patch | 40 ++ 2 files changed, 41 insertions(+) New commits: commit e555ea5937d28bed78e5abeb4904

[Libreoffice-commits] core.git: sd/source

2023-10-05 Thread Heiko Tietze (via logerrit)
sd/source/ui/table/tablefunction.cxx |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit 86eb7ad2b4488dcd29c21ae3fc525056b681e199 Author: Heiko Tietze AuthorDate: Wed Oct 4 18:51:21 2023 +0200 Commit: Heiko Tietze CommitDate: Thu Oct 5 09:36:13 2023 +0200

[Libreoffice-commits] core.git: sw/qa sw/source

2023-10-05 Thread Miklos Vajna (via logerrit)
sw/qa/core/layout/data/floattable-del-empty.docx |binary sw/qa/core/layout/flycnt.cxx | 12 sw/source/core/layout/flycnt.cxx | 11 --- 3 files changed, 12 insertions(+), 11 deletions(-) New commits: commit 2d6f48d53674ee85179ec8cee8648