Re: Remove ActiveX from LibreOffice

2016-01-01 Thread Chris Sherlock
Does this mean it’s no longer crashing? Chris > On 1 Jan 2016, at 3:31 PM, Chris Sherlock wrote: > > P.S. given that LO is crashing due to the ActiveX control borking, that bug > still needs troubleshooting. > > Mark, can you provide us with a backtrace when soffice dies, then add it to > t

Re: Hot tip for vim users: highlight spaces at end of lines

2016-01-01 Thread Chris Sherlock
Probably best to use: augroup trailing_whitespace autocmd! autocmd BufWritePre *.c :%s/\s\+$//e autocmd BufWritePre *.h :%s/\s\+$//e autocmd BufWritePre *.cxx :%s/\s\+$//e autocmd BufWritePre *.hxx :%s/\s\+$//e augroup END > On 1 Jan 2016, at 4:53 AM, Daniel Robertson wrote: > >

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

2016-01-01 Thread Chris Sherlock
vcl/inc/outfont.hxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 38e6383009aba9ff779ad9d0b4d9c94ed2bce347 Author: Chris Sherlock Date: Fri Jan 1 19:54:43 2016 +1100 vcl: Regression from a74a04f98 Very silly mistake - I put in an else, where it sh

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

2016-01-01 Thread Michael Meeks
include/vcl/opengl/OpenGLContext.hxx |1 + vcl/opengl/framebuffer.cxx |1 + vcl/opengl/gdiimpl.cxx |2 +- vcl/source/opengl/OpenGLContext.cxx | 21 + vcl/source/opengl/OpenGLHelper.cxx |3 ++- 5 files changed, 26 insertions(+), 2 del

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

2016-01-01 Thread Michael Meeks
vcl/opengl/texture.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 7120906cf47de8c5bc73de1a4846fc97fd2979dc Author: Michael Meeks Date: Thu Dec 31 22:35:38 2015 + vcl: un-bind render-buffer after setup & add debug. Change-Id: Ic94f94148397d46d4442f2290d331

Possible easy hack

2016-01-01 Thread Chris Sherlock
Hi all, I think I have an old bug that could be used for an easy hack for new contributors. The bug is Bug 77667 - Remove gcc3 workaround where it could handle instantiated objects as parameters (found here: https://bugs.documentfoundation.org/show_bug.cgi?id=77667

Re: Johannes Hauf license statement

2016-01-01 Thread jan iversen
Thanks for your license statement. I have added you to our wiki: https://wiki.documentfoundation.org/Development/Developers I you want help to get started or have any questions, then please contact me. I am here to help you (and others) getting their first patch submitted. LibreOffice is a very

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

2016-01-01 Thread Michael Meeks
vcl/opengl/gdiimpl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3ac975dded6df870969f68ec00e8f3097c5146bf Author: Michael Meeks Date: Fri Jan 1 12:38:37 2016 + Fix drawTransformedBitmap for NULL pAlphaBitmap #2. Change-Id: Ie4d03a01c557e93a3

Re: Hot tip for vim users: highlight spaces at end of lines

2016-01-01 Thread Daniel Robertson
> You could also run that :substitute on :w and never have to worry about > trailing whitespace ever again :) > > autocmd BufWritePre * :%s/\s\+$//e Great tip! Just remember if you place a `autocmd` in your vimrc to place it in a `augroup` and run `autocmd!`. Otherwise vim will create multiple `a

Re: Hot tip for vim users: highlight spaces at end of lines

2016-01-01 Thread Daniel Robertson
In light of Norbert's comment maybe add *.cxx *.hxx augroup trailing_whitespace autocmd! autocmd BufWritePre *.cxx :%s/\s\+$//e autocmd BufWritePre *.hxx :%s/\s\+$//e augroup END signature.asc Description: Digital signature ___ LibreOffice

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

2016-01-01 Thread Chris Sherlock
vcl/inc/PhysicalFontFace.hxx | 16 +++- vcl/source/font/PhysicalFontFace.cxx | 32 ++-- vcl/source/font/PhysicalFontFamily.cxx |3 ++- 3 files changed, 27 insertions(+), 24 deletions(-) New commits: commit b890a0ed02968589029fedf1854be83

[Bug 96136] replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL in basic's scanner test

2016-01-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96136 Dipankar Niranjan changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |dipankar1...@gmail.com

Contributing to LibreOffice

2016-01-01 Thread Akash B
Hi all, I'm interested in contribution to LibreOffice. I'm comfortable with C++, C++11, Python and Java. I'd like some guidance as to how to contribute to LibreOffice. Regards, Akash PB ___ LibreOffice mailing list LibreOffice@lists.freedesktop.o

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

2016-01-01 Thread Caolán McNamara
lotuswordpro/source/filter/lwplayout.cxx |5 +++-- lotuswordpro/source/filter/lwplayout.hxx | 14 -- 2 files changed, 15 insertions(+), 4 deletions(-) New commits: commit e8dc85c2b3fd197aa5d484be3fc2cb25f7bd2412 Author: Caolán McNamara Date: Fri Jan 1 16:57:43 2016 +

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - lotuswordpro/source

2016-01-01 Thread Caolán McNamara
lotuswordpro/source/filter/lwplayout.cxx |5 +++-- lotuswordpro/source/filter/lwplayout.hxx | 14 -- 2 files changed, 15 insertions(+), 4 deletions(-) New commits: commit 54fe17fabaa258a48e18c4a19c29da2d2cf634ca Author: Caolán McNamara Date: Fri Jan 1 16:57:43 2016 +

Re: Contributing to LibreOffice

2016-01-01 Thread Jan-Marek Glogowski
Hi Akash, Am 01.01.2016 um 17:34 schrieb Akash B: > I'm interested in contribution to LibreOffice. I'm comfortable with > C++, C++11, Python and Java. I'd like some guidance as to how to contribute > to LibreOffice. Have a look at https://wiki.documentfoundation.org/Development especial

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

2016-01-01 Thread Chris Sherlock
vcl/inc/outfont.hxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 17d6876c5b2a194bf24614feeaf58314089eb7fb Author: Chris Sherlock Date: Sat Jan 2 04:13:32 2016 +1100 vcl: move comment to correct spot (cheers Norbert) Change-Id: If8da668cba96364

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

2016-01-01 Thread Stephan Bergmann
vcl/inc/outfont.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 820eeba6772a356cf57b9d1f4d114122f6a63abb Author: Stephan Bergmann Date: Fri Jan 1 19:14:43 2016 +0100 loplugin:passstuffbyref Change-Id: I5d15ab7f8d9b7cb3ff0124f20c840dd2a285b400

Dipankar Niranjan license statement

2016-01-01 Thread Dipankar Niranjan
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2016-01-01 Thread Chris Sherlock
vcl/generic/glyphs/gcach_ftyp.cxx|2 +- vcl/generic/glyphs/gcach_ftyp.hxx|1 - vcl/generic/print/genpspgraphics.cxx |3 +-- vcl/inc/PhysicalFontFace.hxx | 12 vcl/quartz/salgdi.cxx|2 +- vcl/source/font/PhysicalFontFace.cxx |3 +--

[Libreoffice-commits] core.git: bin/get-bugzilla-attachments-by-mimetype

2016-01-01 Thread David Tardon
bin/get-bugzilla-attachments-by-mimetype |1 + 1 file changed, 1 insertion(+) New commits: commit 15fdfe25578d5fa0e17b8f7f9c4b8c8632d357ad Author: David Tardon Date: Thu Dec 31 14:13:32 2015 +0100 application/visio.drawing is sometimes used in bugzilla Change-Id: I3b8b85d91c2

[Libreoffice-commits] core.git: Branch 'feature/mailmerge-toolbar' - 2 commits - officecfg/registry sw/inc sw/Library_sw.mk sw/sdi sw/source sw/uiconfig sw/util

2016-01-01 Thread Jan Holesovsky
Rebased ref, commits from common ancestor: commit 1b47f8aaf0d9d031889316e3203500c6d4733922 Author: Jan Holesovsky Date: Sat Jan 2 00:38:18 2016 +0100 mailmerge: Toolbar edit box to show or change the current entry number. Change-Id: I935c059da44f2309c3cb1a8b2e93341c353bee01 diff -

[Libreoffice-commits] core.git: Branch 'feature/mailmerge-toolbar' - 2 commits - officecfg/registry sw/inc sw/Library_sw.mk sw/sdi sw/source sw/uiconfig sw/util

2016-01-01 Thread Jan Holesovsky
Rebased ref, commits from common ancestor: commit f83a3743b345f6c369b5256e66dfa441ace6baa1 Author: Jan Holesovsky Date: Sat Jan 2 00:38:18 2016 +0100 mailmerge: Toolbar edit box to show or change the current entry number. Change-Id: I935c059da44f2309c3cb1a8b2e93341c353bee01 diff -

Re: [libreoffice-l10n] Happy New Year 2016

2016-01-01 Thread Sylvia Sánchez
Thank you very much!! Same for you too!! Cheers, Sylvia ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2016-01-01 Thread Bjoern Michaelsen
sw/source/core/unocore/unostyle.cxx | 163 1 file changed, 73 insertions(+), 90 deletions(-) New commits: commit b4082bed2de12cd576a06a9f456a71101809f3ed Author: Bjoern Michaelsen Date: Sat Jan 2 01:12:51 2016 +0100 make this temp override of ItemSet

Re: Dipankar Niranjan license statement

2016-01-01 Thread Chris Sherlock
Welcome aboard :-) Chris Sent from my iPhone > On 2 Jan 2016, at 5:27 AM, Dipankar Niranjan wrote: > > All of my past & future contributions to LibreOffice may be licensed under > the MPLv2/LGPLv3+ dual license > ___ > LibreOffice mailing list > Lib

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

2016-01-01 Thread Bjoern Michaelsen
svx/source/accessibility/AccessibleControlShape.cxx | 31 ++-- sw/source/core/unocore/unostyle.cxx |2 - 2 files changed, 17 insertions(+), 16 deletions(-) New commits: commit c1258abe50f1508ea0f628ff963bc1914ab86b67 Author: Bjoern Michaelsen Date: Sat Jan

[Libreoffice-commits] core.git: 4 commits - shell/source solenv/gdb sw/qa sw/source vcl/unx

2016-01-01 Thread Jan-Marek Glogowski
shell/source/backends/kde4be/kde4access.cxx | 10 +- shell/source/backends/kde4be/kde4backend.cxx |2 solenv/gdb/libreoffice/sw.py | 17 ++-- sw/qa/extras/mailmerge/data/tdf92623.odt |binary sw/qa/extras/mailmerge/mailmerge.cxx | 51 + sw/q

[Libreoffice-commits] core.git: Branch 'private/jmux/kde5' - 245 commits - android/source autogen.sh avmedia/source basctl/source basic/source bin/gbuild-to-ide bin/get-bugzilla-attachments-by-mimetyp

2016-01-01 Thread Jan-Marek Glogowski
Rebased ref, commits from common ancestor: commit bb052df12007ca4c57b8753c25c9212fdd4146bf Author: Jan-Marek Glogowski Date: Fri Dec 11 21:57:44 2015 +0100 KDE5 Change-Id: I8ccdf61dd210e77dd78ac685863092dd37c90a59 diff --git a/Repository.mk b/Repository.mk index 5c468b2..b7e2da3 1

[Libreoffice-commits] core.git: helpcontent2

2016-01-01 Thread Stanislav Horacek
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3da9c484679373e77c3b339485c98f6f26b08046 Author: Stanislav Horacek Date: Wed Dec 30 22:35:01 2015 +0100 Updated core Project: help dd8cc9d27b6891661185f02bf7478b5934deff08 COUNTIFS: add

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

2016-01-01 Thread Stanislav Horacek
source/text/scalc/01/func_countifs.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dd8cc9d27b6891661185f02bf7478b5934deff08 Author: Stanislav Horacek Date: Wed Dec 30 22:35:01 2015 +0100 COUNTIFS: add missing argument name Change-Id: Ic099ea1272f1

[Libreoffice-commits] core.git: helpcontent2

2016-01-01 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cbf62c1d75f270fcff14d4bc3b592dadd3b6d8e1 Author: Olivier Hallot Date: Thu Dec 31 13:48:32 2015 -0200 Updated core Project: help efa3b7d1e3eb003e6babb49c9b83c47979da0a89 Fix tdf#86428 Wr

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

2016-01-01 Thread Olivier Hallot
AllLangHelp_swriter.mk |1 source/text/swriter/00/0405.xhp | 29 - source/text/swriter/01/05060200.xhp | 14 source/text/swriter/01/0518.xhp | 61 source/text/swriter/guide/wrap.xhp | 10 ++--- source/