LibreOffice Gerrit News for core on 2015-01-18

2015-01-17 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + fdo#39440 reduce scope of local variables in https://gerrit.libreoffice.org/13972 from Michael Weghorn about module winaccessibility, writerfilter, xmloff, xml

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

2015-01-17 Thread Trent MacAlpine
sd/source/ui/func/fudraw.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4ce891c59a9ab47cfde5fedb89b7d4b19002fae8 Author: Trent MacAlpine Date: Tue Jan 13 21:48:47 2015 -0500 fdo#88339 Fixed Draw/Impress constrained image movement fixed on mas

Kdevelop problems

2015-01-17 Thread David Page
Hi,I’m new to the group and would like to help. I’musing Ubuntu 14.04 Ifollowed the instructions on this link to build LibO: https://wiki.documentfoundation.org/Development/How_to_build NextI installed Kdevelop  and attempted tolook at SW, which failed. Now,when I try to run Kdevelop I get lot

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - include/vcl vcl/generic vcl/osx vcl/source vcl/win

2015-01-17 Thread Markus Mohrhard
include/vcl/opengl/OpenGLContext.hxx |3 --- vcl/generic/app/geninst.cxx |2 +- vcl/osx/salinst.cxx |2 +- vcl/source/opengl/OpenGLContext.cxx | 16 vcl/win/source/app/salinst.cxx |2 +- 5 files changed, 3 insertions(+), 22 deleti

Re: Help for getting started with open source

2015-01-17 Thread julien2412
A great link to start: https://wiki.documentfoundation.org/Development -- View this message in context: http://nabble.documentfoundation.org/Help-for-getting-started-with-open-source-tp4136441p4136447.html Sent from the Dev mailing list archive at Nabble.com. __

Help for getting started with open source

2015-01-17 Thread varun.vd1994
Hello, I am an undergraduate student and I have relevant skills of C, C++ and Java. I have developed various projects on Windows Platform. But now I want to contribute to the open source world. Can anyone please help me for getting started with open source. I want to contribute to the Libre.

Re: cppcheck: arrayIndexOutOfBounds report in stortree.cxx (store module)

2015-01-17 Thread Maarten Hoes
On Sat, Jan 17, 2015 at 6:57 PM, Julien Nabet wrote: > > On 17/01/2015 16:03, Maarten Hoes wrote: >> >> >> Only slightly off topic: >> >> Are those cppcheck reports automatically generated on a regular basis these days ? If not, and if interested, I got a small shell script that does that and is j

Re: cppcheck: arrayIndexOutOfBounds report in stortree.cxx (store module)

2015-01-17 Thread Julien Nabet
On 17/01/2015 16:03, Maarten Hoes wrote: Only slightly off topic: Are those cppcheck reports automatically generated on a regular basis these days ? If not, and if interested, I got a small shell script that does that and is just waiting for a vm and a crontab entry (see attachment). Hi, I

Re: cppcheck: arrayIndexOutOfBounds report in stortree.cxx (store module)

2015-01-17 Thread Maarten Hoes
Hi, Only slightly off topic: Are those cppcheck reports automatically generated on a regular basis these days ? If not, and if interested, I got a small shell script that does that and is just waiting for a vm and a crontab entry (see attachment). - Maarten. cppcheck-report.sh Description: B

cppcheck: arrayIndexOutOfBounds report in stortree.cxx (store module)

2015-01-17 Thread julien2412
Hello, Cppcheck reported this: 41 OStoreBTreeNodeData::OStoreBTreeNodeData (sal_uInt16 nPageSize) 42 : OStorePageData (nPageSize) 43 { 44 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); 45 base::m_aDescr.m_nUsed = store::htons(self::thePageSize)

[Bug 79641] LibreOffice 4.4 most annoying bugs

2015-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79641 Adolfo Jayme changed: What|Removed |Added Depends on||86159 --- Comment #35 from Adolfo Jayme

Re: 4.4.0.1 build error on sal/types.h on solaris/illumos

2015-01-17 Thread Norbert Thiebaud
On Sat, Jan 17, 2015 at 5:07 AM, Gabriele Bulfon wrote: > Looks like 4.4.0.2 has this solaris ld patch already applied. > I strongly believe gmake is not using the solaris.mk file. > How can I verify if configure/make is really taking the solaris.mk platform? In gbuild.mk we include platform/$(O

[Libreoffice-commits] core.git: 4 commits - editeng/source include/editeng include/sal sw/source writerfilter/source

2015-01-17 Thread Miklos Vajna
editeng/source/items/frmitems.cxx | 12 include/editeng/ulspitem.hxx |1 + include/sal/log-areas.dox |4 sw/source/core/docnode/nodedump.cxx|6 +++--- sw/source/filter/ww8/rtfexport.hxx |

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

2015-01-17 Thread Takeshi Abe
include/sal/config.h |5 + 1 file changed, 5 insertions(+) New commits: commit 31f76ad84ceb3c99af1d9db3f0a8e1f6932bbb94 Author: Takeshi Abe Date: Sat Jan 17 20:58:51 2015 +0900 Leave a comment about the lesson learned from 234e45bf1d27484b72e73fe327b1e92fda1933f1

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

2015-01-17 Thread Takeshi Abe
starmath/inc/symbol.hxx |1 - starmath/inc/types.hxx |3 --- 2 files changed, 4 deletions(-) New commits: commit 8d279e8081162927dfb58c230433230101a35f4c Author: Takeshi Abe Date: Sat Jan 17 20:28:50 2015 +0900 Drop unused inline functions Change-Id: Iba54fb717b4337ffe25

Re: 4.4.0.1 build error on sal/types.h on solaris/illumos

2015-01-17 Thread Gabriele Bulfon
Looks like 4.4.0.2 has this solaris ld patch already applied. I strongly believe gmake is not using the solaris.mk file. How can I verify if configure/make is really taking the solaris.mk platform? -- Da: Michael Stahl

Re: 4.4.0.1 build error on sal/types.h on solaris/illumos

2015-01-17 Thread Gabriele Bulfon
Thanks to you all guys for helping us :) I will ty to complete this build and will then look how to setup a tinderbox, surely. Thanks! Gabriele. -- Da: Jan Holesovsky A: gbul...@sonicle.com Cc: libreoffice-dev Data: 16

Re: 4.4.0.1 build error on sal/types.h on solaris/illumos

2015-01-17 Thread Gabriele Bulfon
Great one! On 4.1.x release I could build it via LD_ALTEXEC using gnu ld. It's really much better if I can make it build with native illumos ld! Thanks! Will let you know ;) Gabriele. -- Da: Michael Stahl A: gbul...@son