core.git: 2 commits - vcl/inc vcl/qt5

2024-11-27 Thread Michael Weghorn (via logerrit)
vcl/inc/qt5/QtDoubleSpinBox.hxx |9 -- vcl/inc/qt5/QtInstanceSpinButton.hxx | 33 -- vcl/inc/qt5/QtInstanceWidget.hxx |2 vcl/qt5/QtDoubleSpinBox.cxx | 18 - vcl/qt5/QtInstanceBuilder.cxx|1 vcl/qt5/QtInstanceSpinButton.cxx | 107 ---

core.git: vcl/inc vcl/qt5

2024-11-27 Thread Michael Weghorn (via logerrit)
vcl/inc/qt5/QtInstanceEntry.hxx |3 +++ vcl/qt5/QtInstanceEntry.cxx |9 - vcl/qt5/QtInstanceSpinButton.cxx | 13 + 3 files changed, 24 insertions(+), 1 deletion(-) New commits: commit 70825e677f808437bd47651ebecc8a0c53955676 Author: Michael Weghorn AuthorD

core.git: 3 commits - vcl/CustomTarget_qt5_moc.mk vcl/CustomTarget_qt6_moc.mk vcl/inc vcl/qt5

2024-11-27 Thread Michael Weghorn (via logerrit)
vcl/CustomTarget_qt5_moc.mk |1 + vcl/CustomTarget_qt6_moc.mk |1 + vcl/inc/qt5/QtInstanceSpinButton.hxx |9 - vcl/qt5/QtInstanceEntry.cxx |5 - vcl/qt5/QtInstanceSpinButton.cxx | 10 ++ 5 files changed, 24 insertions(+), 2 delet

Re: Again missing patch on LibO core master

2024-11-27 Thread Natalia Elsher
Does he look good in it? On Thu, 28 Nov 2024 at 3:30 AM, Julien Nabet wrote: > Hello Andreas, > > Cherry-pick on master waiting for review here: > https://gerrit.libreoffice.org/c/core/+/177445 > > Julien > >

Re: PVS-Studio report

2024-11-27 Thread Natalia Elsher
What kind of dal? Lentil? On Wed, 27 Nov 2024 at 2:32 PM, Xisco Fauli wrote: > Hello, > > Unfortunately now it's flagging a lot of issues like > > const SfxBoolItem* pStateItem = dynamic_cast( pItem ); > assert(pStateItem); // SfxBoolItem expected > if (pStateItem) > ↑ V547 Expression 'pStateIt

core.git: Branch 'distro/vector/vector-24.2' - sd/qa vcl/win

2024-11-27 Thread Mike Kaganski (via logerrit)
sd/qa/unit/PNGExportTests.cxx |4 ++-- vcl/win/gdi/DWriteTextRenderer.cxx |3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) New commits: commit 3f8cdfc04307120755c37a7e2f4d51f6ac005dae Author: Mike Kaganski AuthorDate: Wed Nov 27 14:48:19 2024 +0500 Commit: Mike Kagan

core.git: sc/inc sc/source

2024-11-27 Thread Mike Kaganski (via logerrit)
sc/inc/global.hxx|2 sc/inc/subtotalparam.hxx | 77 ++--- sc/source/core/data/sortparam.cxx| 10 - sc/source/core/data/subtotalparam.cxx| 181 --- sc/source/core/data/table3.cxx

core.git: sw/qa sw/source

2024-11-27 Thread Justin Luth (via logerrit)
sw/qa/extras/ooxmlexport/ooxmlexport21.cxx |6 ++ sw/source/filter/ww8/docxattributeoutput.cxx |7 +-- 2 files changed, 11 insertions(+), 2 deletions(-) New commits: commit 2310b7c8541a66fc4cbd243ca550cdc42e271cb3 Author: Justin Luth AuthorDate: Wed Nov 27 11:26:47 2024 -05

core.git: Branch 'libreoffice-24-8' - vcl/inc vcl/osx vcl/skia

2024-11-27 Thread Patrick Luby (via logerrit)
vcl/inc/quartz/salgdi.h |1 vcl/osx/salnativewidgets.cxx | 27 --- vcl/skia/osx/gdiimpl.cxx | 74 --- 3 files changed, 66 insertions(+), 36 deletions(-) New commits: commit 4dc3896752241befcb29a3ff1ea82297fc4b7f9d Author: P

core.git: Branch 'libreoffice-24-8' - vcl/osx vcl/skia

2024-11-27 Thread Patrick Luby (via logerrit)
vcl/osx/salframeview.mm | 19 +++ vcl/skia/gdiimpl.cxx| 22 -- 2 files changed, 31 insertions(+), 10 deletions(-) New commits: commit 514aef42f6d5cab539e5ba80bdc2de8fb51801ba Author: Patrick Luby AuthorDate: Sat Nov 23 17:18:57 2024 -0500 Commit:

core.git: sw/source

2024-11-27 Thread Rafael Lima (via logerrit)
sw/source/uibase/sidebar/QuickFindPanel.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit ec958b578bd01071b4a6061f57007df6fec93aee Author: Rafael Lima AuthorDate: Wed Nov 27 13:50:49 2024 +0100 Commit: Rafael Lima CommitDate: Thu Nov 28 01:41:55 2024

core.git: 3 commits - svx/uiconfig vcl/CustomTarget_qt5_moc.mk vcl/CustomTarget_qt6_moc.mk vcl/inc vcl/Library_vclplug_qt5.mk vcl/Library_vclplug_qt6.mk vcl/qt5 vcl/qt6

2024-11-27 Thread Michael Weghorn (via logerrit)
svx/uiconfig/ui/gotopagedialog.ui| 87 --- vcl/CustomTarget_qt5_moc.mk |1 vcl/CustomTarget_qt6_moc.mk |1 vcl/Library_vclplug_qt5.mk |1 vcl/Library_vclplug_qt6.mk |1 vcl/inc/qt5/QtDoubleSpinBox.hxx

core.git: Branch 'libreoffice-24-8' - download.lst

2024-11-27 Thread Xisco Fauli (via logerrit)
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit eaa37729fcf720b299f9e3bfc7f27a825b71b7ee Author: Xisco Fauli AuthorDate: Tue Nov 26 19:22:14 2024 +0100 Commit: Adolfo Jayme Barrientos CommitDate: Wed Nov 27 22:35:54 2024 +0100 NotoSans:

Re: Again missing patch on LibO core master

2024-11-27 Thread Julien Nabet
Hello Andreas, Cherry-pick on master waiting for review here: https://gerrit.libreoffice.org/c/core/+/177445 Julien

core.git: Branch 'libreoffice-24-8' - download.lst

2024-11-27 Thread Xisco Fauli (via logerrit)
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 23b2e9757362174aa93c14ca798f0404076e0379 Author: Xisco Fauli AuthorDate: Tue Nov 26 19:24:12 2024 +0100 Commit: Adolfo Jayme Barrientos CommitDate: Wed Nov 27 22:36:29 2024 +0100 NotoSerif

core.git: framework/source

2024-11-27 Thread Caolán McNamara (via logerrit)
framework/source/fwe/helper/undomanagerhelper.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 88431fff42d168099962206e52475050d4f0e3c1 Author: Caolán McNamara AuthorDate: Mon Nov 25 17:22:50 2024 + Commit: Caolán McNamara CommitDate: Wed Nov 27 21:45

Again missing patch on LibO core master

2024-11-27 Thread Andreas Mantke
Hi all, I had to investigate again about patches that didn't make it to LibreOffice core, branch master. And I found out that the API change with commit: https://gerrit.libreoffice.org/c/core/+/176715 is missing on master. I tested this patch on my local LibreOffice build and it builds without

core.git: 2 commits - sw/source ucb/source

2024-11-27 Thread Xisco Fauli (via logerrit)
sw/source/core/inc/txtfrm.hxx|4 - sw/source/core/text/frmpaint.cxx | 82 +++ ucb/source/cacher/cachedcontentresultsetstub.cxx |4 - 3 files changed, 28 insertions(+), 62 deletions(-) New commits: commit c251a8cfe6b72c910d79d48e644

core.git: config_host.mk.in configure.ac sal/CppunitTest_sal_rtl.mk sal/qa sc/CppunitTest_sc_ucalc_formula2.mk sc/CppunitTest_sc_ucalc_nanpayload.mk sc/qa

2024-11-27 Thread Sakura286 (via logerrit)
config_host.mk.in |1 + configure.ac | 17 + sal/CppunitTest_sal_rtl.mk|8 sal/qa/rtl/math/test-rtl-math.cxx |2 ++ sc/CppunitTest_sc_ucalc_formula2.mk |8 sc/CppunitTest_sc_ucalc_nan

core.git: sd/source

2024-11-27 Thread Michael Weghorn (via logerrit)
sd/source/ui/view/drviews4.cxx |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) New commits: commit aea7c6a01301a368e47a54cc85408bd9f34ace5a Author: Michael Weghorn AuthorDate: Wed Nov 27 15:29:00 2024 +0100 Commit: Michael Weghorn CommitDate: Wed Nov 27 17:23:49 2024 +0

core.git: sw/source

2024-11-27 Thread Miklos Vajna (via logerrit)
sw/source/core/fields/docufld.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 8d7272141f56935a7fbd629706bb4fefb7d3ba84 Author: Miklos Vajna AuthorDate: Wed Nov 27 16:18:09 2024 +0100 Commit: Miklos Vajna CommitDate: Wed Nov 27 17:45:42 2024 +0100 sw: add stub Tit

core.git: vcl/headless

2024-11-27 Thread Xisco Fauli (via logerrit)
vcl/headless/CairoCommon.cxx | 35 +++ 1 file changed, 3 insertions(+), 32 deletions(-) New commits: commit 71be29d7f54d228502eafd4ab9d4ac00917e9e9d Author: Xisco Fauli AuthorDate: Wed Nov 27 15:24:40 2024 +0100 Commit: Xisco Fauli CommitDate: Wed Nov 2

core.git: sfx2/source

2024-11-27 Thread Xisco Fauli (via logerrit)
sfx2/source/doc/guisaveas.cxx | 20 1 file changed, 8 insertions(+), 12 deletions(-) New commits: commit d29348f2da2e405ac651d009354e8f967a216170 Author: Xisco Fauli AuthorDate: Wed Nov 27 16:01:15 2024 +0100 Commit: Xisco Fauli CommitDate: Wed Nov 27 17:37:06 202

core.git: configmgr/source

2024-11-27 Thread Caolán McNamara (via logerrit)
configmgr/source/components.cxx | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit 4f7cdf40ded90d392331d45bab5adfc0986fe8e8 Author: Caolán McNamara AuthorDate: Wed Nov 27 15:05:01 2024 + Commit: Caolán McNamara CommitDate: Wed Nov 27 17:16:3

core.git: vcl/source

2024-11-27 Thread Caolán McNamara (via logerrit)
vcl/source/gdi/pdfwriter_impl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8e08e1c77c685c30d67cae0fd294eec96a253272 Author: Caolán McNamara AuthorDate: Wed Nov 27 14:51:28 2024 + Commit: Caolán McNamara CommitDate: Wed Nov 27 17:16:07 2024 +0100

core.git: schema/libreoffice xmloff/source

2024-11-27 Thread Regina Henschel (via logerrit)
schema/libreoffice/OpenDocument-v1.4+libreoffice-schema.rng |9 - xmloff/source/chart/SchXMLExport.cxx|9 +++-- 2 files changed, 7 insertions(+), 11 deletions(-) New commits: commit 7cec59402d09077749cc6bbe96cbf19652d2d3d9 Author: Regina Henschel A

ESC meeting agenda: 2024-11-28 16:00 CET

2024-11-27 Thread Miklos Vajna
Hi, The prototype agenda is below. Extra items are appreciated either in this document or as a reply to this mail: https://pad.documentfoundation.org/p/esc You can join using Jitsi here: https://jitsi.documentfoundation.org/esc Regards, Miklos --- * Present: + * Completed Action Items:

core.git: svx/source

2024-11-27 Thread Michael Weghorn (via logerrit)
svx/source/sdr/overlay/overlayrectangle.cxx |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit 36b69c4525070f1258eac5c566c6dc4940deee24 Author: Michael Weghorn AuthorDate: Wed Nov 27 14:09:20 2024 +0100 Commit: Michael Weghorn CommitDate: Wed Nov 27 16:27:2

core.git: Branch 'libreoffice-24-8' - external/libqxp

2024-11-27 Thread Xisco Fauli (via logerrit)
external/libqxp/UnpackedTarball_libqxp.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 98f56aee675ef339acddfe44b195b3ca9d53ec0a Author: Xisco Fauli AuthorDate: Tue Nov 26 13:30:36 2024 +0100 Commit: Xisco Fauli CommitDate: Wed Nov 27 15:53:26 2024 +0100

New Defects reported by Coverity Scan for LibreOffice

2024-11-27 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 2 new defect(s) introduced to LibreOffice found with Coverity Scan. 4 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defect

help.git: source/text

2024-11-27 Thread Bogdan Buzea (via logerrit)
source/text/sbasic/shared/01020100.xhp |2 +- source/text/sbasic/shared/03030101.xhp |2 +- source/text/sbasic/shared/03030108.xhp |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 9b423c924ba73aab8b885304822fd92b00ee562d Author: Bogdan Buzea AuthorDate:

core.git: helpcontent2

2024-11-27 Thread Bogdan Buzea (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 03b1e988b15866af9d43ac2f1249e5c73d1d22bf Author: Bogdan Buzea AuthorDate: Wed Nov 27 15:22:21 2024 +0100 Commit: Gerrit Code Review CommitDate: Wed Nov 27 15:22:21 2024 +0100 Update git submod

core.git: Branch 'libreoffice-24-8' - sd/qa vcl/win

2024-11-27 Thread Mike Kaganski (via logerrit)
sd/qa/unit/PNGExportTests.cxx |4 ++-- vcl/win/gdi/DWriteTextRenderer.cxx |3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) New commits: commit 34d9b2211a0427ec6d7624759b26e1d32f4d94ff Author: Mike Kaganski AuthorDate: Wed Nov 27 14:48:19 2024 +0500 Commit: Xisco Faul

core.git: sc/source

2024-11-27 Thread Xisco Fauli (via logerrit)
sc/source/core/data/subtotalparam.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit ec68e9884a362693d5f5b1bbbe167bc72b585999 Author: Xisco Fauli AuthorDate: Wed Nov 27 13:01:02 2024 +0100 Commit: Xisco Fauli CommitDate: Wed Nov 27 14:23:29 2024 +0100

core.git: chart2/source

2024-11-27 Thread Xisco Fauli (via logerrit)
chart2/source/model/template/ChartTypeTemplate.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit b54e905ce6d295104af9a6d2a01b38c02abee6e3 Author: Xisco Fauli AuthorDate: Wed Nov 27 12:51:19 2024 +0100 Commit: Xisco Fauli CommitDate: Wed Nov 27 14:13:

core.git: sfx2/source

2024-11-27 Thread Xisco Fauli (via logerrit)
sfx2/source/doc/objstor.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d9920fe89aad76898d8a9c6a70c77a052861a328 Author: Xisco Fauli AuthorDate: Wed Nov 27 12:37:25 2024 +0100 Commit: Xisco Fauli CommitDate: Wed Nov 27 14:05:03 2024 +0100 PVS: V560

core.git: svx/source

2024-11-27 Thread Xisco Fauli (via logerrit)
svx/source/svdraw/svdotxtr.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 9da32329f05a862635861adb19f9b0f331912c5b Author: Xisco Fauli AuthorDate: Wed Nov 27 12:45:55 2024 +0100 Commit: Xisco Fauli CommitDate: Wed Nov 27 14:10:25 2024 +0100 PV

core.git: sdext/source

2024-11-27 Thread Xisco Fauli (via logerrit)
sdext/source/pdfimport/filterdet.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 45a7c21ed8d7588a676878b52d12113a3fe2e077 Author: Xisco Fauli AuthorDate: Wed Nov 27 12:31:12 2024 +0100 Commit: Xisco Fauli CommitDate: Wed Nov 27 14:02:00 2024 +0100 P

core.git: sd/qa vcl/win

2024-11-27 Thread Mike Kaganski (via logerrit)
sd/qa/unit/PNGExportTests.cxx |4 ++-- vcl/win/gdi/DWriteTextRenderer.cxx |3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) New commits: commit 785a56b6be7f3128c2e7a131381e02525a50eb6b Author: Mike Kaganski AuthorDate: Wed Nov 27 14:48:19 2024 +0500 Commit: Mike Kagan

core.git: sd/source

2024-11-27 Thread Xisco Fauli (via logerrit)
sd/source/ui/view/sdview3.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6b08b34d3dbf3af4a2dd36919c96201523f17990 Author: Xisco Fauli AuthorDate: Wed Nov 27 12:16:12 2024 +0100 Commit: Xisco Fauli CommitDate: Wed Nov 27 13:41:35 2024 +0100 PVS: V56

core.git: helpcontent2

2024-11-27 Thread Bogdan Buzea (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 102ff62a40eb8ae89fede7c41b50562dd1c51c52 Author: Bogdan Buzea AuthorDate: Wed Nov 27 13:22:44 2024 +0100 Commit: Gerrit Code Review CommitDate: Wed Nov 27 13:22:44 2024 +0100 Update git submod

core.git: vcl/source

2024-11-27 Thread Xisco Fauli (via logerrit)
vcl/source/control/calendar.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 75c9b78b07d9b2e887f9ff7c57461ecfd873b3d1 Author: Xisco Fauli AuthorDate: Wed Nov 27 12:21:57 2024 +0100 Commit: Xisco Fauli CommitDate: Wed Nov 27 13:38:32 2024 +0100 PVS:

core.git: helpcontent2

2024-11-27 Thread Bogdan Buzea (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 85951fbfc630993aad391ce1fbb33dfecd618ae5 Author: Bogdan Buzea AuthorDate: Wed Nov 27 13:25:02 2024 +0100 Commit: Gerrit Code Review CommitDate: Wed Nov 27 13:25:02 2024 +0100 Update git submod

help.git: source/text

2024-11-27 Thread Bogdan Buzea (via logerrit)
source/text/scalc/01/04060102.xhp |8 source/text/scalc/01/04060111.xhp |8 source/text/scalc/01/func_date.xhp |2 +- source/text/scalc/01/func_value.xhp |2 +- 4 files changed, 10 insertions(+), 10 deletions(-) New commits: commit c73747f8fb95caee2f4bd5095b

help.git: source/text

2024-11-27 Thread Bogdan Buzea (via logerrit)
source/text/shared/optionen/01060500.xhp | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit 0ecc00617e7b93d3869ea7d77c777ebe47db9896 Author: Bogdan Buzea AuthorDate: Mon Nov 25 19:41:03 2024 +0100 Commit: Olivier Hallot CommitDate: Wed Nov 27 13

core.git: 2 commits - sc/source sd/source

2024-11-27 Thread Xisco Fauli (via logerrit)
sc/source/ui/view/output.cxx |7 +++ sd/source/ui/annotations/annotationwindow.cxx | 13 ++--- 2 files changed, 9 insertions(+), 11 deletions(-) New commits: commit 3be6d3182d023723f4c382c5c30d53797a9036a6 Author: Xisco Fauli AuthorDate: Wed Nov 27 12:10:23

core.git: sd/source

2024-11-27 Thread Hubert Figuière (via logerrit)
sd/source/ui/unoidl/unomodel.cxx | 110 +++ 1 file changed, 110 insertions(+) New commits: commit d24439927081692ab8fe355a04264e8501c37a90 Author: Hubert Figuière AuthorDate: Mon Sep 9 11:31:50 2024 -0400 Commit: Miklos Vajna CommitDate: Wed Nov 27 1

core.git: sc/source

2024-11-27 Thread Xisco Fauli (via logerrit)
sc/source/ui/view/gridwin.cxx | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) New commits: commit 69a020c19a5f1a8abe8a024abb73c862be2a762d Author: Xisco Fauli AuthorDate: Wed Nov 27 11:49:04 2024 +0100 Commit: Xisco Fauli CommitDate: Wed Nov 27 13:11:25 2024 +0100

core.git: sc/source

2024-11-27 Thread Xisco Fauli (via logerrit)
sc/source/filter/xml/xmlexprt.cxx | 72 +- sc/source/filter/xml/xmlimprt.cxx | 12 +++--- 2 files changed, 48 insertions(+), 36 deletions(-) New commits: commit 95563e734722449c150c8e9ba88f12f100d50294 Author: Xisco Fauli AuthorDate: Wed Nov 27 10:15:2

core.git: sc/inc sc/source

2024-11-27 Thread Caolán McNamara (via logerrit)
sc/inc/viewopti.hxx |3 + sc/source/core/tool/viewopti.cxx | 100 +-- 2 files changed, 59 insertions(+), 44 deletions(-) New commits: commit 127659cda6f4f84e20dabce8a23546c61b448990 Author: Caolán McNamara AuthorDate: Wed Nov 27 09:40:32

help.git: source/text

2024-11-27 Thread Bogdan Buzea (via logerrit)
source/text/scalc/guide/year2000.xhp |4 ++-- source/text/shared/optionen/01040500.xhp |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit ce42a420ae28518aae72e72e06a8d3d8a3f33cc8 Author: Bogdan Buzea AuthorDate: Mon Nov 25 20:17:27 2024 +0100 Commit:

core.git: helpcontent2

2024-11-27 Thread Bogdan Buzea (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 86341e2ae913052f318f87c2c27912342249c280 Author: Bogdan Buzea AuthorDate: Wed Nov 27 12:49:33 2024 +0100 Commit: Gerrit Code Review CommitDate: Wed Nov 27 12:49:33 2024 +0100 Update git submod

core.git: download.lst

2024-11-27 Thread Xisco Fauli (via logerrit)
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit e73b5b0afad2daaafe76b9a201ddcad74560c4d2 Author: Xisco Fauli AuthorDate: Wed Nov 27 10:46:51 2024 +0100 Commit: Xisco Fauli CommitDate: Wed Nov 27 12:47:44 2024 +0100 openldap: upgrade to

core.git: 2 commits - extras/Module_extras.mk extras/Package_tplpresnt.mk Repository.mk sw/source

2024-11-27 Thread Caolán McNamara (via logerrit)
Repository.mk |2 +- extras/Module_extras.mk |2 +- extras/Package_tplpresnt.mk |9 + sw/source/core/swg/SwXMLTextBlocks1.cxx |4 4 files changed, 15 insertions(+), 2 deletions(-) New commits: commit 55baaa526c301d

core.git: sc/source

2024-11-27 Thread Xisco Fauli (via logerrit)
sc/source/filter/xml/SparklineGroupsImportContext.cxx |5 sc/source/filter/xml/XMLCalculationSettingsContext.cxx |4 sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx | 12 sc/source/filter/xml/XMLExportDDELinks.cxx |4 sc/source/filter/xml/XMLStylesExportHelper

core.git: Branch 'libreoffice-24-8' - download.lst external/libetonyek

2024-11-27 Thread Xisco Fauli (via logerrit)
download.lst |4 - external/libetonyek/0001-allow-0-size-message.patch.1 | 30 - external/libetonyek/0001-fix-build-with-MSVC.patch.1 | 28 - external/libetonyek/0002-fix-build-with-MSVC.patch.1 | 55 -- external/

core.git: toolkit/source

2024-11-27 Thread Laurent Balland (via logerrit)
toolkit/source/hatchwindow/ipwin.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e1b8bf208afe3c41ac768f3205b3c94017b2bd98 Author: Laurent Balland AuthorDate: Sun Nov 24 17:02:23 2024 +0100 Commit: Michael Stahl CommitDate: Wed Nov 27 11:14:58 2024 +0100

core.git: android/source

2024-11-27 Thread Weblate (via logerrit)
android/source/res/values-ia/strings.xml | 46 +++ 1 file changed, 23 insertions(+), 23 deletions(-) New commits: commit b7e71559ceeb5fd2feae394cab8330d067706850 Author: Weblate AuthorDate: Mon Nov 25 15:52:58 2024 +0100 Commit: Michael Weghorn CommitDate:

core.git: desktop/source

2024-11-27 Thread Mike Kaganski (via logerrit)
desktop/source/lib/init.cxx |4 1 file changed, 4 deletions(-) New commits: commit fc95e370fdaf15232548409132c806379376714b Author: Mike Kaganski AuthorDate: Wed Nov 27 07:32:49 2024 +0100 Commit: Mike Kaganski CommitDate: Wed Nov 27 10:02:49 2024 +0100 Drop separate insta

core.git: external/redland

2024-11-27 Thread Noel Grandin (via logerrit)
external/redland/UnpackedTarball_raptor.mk |1 + external/redland/raptor/disable-libxml-cleanup.patch.1 | 14 ++ 2 files changed, 15 insertions(+) New commits: commit fa50b71fb8ac99b0d9afbcd29a509d0b1b063953 Author: Noel Grandin AuthorDate: Tue Nov 26 10:41:39 2

core.git: sw/source

2024-11-27 Thread Caolán McNamara (via logerrit)
sw/source/uibase/config/usrpref.cxx | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit c41d2eb41dc9412ca15875c6f36410cfdd06941a Author: Caolán McNamara AuthorDate: Tue Nov 26 14:33:00 2024 + Commit: Caolán McNamara CommitDate: Wed Nov 27 09:52:47

Re: PVS-Studio report

2024-11-27 Thread Xisco Fauli
Hello, Unfortunately now it's flagging a lot of issues like const SfxBoolItem* pStateItem = dynamic_cast( pItem  ); assert(pStateItem); // SfxBoolItem expected if (pStateItem) ↑ V547 Expression 'pStateItem' is always true. which is not ideal either, so I updated the report again without //V_AS

core.git: sw/source

2024-11-27 Thread Caolán McNamara (via logerrit)
sw/source/uibase/config/usrpref.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit e0b3f75e73c1f2f0c8877e57d47f2de499839ee6 Author: Caolán McNamara AuthorDate: Tue Nov 26 20:15:22 2024 + Commit: Caolán McNamara CommitDate: Wed Nov 27 09:52:11 2024 +0100 SwContentVi

core.git: vcl/source vcl/win

2024-11-27 Thread Mike Kaganski (via logerrit)
vcl/source/app/settings.cxx |2 +- vcl/win/window/salframe.cxx |7 +++ 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit 3244668b05ecb5eeda8e4758359eae597dbd0821 Author: Mike Kaganski AuthorDate: Wed Nov 27 10:26:55 2024 +0500 Commit: Mike Kaganski CommitDa

core.git: Branch 'distro/collabora/co-24.04' - extras/Module_extras.mk extras/Package_tplpresnt.mk Repository.mk

2024-11-27 Thread Caolán McNamara (via logerrit)
Repository.mk |2 +- extras/Module_extras.mk |2 +- extras/Package_tplpresnt.mk |9 + 3 files changed, 11 insertions(+), 2 deletions(-) New commits: commit e393a739fa890aeb77f189b62de4356043211490 Author: Caolán McNamara AuthorDate: Tue Nov 26 16:33:49 2