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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/presenter/PresenterCanvas.cxx | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) New commits: commit 2cf9f0fe3a5da6fe53021278be88e33ad9e6e09d Author: Noel Grandin AuthorDate: Tue Dec 28 14:55:59 2021 +0200 Commit: Noel Grandin CommitDate: Wed Dec 2

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/framework/factories/PresentationFactory.cxx |9 ++--- sd/source/ui/inc/framework/PresentationFactory.hxx | 13 + 2 files changed, 7 insertions(+), 15 deletions(-) New commits: commit f5f97c7949d08c706ffb1f7a17b8bab32d2e2109 Author: Noel Grandin Author

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/app/sdmod1.cxx|2 +- sd/source/ui/docshell/docshel3.cxx |1 + sd/source/ui/inc/slideshow.hxx |9 - sd/source/ui/slideshow/slideshow.cxx |5 ++--- sd/source/ui/slideshow/sl

FYI: stripping away some of the chart2 rendering complexity

2021-12-28 Thread Noel Grandin
Hi So I intend to simplify the rendering of chart data in the chart2/ module with the intention of improving the performance. I intend to do this by gradually stripping away layers. Currently the architecture looks like: | chart2 | | UNO shape objects | ---

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/inc/DocumentRenderer.hxx | 10 -- sd/source/ui/view/DocumentRenderer.cxx |3 +-- 2 files changed, 5 insertions(+), 8 deletions(-) New commits: commit 9530816af8b178f3179deab441ea99db96e423bd Author: Noel Grandin AuthorDate: Tue Dec 28 19:57:52 2021 +0200 Commit:

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/framework/tools/FrameworkHelper.cxx | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) New commits: commit 10a0f2dc50fec37a858b5e20c240cc416503019e Author: Noel Grandin AuthorDate: Tue Dec 28 20:05:38 2021 +0200 Commit: Noel Grandin CommitDate: Wed Dec

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/inc/tools/SlotStateListener.hxx | 11 +-- sd/source/ui/tools/SlotStateListener.cxx |9 - 2 files changed, 9 insertions(+), 11 deletions(-) New commits: commit fda744bcc89a767ce6270e441cab9fcfda2a97d7 Author: Noel Grandin AuthorDate: Tue Dec 28 14:57:58

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/framework/tools/FrameworkHelper.cxx | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) New commits: commit f65e44b6dd9c6dd94905996764c261dc1fc4aecf Author: Noel Grandin AuthorDate: Tue Dec 28 20:02:28 2021 +0200 Commit: Noel Grandin CommitDate: Wed Dec 29

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/framework/module/SlideSorterModule.cxx |5 ++--- sd/source/ui/framework/module/SlideSorterModule.hxx | 12 +--- 2 files changed, 7 insertions(+), 10 deletions(-) New commits: commit 140c06ce5bc049addae56c7c3de296a20042d255 Author: Noel Grandin AuthorDate: Tue Dec 2

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/framework/factories/ViewShellWrapper.cxx |7 ++- sd/source/ui/inc/framework/ViewShellWrapper.hxx | 10 -- 2 files changed, 6 insertions(+), 11 deletions(-) New commits: commit 37862564f3452f4bd588c0f49a200c3c9c182f2b Author: Noel Grandin AuthorDate: Tue D

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/framework/configuration/Configuration.cxx | 21 +++-- sd/source/ui/framework/module/ModuleController.cxx |6 ++-- sd/source/ui/inc/framework/Configuration.hxx | 12 - sd/source/ui/inc/framework/ModuleController.hxx| 12 - 4 f

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/inc/ViewTabBar.hxx | 10 -- sd/source/ui/view/ViewTabBar.cxx |5 ++--- 2 files changed, 6 insertions(+), 9 deletions(-) New commits: commit f030d899d8f52684b0d34bcc1f4d9864f243ce73 Author: Noel Grandin AuthorDate: Tue Dec 28 17:24:55 2021 +0200 Commit: Noel Gr

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/accessibility/AccessibleSlideSorterView.cxx | 22 +++ sd/source/ui/framework/tools/FrameworkHelper.cxx | 15 ++ sd/source/ui/inc/AccessibleSlideSorterView.hxx | 12 +++- 3 files changed, 20 insertions(+), 29 deletions(-) New commits: co

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/framework/module/ToolBarModule.cxx| 10 +- sd/source/ui/framework/module/ToolBarModule.hxx| 12 +--- sd/source/ui/framework/module/ViewTabBarModule.cxx | 12 ++-- sd/source/ui/framework/module/ViewTabBarModule.hxx | 10 -- 4 files change

[Libreoffice-commits] core.git: vcl/inc vcl/ios

2021-12-28 Thread Ramreiso Kashung (via logerrit)
vcl/inc/android/androidinst.hxx |5 + vcl/ios/DataFlavorMapping.hxx |5 + vcl/ios/HtmlFmtFlt.hxx |5 + vcl/ios/clipboard.hxx |5 + vcl/ios/iOSTransferable.hxx |5 + 5 files changed, 5 insertions(+), 20 deletions(-) New commits: comm

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

2021-12-28 Thread Vasily Melenchuk (via logerrit)
sw/qa/extras/odfimport/data/tdf146257.odt |binary sw/qa/extras/odfimport/odfimport.cxx | 32 ++ sw/source/core/doc/number.cxx | 27 - 3 files changed, 58 insertions(+), 1 deletion(-) New commits: commit b7f50e070fb21b8b4e44

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - external/libassuan

2021-12-28 Thread Thorsten Behrens (via logerrit)
external/libassuan/ExternalProject_libassuan.mk |1 + 1 file changed, 1 insertion(+) New commits: commit d951f3d60b11d95168fbb0b4dc8f7cc22b5b7689 Author: Thorsten Behrens AuthorDate: Tue Dec 28 17:22:29 2021 +0100 Commit: Thorsten Behrens CommitDate: Wed Dec 29 03:11:33 2021 +0100

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

2021-12-28 Thread Jeff Huang (via logerrit)
svx/uiconfig/ui/fontworkalignmentcontrol.ui |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 8578add8775a258c79bd32f52a704ab2173bea47 Author: Jeff Huang AuthorDate: Mon Dec 27 11:00:56 2021 +0800 Commit: Thorsten Behrens CommitDate: Wed Dec 29 01:52:41 20

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

2021-12-28 Thread Thorsten Behrens (via logerrit)
external/libassuan/ExternalProject_libassuan.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 1bb0e177124d5d6661b72df6c7d848fb23639652 Author: Thorsten Behrens AuthorDate: Tue Dec 28 17:22:29 2021 +0100 Commit: Thorsten Behrens CommitDate: Tue Dec 28 21:14:58 2021 +0100

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

2021-12-28 Thread Michael Stahl (via logerrit)
sw/source/core/layout/frmtool.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 330324e943b1b228d90b637d2f273d441b0773f9 Author: Michael Stahl AuthorDate: Thu Dec 23 19:17:24 2021 +0100 Commit: Xisco Fauli CommitDate: Tue Dec 28 21:06:31 2021 +0100

[Libreoffice-commits] core.git: vcl/inc vcl/win

2021-12-28 Thread Caolán McNamara (via logerrit)
vcl/inc/win/DWriteTextRenderer.hxx |1 - vcl/win/gdi/DWriteTextRenderer.cxx |9 - 2 files changed, 10 deletions(-) New commits: commit cfbcbb605dbaaea45dc9ac5ea792d72cb2f2c1bb Author: Caolán McNamara AuthorDate: Mon Dec 27 20:55:50 2021 + Commit: Caolán McNamara Comm

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

2021-12-28 Thread Andreas Heinisch (via logerrit)
basic/qa/basic_coverage/test_booltypename.bas | 46 ++ basic/qa/cppunit/test_vba.cxx |1 basic/qa/vba_tests/booltypename.vb| 16 +++-- basic/source/sbx/sbxvalue.cxx |3 + 4 files changed, 62 insertions(+), 4 delet

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/presenter/PresenterHelper.cxx |3 +-- sd/source/ui/presenter/PresenterHelper.hxx | 10 -- 2 files changed, 5 insertions(+), 8 deletions(-) New commits: commit 144e2e6fc56d1d7d24dc19bc31670e28a1675a32 Author: Noel Grandin AuthorDate: Tue Dec 28 13:56:57 2021 +0200 C

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

2021-12-28 Thread Xisco Fauli (via logerrit)
dev/null|binary sc/qa/unit/data/fods/tdf126116.fods | 170 sc/qa/unit/subsequent_filters-test2.cxx |7 - 3 files changed, 175 insertions(+), 2 deletions(-) New commits: commit c6feb49dc3a763c7ab4a3db7d1380bb82844705a Autho

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/presenter/PresenterPreviewCache.cxx |8 sd/source/ui/presenter/PresenterPreviewCache.hxx | 10 -- 2 files changed, 8 insertions(+), 10 deletions(-) New commits: commit f1561065dd2178088925f45f64e6fc4cdfe72c4c Author: Noel Grandin AuthorDate: Tue Dec 28 13:

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/presenter/SlideRenderer.cxx |7 +-- sd/source/ui/presenter/SlideRenderer.hxx | 11 --- 2 files changed, 5 insertions(+), 13 deletions(-) New commits: commit 39e4c9c228ec7998334cffc8c451b2d6c6063b0a Author: Noel Grandin AuthorDate: Tue Dec 28 13:53:15 2021 +0200

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

2021-12-28 Thread Jim Raykowski (via logerrit)
sw/source/uibase/docvw/edtwin.cxx | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) New commits: commit 7dfd06cf9e0f34956b7f81e9052934184cde779f Author: Jim Raykowski AuthorDate: Wed Dec 22 23:58:09 2021 -0900 Commit: Xisco Fauli CommitDate: Tue Dec 28 18:04:28 2021

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

2021-12-28 Thread Julien Nabet (via logerrit)
svx/source/svdraw/svdedtv1.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3088fbcdc33195cbf7f46df2ae2696315f579c98 Author: Julien Nabet AuthorDate: Wed Dec 22 11:52:32 2021 +0100 Commit: Xisco Fauli CommitDate: Tue Dec 28 18:03:58 2021 +0100 tdf#14

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

2021-12-28 Thread Julien Nabet (via logerrit)
connectivity/source/drivers/flat/EDatabaseMetaData.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 003827511efe4f0f44548a01dc8a84083ae52953 Author: Julien Nabet AuthorDate: Sat Dec 18 19:19:28 2021 +0100 Commit: Xisco Fauli CommitDate: Tue Dec 28 18:03:2

[Libreoffice-commits] core.git: Branch 'libreoffice-7-2-5' - uitest/impress_tests

2021-12-28 Thread Rene Engelhard (via logerrit)
uitest/impress_tests/drawinglayer.py |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 677c2cf2a64ae3d92081648a3b5b5cab0bf5a347 Author: Rene Engelhard AuthorDate: Sat Sep 4 19:58:13 2021 +0200 Commit: Noel Grandin CommitDate: Tue Dec 28 18:01:06 2021 +

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/remotecontrol/Communicator.cxx |2 +- sd/source/ui/remotecontrol/Listener.cxx |3 +-- sd/source/ui/remotecontrol/Listener.hxx |8 +++- 3 files changed, 5 insertions(+), 8 deletions(-) New commits: commit 9787eaec05eb7099d5c56bdd6d52d3e97fc5c5be Author: Noe

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/slideshow/slideshowimpl.cxx |8 sd/source/ui/slideshow/slideshowimpl.hxx |8 2 files changed, 8 insertions(+), 8 deletions(-) New commits: commit 60d8f836a33aa3bf0e7fcaa04a4d64ce3228ee71 Author: Noel Grandin AuthorDate: Tue Dec 28 13:49:22 2021 +0200 Co

[Libreoffice-commits] core.git: Branch 'libreoffice-7-2-5' - readlicense_oo/license

2021-12-28 Thread Xisco Fauli (via logerrit)
readlicense_oo/license/CREDITS.fodt | 2898 ++-- 1 file changed, 1449 insertions(+), 1449 deletions(-) New commits: commit fb09170c6faf14cbdccdcf71fcc576c18daec1b1 Author: Xisco Fauli AuthorDate: Tue Dec 28 17:17:13 2021 +0100 Commit: Xisco Fauli CommitDa

[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - readlicense_oo/license

2021-12-28 Thread Xisco Fauli (via logerrit)
readlicense_oo/license/CREDITS.fodt | 2898 ++-- 1 file changed, 1449 insertions(+), 1449 deletions(-) New commits: commit b119db20564beedd229ea0a672cb23654618ef85 Author: Xisco Fauli AuthorDate: Tue Dec 28 17:17:13 2021 +0100 Commit: Xisco Fauli CommitDa

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - readlicense_oo/license

2021-12-28 Thread Xisco Fauli (via logerrit)
readlicense_oo/license/CREDITS.fodt | 2898 ++-- 1 file changed, 1449 insertions(+), 1449 deletions(-) New commits: commit c2f5b2d46578e7fc5572514b3bb7eef93e1fc1f2 Author: Xisco Fauli AuthorDate: Tue Dec 28 17:17:13 2021 +0100 Commit: Xisco Fauli CommitDa

[Libreoffice-commits] core.git: readlicense_oo/license

2021-12-28 Thread Xisco Fauli (via logerrit)
readlicense_oo/license/CREDITS.fodt | 2898 ++-- 1 file changed, 1449 insertions(+), 1449 deletions(-) New commits: commit 114fcfd8754a3996df3a346380dc3840602b398a Author: Xisco Fauli AuthorDate: Tue Dec 28 17:17:13 2021 +0100 Commit: Xisco Fauli CommitDa

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

2021-12-28 Thread Dhiraj Holden (via logerrit)
sc/source/ui/app/inputwin.cxx | 24 sc/source/ui/view/viewfun2.cxx | 35 +++-- sc/uiconfig/scalc/ui/autosum.ui | 48 3 files changed, 105 insertions(+), 2 deletions(-) New commits: commit 75705bc48e1ad5

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

2021-12-28 Thread Ismael Luceno (via logerrit)
idlc/source/idlccompile.cxx |5 - 1 file changed, 5 deletions(-) New commits: commit 9d0568609be69a2b533d9a4bf4d03c37c15e779d Author: Ismael Luceno AuthorDate: Sun Dec 26 22:19:39 2021 +0100 Commit: Jan-Marek Glogowski CommitDate: Tue Dec 28 14:55:02 2021 +0100 idlc: Always

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Stanislav Horacek (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 488029489480fe6786be7b2dc1c9b38185b7e52e Author: Stanislav Horacek AuthorDate: Tue Dec 28 14:26:35 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 14:26:35 2021 +0100 Update git s

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

2021-12-28 Thread Stanislav Horacek (via logerrit)
source/text/sbasic/shared/03/sf_array.xhp | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) New commits: commit 35461b4c4367cc867fd5566442dffdd98670de87 Author: Stanislav Horacek AuthorDate: Sat Dec 25 11:51:54 2021 +0100 Commit: Adolfo Jayme Barrientos Co

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/slideshow/slideshowviewimpl.cxx | 51 --- sd/source/ui/slideshow/slideshowviewimpl.hxx |2 - 2 files changed, 23 insertions(+), 30 deletions(-) New commits: commit adfceaf7429a7d30c69add8f7e16a908b9a42a1d Author: Noel Grandin AuthorDate: Mon Dec 27

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/slideshow/slideshowviewimpl.cxx | 96 +-- sd/source/ui/slideshow/slideshowviewimpl.hxx | 14 +-- 2 files changed, 54 insertions(+), 56 deletions(-) New commits: commit a354d8e9db49af08a42c62939769147065bef3ae Author: Noel Grandin AuthorDate: Mon Dec 2

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - starmath/inc

2021-12-28 Thread Jeff Huang (via logerrit)
starmath/inc/strings.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b404a6fbbd254c19599b81a3b2f9ee85f0ac8c04 Author: Jeff Huang AuthorDate: Fri Dec 24 10:44:58 2021 +0800 Commit: Adolfo Jayme Barrientos CommitDate: Tue Dec 28 13:37:14 2021 +0100 td

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - comphelper/source include/comphelper

2021-12-28 Thread Noel Grandin (via logerrit)
comphelper/source/misc/accessiblewrapper.cxx |4 ++-- include/comphelper/accessiblewrapper.hxx |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 0c183add008e3604711d1995716cdcffc0881dc6 Author: Noel Grandin AuthorDate: Fri Dec 24 20:15:53 2021 +0200 Comm

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

2021-12-28 Thread Noel Grandin (via logerrit)
sd/source/ui/slideshow/slideshowviewimpl.cxx | 97 --- sd/source/ui/slideshow/slideshowviewimpl.hxx | 30 +++- 2 files changed, 55 insertions(+), 72 deletions(-) New commits: commit 62efb188668a3296591dcfa3658185e2f982e356 Author: Noel Grandin AuthorDate: Mon

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

2021-12-28 Thread Julien Nabet (via logerrit)
connectivity/source/drivers/firebird/Connection.cxx |2 +- connectivity/source/drivers/firebird/Driver.hxx |4 +++- connectivity/source/drivers/firebird/StatementCommonBase.cxx |2 +- 3 files changed, 5 insertions(+), 3 deletions(-) New commits: commit 4761e11aea

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

2021-12-28 Thread Armin Le Grand (Allotropia) (via logerrit)
svx/source/dialog/framelinkarray.cxx | 217 +++ 1 file changed, 143 insertions(+), 74 deletions(-) New commits: commit 487b2db4dffcc7894bd76fd2d77fe8051f89016e Author: Armin Le Grand (Allotropia) AuthorDate: Fri Dec 24 16:12:52 2021 +0100 Commit: Thorsten

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Stanislav Horacek (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7d575c9f3db65297e4c3c6290d326ee31908ecbe Author: Stanislav Horacek AuthorDate: Tue Dec 28 11:01:55 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 11:01:55 2021 +0100 Update git s

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

2021-12-28 Thread Stanislav Horacek (via logerrit)
source/text/sbasic/shared/03/sf_base.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e2fd4d54e75115e3a3530e1659352fd4aea83f29 Author: Stanislav Horacek AuthorDate: Sun Dec 26 20:51:32 2021 +0100 Commit: Olivier Hallot CommitDate: Tue Dec 28 11:01:49 2021

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Kevin Suo (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 95a10c797b2d0dfc14c15ec24341437dac5e9b03 Author: Kevin Suo AuthorDate: Tue Dec 28 18:00:31 2021 +0800 Commit: Gerrit Code Review CommitDate: Tue Dec 28 11:00:31 2021 +0100 Update git submodule

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

2021-12-28 Thread Kevin Suo (via logerrit)
source/text/scalc/05/0214.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4251a294d02ab5ae1c136b7bd90ba5c69bf8cce5 Author: Kevin Suo AuthorDate: Sun Dec 26 21:43:58 2021 +0800 Commit: Olivier Hallot CommitDate: Tue Dec 28 11:00:29 2021 +0100 Fix

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Kevin Suo (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 885106479d2e5b9fdf6b63dd90cbd757ad747044 Author: Kevin Suo AuthorDate: Tue Dec 28 17:59:52 2021 +0800 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:59:52 2021 +0100 Update git submodule

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

2021-12-28 Thread Kevin Suo (via logerrit)
source/text/scalc/05/0214.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7b309ae9478219e6d6423b8caa94bfed7a39b0a0 Author: Kevin Suo AuthorDate: Sun Dec 26 20:46:55 2021 +0800 Commit: Olivier Hallot CommitDate: Tue Dec 28 10:59:51 2021 +0100 Fix

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8d15d32f71d56e9b3325a23700cddefe59f6dde5 Author: Johnny_M AuthorDate: Tue Dec 28 10:56:04 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:56:04 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/swriter/01/04090003.xhp |2 +- source/text/swriter/01/04090006.xhp |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit be4d585fabb320f67407d492ecb74218fd4c08a3 Author: Johnny_M AuthorDate: Sun Dec 26 12:45:49 2021 +0100 Commit: Olivier Hallot

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6ed8bda5819896f5e05e0ee4c0eb0d9d46e73c86 Author: Johnny_M AuthorDate: Tue Dec 28 10:55:31 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:55:31 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/swriter/01/0511.xhp |2 +- source/text/swriter/01/05110300.xhp |2 +- source/text/swriter/01/0512.xhp |2 +- source/text/swriter/01/05120300.xhp |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) New commits: commit b3b090b5e5d89258794aa4d650b893522633838e

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 69f9c6b6b309cfc95596d1fa03e2f27d183c192e Author: Johnny_M AuthorDate: Tue Dec 28 10:54:42 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:54:42 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/swriter/00/0405.xhp |2 +- source/text/swriter/01/0402.xhp |2 +- source/text/swriter/01/05040501.xhp |2 +- source/text/swriter/01/05040700.xhp |4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 18d2e5fcdbae480820014edec4f57d59ce5cc2

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5d2230cbb81b18823ccaec4f4050cea4dbc4097c Author: Johnny_M AuthorDate: Tue Dec 28 10:53:06 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:53:06 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/swriter/01/0409.xhp |2 +- source/text/swriter/01/04090002.xhp |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 309dce330d56354bca7f3fe080a58f2ca81a5907 Author: Johnny_M AuthorDate: Sun Dec 26 12:34:31 2021 +0100 Commit: Olivier Hallot

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 557ae4615c7e2ef1ca9d57c65404ca29e4374815 Author: Johnny_M AuthorDate: Tue Dec 28 10:52:23 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:52:23 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/shared/01/02100300.xhp |2 +- source/text/shared/01/0503.xhp |2 +- source/text/swriter/00/0405.xhp |2 +- source/text/swriter/01/05030200.xhp |4 ++-- source/text/swriter/01/0509.xhp |2 +- source/text/swriter/01/05090300.xhp |2 +- 6 files change

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2e87a0e8ff1e6866dac1c6f387c162831566ed56 Author: Johnny_M AuthorDate: Tue Dec 28 10:50:18 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:50:18 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/swriter/01/0520.xhp |2 +- source/text/swriter/main0110.xhp|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 036021e6fcd776923e8de670a2668397d6c3ea0a Author: Johnny_M AuthorDate: Sun Dec 26 12:14:49 2021 +0100 Commit: Olivier Hallot

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 88ccc92e7328c4d5277c8e991a8d9d5da90cbf4f Author: Johnny_M AuthorDate: Tue Dec 28 10:49:46 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:49:46 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/swriter/01/0617.xhp |2 +- source/text/swriter/01/0699.xhp |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 8582febd0d409d68fc8b78a4f97fe3bfd3c69e82 Author: Johnny_M AuthorDate: Sun Dec 26 12:06:02 2021 +0100 Commit: Olivier Hallot

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 97f5d7efd3281d742963dab5443d56352b8e0f4f Author: Johnny_M AuthorDate: Tue Dec 28 10:49:05 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:49:05 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/swriter/01/0412.xhp |2 -- source/text/swriter/01/0510.xhp |2 -- 2 files changed, 4 deletions(-) New commits: commit 0686d6a2a0d815e67cc25eaee3345e3d0253a40f Author: Johnny_M AuthorDate: Sun Dec 26 12:01:13 2021 +0100 Commit: Olivier Hallot CommitDate: Tue D

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a9fef76172a3c2baa71e0ffb6c2ffeda3f74ac5e Author: Johnny_M AuthorDate: Tue Dec 28 10:48:31 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:48:31 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/swriter/01/04120200.xhp |2 +- source/text/swriter/01/04120220.xhp |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 80d658501844f2296f11fea50cb7f85ced18 Author: Johnny_M AuthorDate: Sun Dec 26 11:59:41 2021 +0100 Commit: Olivier Hallot

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dbf8a6cde1b5eaa7c0aa7fe371393e51478f17b9 Author: Johnny_M AuthorDate: Tue Dec 28 10:47:57 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:47:57 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/swriter/main0200.xhp |2 +- source/text/swriter/main0205.xhp |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 0357ff5917a7257a1af082540dd9fe8a7d3f265d Author: Johnny_M AuthorDate: Sun Dec 26 11:55:28 2021 +0100 Commit: Olivier Hallot Commit

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 38df9b51e15c8685ad62dd76ec099235da039197 Author: Johnny_M AuthorDate: Tue Dec 28 10:47:20 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:47:20 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/swriter/01/0608.xhp |2 +- source/text/swriter/01/06080200.xhp |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 8a4fcd285e58d8754776be613893c0e24a1779b2 Author: Johnny_M AuthorDate: Sun Dec 26 11:57:37 2021 +0100 Commit: Olivier Hallot

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 63f538f5abfcccad233e31966049b9cf66bcab75 Author: Johnny_M AuthorDate: Tue Dec 28 10:46:40 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:46:40 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/scalc/00/0412.xhp |2 +- source/text/scalc/01/12090102.xhp |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 8981a7ef20b2d27c855dac315e874a151ef7d692 Author: Johnny_M AuthorDate: Sun Dec 26 11:50:31 2021 +0100 Commit: Olivier Hallot Comm

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ac284452e9dab8031c1af9a24908b3cc367195c6 Author: Johnny_M AuthorDate: Tue Dec 28 10:45:53 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:45:53 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/scalc/00/0412.xhp |2 +- source/text/scalc/01/12040400.xhp |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit da95edef1f9d1ccbbe363a99ad927c93e9def1f5 Author: Johnny_M AuthorDate: Sun Dec 26 11:44:56 2021 +0100 Commit: Olivier Hallot Comm

[Libreoffice-commits] core.git: helpcontent2

2021-12-28 Thread Johnny_M (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit eb0677d6aaed3020a598f2994897e65b58f5d58e Author: Johnny_M AuthorDate: Tue Dec 28 10:45:23 2021 +0100 Commit: Gerrit Code Review CommitDate: Tue Dec 28 10:45:23 2021 +0100 Update git submodules

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

2021-12-28 Thread Johnny_M (via logerrit)
source/text/scalc/00/0412.xhp |2 +- source/text/scalc/01/12040201.xhp |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 5f4f309aac90ef3642cbb7aae58c9606d1e1910f Author: Johnny_M AuthorDate: Sun Dec 26 11:43:05 2021 +0100 Commit: Olivier Hallot Comm

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

2021-12-28 Thread Michael Stahl (via logerrit)
sw/source/core/txtnode/ndtxt.cxx | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) New commits: commit 0832b5487ab41f850a73931ad31d85d989c7aa26 Author: Michael Stahl AuthorDate: Mon Dec 20 12:03:00 2021 +0100 Commit: Mike Kaganski CommitDate: Tue Dec 28 09:28:01 2021 +0