SAL build failure on master

2012-10-20 Thread Alex Thurgood
Hi all, I'm getting a reproducible SAL build failure on Linux 64bit (Bodhi 2.0): Failed to load dynamic library: /home/alex/Development/libo/workdir/unxlngx6.pro/LinkTarget/CppunitTest/libtest_sal_osl_process.so /usr/lib/libuno_sal.so.3: version `LIBO_UDK_3.7' not found (required by /home/alex

Use of markup in .ui strings

2012-10-20 Thread Khaled Hosny
Hi all, Commit 8274df8 seems to have introduced the use of markup in .ui files to set text in bold, however this is not really a good idea l10n-wise as it is very error-prone, Gnome is actually moving away from using markup in translatable strings[1], which I think something LibreOffice should do.

[PATCH] WIP: first stab at converting the insert-row dialog

2012-10-20 Thread Philipp Kaluza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/893 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/93/893/1 WIP: first stab at converting the insert-row dialog to UI format Change-Id: I1b1888f667b31b6ca22d1eca57aeb9da7ce4

License statement

2012-10-20 Thread Philipp Kaluza
To whom it may concern: All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license (until such time as I publicly announce withdrawal or replacement of this statement). With kind regards, Philipp Kaluza ___

Re: Daily builds for Debian

2012-10-20 Thread Thorsten Behrens
Lionel Elie Mamane wrote: > Thorsten? Would you consider doing that? I don't think it will make > the build significantly longer. > Sure, can do. -- Thorsten pgpKwz1dmEOTA.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.f

Cppcheck report in vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx

2012-10-20 Thread julien2412
Hello, Just noticed this with cppcheck: [gdi/salnativewidgets-gtk.cxx:3452] -> [gdi/salnativewidgets-gtk.cxx:3462]: (performance) Variable 'eState' is reassigned a value before the old one has been used. Here are the lines: 3452 GtkStateType eState = (nState & CTRL_STATE_ENABLED) ? GTK_STAT

can we drop rdbmaker ?

2012-10-20 Thread Matúš Kukan
Hi, maybe after "drop rdbmaker support from UnoApiTarget" we could completely remove module rdbmaker/ ? Or is it used in odk or somewhere ? Thanks, Matus ___

[Libreoffice-commits] .: sw/qa

2012-10-20 Thread Libreoffice Gerrit user
sw/qa/extras/odfexport/odfexport.cxx | 43 ++ sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 109 - sw/qa/extras/rtfexport/rtfexport.cxx | 130 ++- sw/qa/extras/swmodeltestbase.hxx |7 + sw/qa/extras/ww8export/ww8expor

Error compiling LO on Windows with uwinapi.ilk not found

2012-10-20 Thread julien2412
Hello, Following the make problem, I've got now this error: $ make sal make -r -f /home/annie/libreoffice/master/Makefile.top sal make[1]: Entering directory `/home/annie/libreoffice/master' cd sal && /opt/lo/bin/make -j 2 -rs gb_PARTIALBUILD=T make[2]: Entering directory `/home/annie/libreoffice

Re: Errors with Makefile.top for building Windows

2012-10-20 Thread Flavio Moringa
Glad I could help. Your solution was going to be my next proposal for you to try :-) Cheers Flávio Em 20/10/2012 15:12, "julien2412" escreveu: > Found the problem with "make". > In fact, I retrieved the specific "make" in /opt/lo/bin but "which make" > indicates "/usr/bin/make". > So I backup t

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

2012-10-20 Thread Libreoffice Gerrit user
sw/inc/doc.hxx | 14 +- sw/inc/node.hxx| 12 sw/source/core/doc/doccomp.cxx | 40 ++-- sw/source/core/doc/docdde.cxx | 18 ++-- sw/source/core/doc/docdesc.cxx | 46 ++

Re: Errors with Makefile.top for building Windows

2012-10-20 Thread julien2412
Found the problem with "make". In fact, I retrieved the specific "make" in /opt/lo/bin but "which make" indicates "/usr/bin/make". So I backup then replace "/usr/bin/make" by "/opt/lo/bin/make" Thank you Matúš and Flavio for your help about this, it was almost ok, just a path problem finally. Hope