build error in libreoffice-android

2020-02-05 Thread RUTUJA BHAGWAN KENDRE
Hello everyone! I am Rutuja and I want to work on libreoffice online android app in gsoc 2020. I have built libreoffice core and online on ununtu 18.04 but I am not able to build libreoffice-android. I am getting this error when I run make command 'configure: error: *** expat is required. or t

[Libreoffice-commits] core.git: solenv/gbuild

2020-02-05 Thread Stephan Bergmann (via logerrit)
solenv/gbuild/Jar.mk |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 07e5498fdeaefd72cd86f0413dfaea56724097b3 Author: Stephan Bergmann AuthorDate: Wed Feb 5 17:59:01 2020 +0100 Commit: Stephan Bergmann CommitDate: Thu Feb 6 07:43:22 2020 +0100 Noth

New Defects reported by Coverity Scan for LibreOffice

2020-02-05 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 4 new defect(s) introduced to LibreOffice found with Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 4 of 4 defect(s) ** CID 1458160: Null pointer dereferences (REVERSE_IN

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

2020-02-05 Thread Andrea Gelmini (via logerrit)
winaccessibility/source/UAccCOMIDL/ia2_api_all.idl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 81dbdd7b1fcbbb8a901da3f6e2e3afbba50de21a Author: Andrea Gelmini AuthorDate: Thu Feb 6 00:33:54 2020 +0100 Commit: Julien Nabet CommitDate: Thu Feb 6 07:08:32 2

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

2020-02-05 Thread Andrea Gelmini (via logerrit)
sd/source/core/drawdoc3.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3dfa1d08481ae1767df347d467823c420435345f Author: Andrea Gelmini AuthorDate: Thu Feb 6 00:33:53 2020 +0100 Commit: Julien Nabet CommitDate: Thu Feb 6 07:07:56 2020 +0100 Fix typo

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

2020-02-05 Thread Noel Grandin (via logerrit)
sc/source/core/data/postit.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9ffcc046a3f6afc659dfbe296507204b2e8fa670 Author: Noel Grandin AuthorDate: Tue Feb 4 13:59:14 2020 +0200 Commit: Noel Grandin CommitDate: Thu Feb 6 07:00:31 2020 +0100 tdf#129

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

2020-02-05 Thread Noel Grandin (via logerrit)
sw/source/core/inc/drawfont.hxx |2 +- sw/source/core/inc/txtfrm.hxx |8 sw/source/core/text/frmcrsr.cxx |2 +- sw/source/core/text/frmform.cxx | 26 +- sw/source/core/text/frmpaint.cxx |4 ++-- sw/source/core/text/inftxt.hxx|2

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

2020-02-05 Thread Noel Grandin (via logerrit)
sc/source/core/data/postit.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0712202b5a62ccb095311b6610b92a19b8cb9f0a Author: Noel Grandin AuthorDate: Tue Feb 4 13:59:14 2020 +0200 Commit: Noel Grandin CommitDate: Thu Feb 6 07:00:23 2020 +0100 tdf#129

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

2020-02-05 Thread Noel Grandin (via logerrit)
vcl/unx/kf5/KF5FilePicker.cxx |2 +- vcl/unx/kf5/KF5FilePicker.hxx |3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) New commits: commit be89cb65e262d8f04baf26ac663ee419fdbc3048 Author: Noel Grandin AuthorDate: Wed Feb 5 15:02:10 2020 +0200 Commit: Noel Grandin CommitDate

[Libreoffice-commits] core.git: bin/find-can-be-private-symbols.classes.results bin/find-can-be-private-symbols.functions.results include/editeng include/sfx2 include/svtools include/svx sc/inc sw/sou

2020-02-05 Thread Noel Grandin (via logerrit)
bin/find-can-be-private-symbols.classes.results | 133 ++ bin/find-can-be-private-symbols.functions.results | 23 --- include/editeng/AccessibleStringWrap.hxx |6 include/sfx2/charmappopup.hxx |2 include/sfx2/emojipopup.hxx

Re: systemd sandboxing for online

2020-02-05 Thread Thorsten Behrens
Hey Martin, Martin Milata wrote: > Would anyone be interested in testing the attached patch and > submitting it if it works? > Patch looks plausible - best if you could upload to gerrit yourself, here's how to set you up: https://wiki.documentfoundation.org/Development/gerrit/setup#Setting_yoursel

Re: [Libreoffice-commits] core.git: android/source bean/Jar_officebean.mk bean/JunitTest_bean_complex.mk bean/test connectivity/Jar_ConnectivityTools.mk desktop/Jar_active_java.mk desktop/Jar_passive_

2020-02-05 Thread Rene Engelhard
Hi, On Tue, Feb 04, 2020 at 09:04:30PM +, Samuel Mehrbrodt (via logerrit) wrote: > New commits: > commit ae855bf48163ff64d94cfc34aff8e37abdb5518d > Author: Samuel Mehrbrodt > AuthorDate: Wed Dec 11 13:23:43 2019 +0100 > Commit: Stephan Bergmann > CommitDate: Tue Feb 4 22:03:54 2020 +

systemd sandboxing for online

2020-02-05 Thread Martin Milata
Hello, as part of the effort to package LOOL for NixOS, I've been trying to use the systemd sandboxing options[1] with loolwsd. They are a simple way of isolating the daemon from the rest of the system. I don't have a non-NixOS setup to test these and don't want to create untested gerrit change

[Libreoffice-commits] core.git: helpcontent2

2020-02-05 Thread Seth Chaiklin (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a7e8571293096218ef6b49ce12af2a304704e8ba Author: Seth Chaiklin AuthorDate: Wed Feb 5 21:56:28 2020 +0100 Commit: Gerrit Code Review CommitDate: Wed Feb 5 21:56:28 2020 +0100 Update git submodu

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

2020-02-05 Thread Seth Chaiklin (via logerrit)
source/text/swriter/guide/pagenumbers.xhp |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 578a5c008a5b14ada9d627519facf2ace0025d21 Author: Seth Chaiklin AuthorDate: Sat Feb 1 18:22:36 2020 +0100 Commit: Seth Chaiklin CommitDate: Wed Feb 5 21:56:28 20

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

2020-02-05 Thread Caolán McNamara (via logerrit)
vcl/unx/gtk3/gtk3gtkinst.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 1ce181d6cc748ef86823a2ed493980849e996625 Author: Caolán McNamara AuthorDate: Wed Feb 5 13:34:20 2020 + Commit: Caolán McNamara CommitDate: Wed Feb 5 20:25:42 2020 +0100

[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-6.4.1.1'

2020-02-05 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-6.4.1.1' created by Christian Lohmaier at 2020-02-05 17:08 + Tag libreoffice-6.4.1.1 -BEGIN PGP SIGNATURE- iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAl469noACgkQ9DSh76/u rqP9jw//T8G1qD1o2MFzGuFzwDuNLZZ0CR43Kz2WSQ3Q0MqivdYIJGC6ti+iorhN XZviB/PJtn7Ic3i9v2T+twQJIKEFM

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

2020-02-05 Thread Christian Lohmaier (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 284820c9f45e0a729f1cd686236cd19d8d032ef4 Author: Christian Lohmaier AuthorDate: Wed Feb 5 18:08:29 2020 +0100 Commit: Christian Lohmaier CommitDate: Wed Feb 5 18:08:29 2020 +0100 bump product

[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-6.4.1.1'

2020-02-05 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-6.4.1.1' created by Christian Lohmaier at 2020-02-05 17:08 + Tag libreoffice-6.4.1.1 -BEGIN PGP SIGNATURE- iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAl469noACgkQ9DSh76/u rqPQWw/+IPDolZVQqxC406p8TcrEIl0cKD1O9kudR1YHyEKKDxSq7pIRaQWh0h1w SaP5WvBG6dk9kGG48R//EWuVY6Ypr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-6.4.1.1'

2020-02-05 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-6.4.1.1' created by Christian Lohmaier at 2020-02-05 17:08 + Tag libreoffice-6.4.1.1 -BEGIN PGP SIGNATURE- iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAl469nYACgkQ9DSh76/u rqM97g//YLlGJ9KqopCzhwe/ufmgzHrH3VR5DrvcQ3CpI8rINvnE3zxrKe/9hiJM HRxRlLlCUaO3mYQozNdNLOeeyTsks

[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-6.4.1.1'

2020-02-05 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-6.4.1.1' created by Christian Lohmaier at 2020-02-05 17:08 + Tag libreoffice-6.4.1.1 -BEGIN PGP SIGNATURE- iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAl469noACgkQ9DSh76/u rqONtQ/6AuwW852JgGlzv7tHCsZlbNlvEvinKwS7fZo3eT01jd9E1W5A1EJ12Cka 9PqhbEQMLK+rqKsv4IBeX9Eq0iV3h

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

2020-02-05 Thread Christian Lohmaier (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 48b905005942ec85f762e7d87b10e159c19180da Author: Christian Lohmaier AuthorDate: Wed Feb 5 18:05:54 2020 +0100 Commit: Christian Lohmaier CommitDate: Wed Feb 5 18:05:54 2020 +0100 bump product

[Libreoffice-commits] core.git: Changes to 'libreoffice-6-4-1'

2020-02-05 Thread Christian Lohmaier (via logerrit)
New branch 'libreoffice-6-4-1' available with the following commits: commit 0af18414790e6822b9f033cc65bcab1fe316eadc Author: Christian Lohmaier Date: Wed Feb 5 18:04:44 2020 +0100 Branch libreoffice-6-4-1 This is 'libreoffice-6-4-1' - the stable branch for the 6.4.1 release. On

[Libreoffice-commits] translations.git: Changes to 'libreoffice-6-4-1'

2020-02-05 Thread Christian Lohmaier (via logerrit)
New branch 'libreoffice-6-4-1' available with the following commits: commit f68d102340b028ba991ca1a15f0dc42542925f8a Author: Christian Lohmaier Date: Wed Feb 5 18:03:41 2020 +0100 Branch libreoffice-6-4-1 This is 'libreoffice-6-4-1' - the stable branch for the 6.4.1 release. On

[Libreoffice-commits] help.git: Changes to 'libreoffice-6-4-1'

2020-02-05 Thread Christian Lohmaier (via logerrit)
New branch 'libreoffice-6-4-1' available with the following commits: commit e97f754aca81fbdcc88ea3ba6dc918be5ddac562 Author: Christian Lohmaier Date: Wed Feb 5 18:03:41 2020 +0100 Branch libreoffice-6-4-1 This is 'libreoffice-6-4-1' - the stable branch for the 6.4.1 release. On

[Libreoffice-commits] dictionaries.git: Changes to 'libreoffice-6-4-1'

2020-02-05 Thread Christian Lohmaier (via logerrit)
New branch 'libreoffice-6-4-1' available with the following commits: commit c72240fa4b01a414f51bffc54f34a669c203a093 Author: Christian Lohmaier Date: Wed Feb 5 18:03:41 2020 +0100 Branch libreoffice-6-4-1 This is 'libreoffice-6-4-1' - the stable branch for the 6.4.1 release. On

[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-4+backports' - android/source bean/Jar_officebean.mk bean/JunitTest_bean_complex.mk bean/test connectivity/Jar_ConnectivityTools.mk des

2020-02-05 Thread Samuel Mehrbrodt (via logerrit)
android/source/build.gradle | 2 bean/Jar_officebean.mk | 2 bean/JunitTest_bean_complex.mk | 1 bean/test/applet/oooapplet/OOoViewer.java

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

2020-02-05 Thread Vasily Melenchuk (via logerrit)
sw/inc/doc.hxx |1 + sw/source/core/doc/docdraw.cxx |5 +++-- sw/source/core/doc/doclay.cxx |5 + 3 files changed, 9 insertions(+), 2 deletions(-) New commits: commit b2d9603bc02db3a6711948274c5fa2b5cf148d48 Author: Vasily Melenchuk AuthorDate: Wed Feb 5 10:5

[Libreoffice-commits] online.git: loleaflet/src

2020-02-05 Thread Henry Castro (via logerrit)
loleaflet/src/control/Control.Header.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d36989114b42896c09c9d8a32e57ad81ae84a31d Author: Henry Castro AuthorDate: Wed Feb 5 11:29:00 2020 -0400 Commit: Henry Castro CommitDate: Wed Feb 5 16:59:23 2020 +0100

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - translations

2020-02-05 Thread Christian Lohmaier (via logerrit)
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9393a39b8f5add713fd91746554c89fcb90c373d Author: Christian Lohmaier AuthorDate: Wed Feb 5 16:53:09 2020 +0100 Commit: Gerrit Code Review CommitDate: Wed Feb 5 16:53:09 2020 +0100 Update git su

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

2020-02-05 Thread Xisco Fauli (via logerrit)
lotuswordpro/qa/cppunit/data/paragraphProperties.lwp |binary lotuswordpro/qa/cppunit/import_test.cxx | 162 +++ 2 files changed, 162 insertions(+) New commits: commit fe5033036937ab655df997577909527ffb85f5af Author: Xisco Fauli AuthorDate: Tue Feb 4 16:42:04 20

[Libreoffice-commits] core.git: desktop/scripts

2020-02-05 Thread Michael Weghorn (via logerrit)
desktop/scripts/soffice.sh |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 25649502e08a52087dea5e482d34a1d4150f0930 Author: Michael Weghorn AuthorDate: Wed Feb 5 09:40:56 2020 +0100 Commit: Michael Weghorn CommitDate: Wed Feb 5 15:46:15 2020 +0100

[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

2020-02-05 Thread Andras Timar (via logerrit)
wsd/LOOLWSD.cpp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4fa8e4ee83f1ae7bd07f6f489802ef62ce0987d0 Author: Andras Timar AuthorDate: Wed Feb 5 14:47:14 2020 +0100 Commit: Andras Timar CommitDate: Wed Feb 5 14:47:25 2020 +0100 typo: shuting -> s

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sfx2/source

2020-02-05 Thread Tamás Zolnai (via logerrit)
sfx2/source/control/unoctitm.cxx | 12 1 file changed, 12 insertions(+) New commits: commit 0aee4f53bd9634d4a320578ab714f179bcc675e0 Author: Tamás Zolnai AuthorDate: Wed Feb 5 11:33:26 2020 +0100 Commit: Tamás Zolnai CommitDate: Wed Feb 5 14:17:37 2020 +0100 lok: wri

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

2020-02-05 Thread Sophia Schröder (via logerrit)
source/text/scalc/main0104.xhp |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) New commits: commit 08de17b16f30f87af35d5e96630928c630df1ef9 Author: Sophia Schröder AuthorDate: Wed Feb 5 13:15:15 2020 +0100 Commit: Adolfo Jayme Barrientos CommitDate: Wed Feb 5 14:10:00 2

[Libreoffice-commits] core.git: helpcontent2

2020-02-05 Thread Sophia Schröder (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d41d7ecb60fb38204fafcb1aa4595992721855e6 Author: Sophia Schröder AuthorDate: Wed Feb 5 14:10:00 2020 +0100 Commit: Gerrit Code Review CommitDate: Wed Feb 5 14:10:00 2020 +0100 Update git submo

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - include/svx svx/source sw/source

2020-02-05 Thread Tor Lillqvist (via logerrit)
include/svx/ruler.hxx |2 ++ svx/source/dialog/svxruler.cxx | 14 ++ sw/source/uibase/shells/textsh1.cxx |5 +++-- 3 files changed, 19 insertions(+), 2 deletions(-) New commits: commit ea63519d88fa111001fd2043e786b54d2f285de1 Author: Tor Lillqvist Aut

[Libreoffice-commits] online.git: loleaflet/src

2020-02-05 Thread Dennis Francis (via logerrit)
loleaflet/src/control/Control.ColumnHeader.js | 13 - loleaflet/src/control/Control.Header.js | 21 + 2 files changed, 29 insertions(+), 5 deletions(-) New commits: commit ab64d2e0c315d26c358ff99548bb7353708eab6b Author: Dennis Francis AuthorDate: We

[Libreoffice-commits] online.git: cypress_test/data cypress_test/integration_tests

2020-02-05 Thread Tamás Zolnai (via logerrit)
cypress_test/data/mobile/table_with_text.odt |binary cypress_test/integration_tests/common/helper.js|2 cypress_test/integration_tests/mobile/table_properties_spec.js | 308 +- 3 files changed, 295 insertions(+), 15 deletions(-) New commits: commi

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

2020-02-05 Thread Tamás Zolnai (via logerrit)
sfx2/source/control/unoctitm.cxx | 12 1 file changed, 12 insertions(+) New commits: commit 017ae620604de06414dc3f780804c241b87e45c6 Author: Tamás Zolnai AuthorDate: Wed Feb 5 11:33:26 2020 +0100 Commit: Tamás Zolnai CommitDate: Wed Feb 5 13:00:10 2020 +0100 lok: wri

Installing an XML filter

2020-02-05 Thread Jean-Christophe Helary
I have a prototype xslt file that works outside LibreOffice (xsltproc) and I want to install it in LibreOffice. I go to XML Filter Settings and I set the correct paths. When I use "Test XSLTs..." the test works. Now, when I "Open" the file that worked during the test, LO doesn't seem to use the

DOC import filter: SvxULSpaceItem question

2020-02-05 Thread Patrick Jaap
Hi! I am struggling with a regression I introduced to LO. You find the bug here: https://bugs.documentfoundation.org/show_bug.cgi?id=130262 As it turns out there seems to be a wrong SvxULSpaceItem setting for a small drawing line in the footer. The UL attribute claims there is 13500 twips

[Libreoffice-commits] core.git: include/osl

2020-02-05 Thread Andrea Gelmini (via logerrit)
include/osl/profile.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1b2c0593236a934ad95192120674c962cf11e002 Author: Andrea Gelmini AuthorDate: Wed Feb 5 10:33:38 2020 +0100 Commit: Julien Nabet CommitDate: Wed Feb 5 11:22:47 2020 +0100 Fix typo

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

2020-02-05 Thread Andrea Gelmini (via logerrit)
filter/source/msfilter/escherex.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b7399c4290b2b2d3fa9c81b2c1341290c1b9567a Author: Andrea Gelmini AuthorDate: Wed Feb 5 10:33:35 2020 +0100 Commit: Julien Nabet CommitDate: Wed Feb 5 11:23:27 2020 +0100

[Libreoffice-commits] core.git: include/osl

2020-02-05 Thread Andrea Gelmini (via logerrit)
include/osl/profile.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 27dab8928cba95718103ecc39bb26f75e9b5c725 Author: Andrea Gelmini AuthorDate: Wed Feb 5 10:33:36 2020 +0100 Commit: Julien Nabet CommitDate: Wed Feb 5 11:22:16 2020 +0100 Fix typo

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

2020-02-05 Thread Andrea Gelmini (via logerrit)
sw/source/filter/ww8/rtfexport.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bf0a9cdde1c5936b2664eab6d403aebfc77c9472 Author: Andrea Gelmini AuthorDate: Wed Feb 5 10:33:39 2020 +0100 Commit: Julien Nabet CommitDate: Wed Feb 5 11:21:47 2020 +0100 F

[Libreoffice-commits] core.git: Branch 'refs/tags/CODE-4.2.0-4' - 0 commits -

2020-02-05 Thread (via logerrit)
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'refs/tags/cp-6.2-4' - 0 commits -

2020-02-05 Thread (via logerrit)
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2020-02-05 Thread Caolán McNamara (via logerrit)
cui/source/options/fontsubs.cxx |8 sw/source/uibase/dialog/watermarkdialog.cxx |2 ++ 2 files changed, 10 insertions(+) New commits: commit 1b5eee9efe49787ae1acc5ad6de5b9cf1fcc07ea Author: Caolán McNamara AuthorDate: Mon Feb 3 11:55:13 2020 + Commit: Mic

[Libreoffice-commits] core.git: Branch 'feature/cib_contract57d' - 10 commits - bin/distro-install-file-lists configure.ac cui/source cui/uiconfig desktop/source dictionaries .gitreview helpcontent2 o

2020-02-05 Thread Samuel Mehrbrodt (via logerrit)
Rebased ref, commits from common ancestor: commit a921abe1fb43d2ba35b34230f04f6df722f20a0d Author: Samuel Mehrbrodt AuthorDate: Wed Feb 5 10:56:11 2020 +0100 Commit: Samuel Mehrbrodt CommitDate: Wed Feb 5 10:56:11 2020 +0100 Release 6.3.5.2 Change-Id: Ibffcf5168432ba19ef930a

[Libreoffice-commits] online.git: Branch 'refs/tags/cp-4.2.0-4' - 0 commits -

2020-02-05 Thread (via logerrit)
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] online.git: Branch 'refs/tags/CODE-4.2.0-4' - 0 commits -

2020-02-05 Thread (via logerrit)
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2020-02-05 Thread Michael Stahl (via logerrit)
sw/source/core/text/xmldump.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 60d37294291a2aaccc9fd84de49a7b9d30f2db0b Author: Michael Stahl AuthorDate: Tue Feb 4 13:42:42 2020 +0100 Commit: Michael Stahl CommitDate: Wed Feb 5 10:39:58 2020 +0100 sw:

[Libreoffice-commits] libcdr.git: src/lib

2020-02-05 Thread Libreoffice Gerrit user
src/lib/CDRParser.cpp | 41 ++--- 1 file changed, 14 insertions(+), 27 deletions(-) New commits: commit 0e746ed7ac28c2c1f4d480f52b6b7792ef1ce867 Author: Fridrich Štrba AuthorDate: Wed Feb 5 10:22:08 2020 +0100 Commit: Fridrich Štrba CommitDate: Wed

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

2020-02-05 Thread Maxim Monastirsky (via logerrit)
sw/inc/strings.hrc|2 sw/qa/extras/odfexport/data/tdf129568-ui.fodt | 368 ++ sw/qa/extras/odfexport/data/tdf129568.fodt| 368 ++ sw/qa/extras/odfexport/odfexport.cxx | 16 + sw/qa/python/check_table.

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

2020-02-05 Thread Julien Nabet (via logerrit)
cui/source/tabpages/align.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit 9811796aba7360fc5b7230a8b314a56fbf6ab27a Author: Julien Nabet AuthorDate: Wed Feb 5 07:34:16 2020 +0100 Commit: Julien Nabet CommitDate: Wed Feb 5 09:09:02 2020 +0100 Related tdf#13042

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

2020-02-05 Thread Justin Luth (via logerrit)
sw/qa/extras/ooxmlexport/data/testTdf130167_spilloverHeader.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport14.cxx |9 + writerfilter/source/dmapper/DomainMapper.cxx |3 +++ 3 files changed, 12 insertions(+) New commits: commit 6d9d4f94

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sw/CppunitTest_sw_core_doc.mk sw/inc sw/Module_sw.mk sw/qa sw/source

2020-02-05 Thread Miklos Vajna (via logerrit)
sw/CppunitTest_sw_core_doc.mk | 72 sw/Module_sw.mk |1 sw/inc/IDocumentContentOperations.hxx |2 sw/inc/fesh.hxx |2 sw/qa/core/doc/doc.cxx

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

2020-02-05 Thread Michael Stahl (via logerrit)
sw/inc/IDocumentContentOperations.hxx | 18 - sw/qa/extras/uiwriter/uiwriter.cxx |4 - sw/source/core/doc/DocumentContentOperationsManager.cxx | 57 sw/source/core/doc/doccomp.cxx |4 - sw/source/core/

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

2020-02-05 Thread Miklos Vajna (via logerrit)
vcl/source/window/window.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cee1568e8915e479732687a7aa3faa639955596d Author: Miklos Vajna AuthorDate: Tue Feb 4 21:09:50 2020 +0100 Commit: Miklos Vajna CommitDate: Wed Feb 5 09:04:57 2020 +0100 vcl: fix

[Libreoffice-commits] online.git: loleaflet/src

2020-02-05 Thread Miklos Vajna (via logerrit)
loleaflet/src/layer/marker/TextInput.js |1 - 1 file changed, 1 deletion(-) New commits: commit 4a1c8771276f1f24485b270c25ed9c56e84d267b Author: Miklos Vajna AuthorDate: Tue Feb 4 14:45:36 2020 +0100 Commit: Miklos Vajna CommitDate: Wed Feb 5 09:04:45 2020 +0100 loleaflet: remo