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

2020-11-07 Thread Jim Raykowski (via logerrit)
sw/source/uibase/docvw/OutlineContentVisibilityWin.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c784b3da15102caf1022e83371863a86766e69cd Author: Jim Raykowski AuthorDate: Wed Nov 4 19:13:24 2020 -0900 Commit: Jim Raykowski CommitDate: Sun Nov 8 01:21:

Shubham Jain license statement

2020-11-07 Thread Shubham Jain
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2020-11-07 Thread Andrea Gelmini (via logerrit)
filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8bdaadf70b207d2f4a6b64375dde709b91b3d04c Author: Andrea Gelmini AuthorDate: Sat Nov 7 21:19:15 2020 +0100 Commit: Julien Nabet CommitDate: Sat Nov

[Libreoffice-commits] core.git: cui/source reportdesign/source sfx2/source svx/source vcl/qa xmloff/source

2020-11-07 Thread Caolán McNamara (via logerrit)
cui/source/dialogs/colorpicker.cxx |2 +- reportdesign/source/ui/report/FormattedFieldBeautifier.cxx |4 ++-- sfx2/source/sidebar/MenuButton.cxx |2 +- sfx2/source/sidebar/TabItem.cxx|2 +- svx/source/svdra

[Libreoffice-commits] core.git: starmath/inc

2020-11-07 Thread dante (via logerrit)
starmath/inc/node.hxx | 42 ++ starmath/inc/parse.hxx|6 ++ starmath/inc/strings.hrc |7 +++ starmath/inc/strings.hxx |6 ++ starmath/inc/symbol.hxx |5 + starmath/inc/token.hxx| 10 ++ starmath/inc

soffice --writer fails with 'com::sun::star::container::NoSuchElementException'

2020-11-07 Thread mcmurchy1917techy
I've had a successful compile of LibreOffice after cloning from https://gerrit.libreoffice.org/core When running soffice It bombs out $ /home/alex/master/instdir/program/soffice --writer terminate called after throwing an instance of 'com::sun::star::container::NoSuchElementException' It do

[Libreoffice-commits] core.git: configure.ac

2020-11-07 Thread Michael Stahl (via logerrit)
configure.ac |4 1 file changed, 4 insertions(+) New commits: commit 03a9a80125cf887d26348486b71d78d80c99344d Author: Michael Stahl AuthorDate: Sat Nov 7 17:51:27 2020 +0100 Commit: Michael Stahl CommitDate: Sat Nov 7 18:52:07 2020 +0100 configure: OpenSSL needs perl-FindB

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

2020-11-07 Thread Jean-Pierre Ledure (via logerrit)
wizards/source/scriptforge/SF_FileSystem.xba |4 ++-- wizards/source/scriptforge/po/en.po |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 9e2a5240ee67032a1622a77078d055429062d835 Author: Jean-Pierre Ledure AuthorDate: Sat Nov 7 15:50:16 2020 +0100

[SOLVED] Re: Question about clang-format rules

2020-11-07 Thread Julien Nabet
On 07/11/2020 09:52, Mike Kaganski wrote: On 07.11.2020 11:46, julien2412 wrote: You can apply these changes with:..." The command line mentioned there should only apply to the code you changed - because the presence of the warning means that the file was already under the clang-format scope

Question about clang-format rules

2020-11-07 Thread julien2412
Hello, I'd like to know what to do when during trying to commit locally, I got a message indicating: "The above differences were found between the code to commit and the clang-format rules. You can apply these changes with:..." 1) Should I clang-format the patch but it means it'll make it harder

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

2020-11-07 Thread Noel (via logerrit)
sw/inc/ndtxt.hxx |4 ++-- sw/source/core/unocore/unoportenum.cxx |2 +- sw/source/filter/ww8/wrtww8.hxx|3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) New commits: commit b461c3cb76a7a1f5ad6f8205c1f5203b587ffb9c Author: Noel AuthorDate: Tue

Re: willing to contribute

2020-11-07 Thread julien2412
Hello Vikas, Here's a link to start: https://wiki.documentfoundation.org/Development/GetInvolved Julien -- Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html ___ LibreOffice mailing list LibreOffice@lists.freed

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

2020-11-07 Thread Andrea Gelmini (via logerrit)
sc/qa/unit/scshapetest.cxx |2 +- wizards/source/scriptforge/SF_Array.xba |8 wizards/source/scriptforge/SF_Dictionary.xba | 10 +- wizards/source/scriptforge/SF_Exception.xba |8 wizards/source/scriptforge/SF_FileSystem.xba | 12 ++

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

2020-11-07 Thread Seth Chaiklin (via logerrit)
source/text/sdraw/main0103.xhp | 25 ++--- source/text/sdraw/main0213.xhp | 32 ++- source/text/shared/01/grid.xhp | 17 +++--- source/text/shared/01/grid_and_helplines.xhp |8 ++ source/text/sh

[Libreoffice-commits] core.git: helpcontent2

2020-11-07 Thread Seth Chaiklin (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4f2ece5f674ddd58f00196c7830963f43655507e Author: Seth Chaiklin AuthorDate: Sat Nov 7 11:40:24 2020 +0200 Commit: Gerrit Code Review CommitDate: Sat Nov 7 10:40:24 2020 +0100 Update git submodu

Re: Question about clang-format rules

2020-11-07 Thread Mike Kaganski
On 07.11.2020 11:46, julien2412 wrote: You can apply these changes with:..." The command line mentioned there should only apply to the code you changed - because the presence of the warning means that the file was already under the clang-format scope, and was formatted correctly before the c

willing to contribute

2020-11-07 Thread Vikas Bhagath
Hello There        I Am Vikasbhagath A student parsuring Bachelor of Engineering And I have pretty good experience with Android Application Development With skill Android Studio,Java,Firebase,Node.js,Mongo Db And more I wanted To Use Get Some Industry Experience And Realtime work Ex