[PUSHED] Remove useless function calls.

2013-02-06 Thread Norbert Thiebaud (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2015 Approvals: Norbert Thiebaud: Looks good to me, approved Tomáš Chvátal: Verified; Looks good to me, but someone else must approve -- To

[PUSHED] cppCheck: Variable is reassigned a value before the old one ...

2013-02-06 Thread Norbert Thiebaud (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2014 Approvals: Norbert Thiebaud: Looks good to me, approved Tomáš Chvátal: Verified -- To view, visit https://gerrit.libreoffice.org/2014 T

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

2013-02-06 Thread Chr . Rossmanith
sal/inc/rtl/strbuf.hxx | 13 + sal/inc/rtl/string.hxx |4 ++-- sal/inc/rtl/ustrbuf.hxx |6 +++--- sal/inc/rtl/ustring.hxx |4 ++-- vcl/source/control/field.cxx |2 +- 5 files changed, 21 insertions(+), 8 deletions(-) New commits: commit f447854d

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

2013-02-06 Thread Kohei Yoshida
xmloff/inc/xmloff/txtimp.hxx |4 ++-- xmloff/source/style/xmlstyle.cxx | 30 -- xmloff/source/text/txtimp.cxx| 35 --- 3 files changed, 30 insertions(+), 39 deletions(-) New commits: commit fbdaa717e3dc8a59d474b1bb5503cfa

[Libreoffice-commits] core.git: 2 commits - beanshell/ExternalProject_beanshell.mk cui/source hsqldb/ExternalProject_hsqldb.mk languagetool/ExternalProject_languagetool.mk

2013-02-06 Thread David Tardon
beanshell/ExternalProject_beanshell.mk |2 +- cui/source/tabpages/tparea.cxx | 14 ++ cui/source/tabpages/tpbitmap.cxx |8 cui/source/tabpages/tpcolor.cxx |1 + cui/source/tabpages/tpgradnt.cxx |7 +

Re: Bug #47065

2013-02-06 Thread José Guilherme Vanz
Hi Markus Yeap, your tip solved my problem. Thank you for your explanation All the best :) On 6 February 2013 23:24, Markus Mohrhard wrote: > Hey, > > 2013/2/7 José Guilherme Vanz : > > Hi > > I started work in this bug. I created the first simple source file, just > for > > test. > > My doubt

Re: [PATCH libreoffice-4-0] fix for fdo#60065

2013-02-06 Thread Andrew Douglas Pitonyak
Reported here: https://bugs.freedesktop.org/show_bug.cgi?id=60371 On 02/06/2013 08:56 PM, Andrew Douglas Pitonyak wrote: Does the patch fix this regression (that fails with 4 RC2)? Sub badStruct Dim x As New com.sun.star.beans.PropertyValue Dim y As New com.sun.star.beans.PropertyValue

Re: [PATCH libreoffice-4-0] fix for fdo#60065

2013-02-06 Thread Andrew Douglas Pitonyak
Does the patch fix this regression (that fails with 4 RC2)? Sub badStruct Dim x As New com.sun.star.beans.PropertyValue Dim y As New com.sun.star.beans.PropertyValue x.Name = "hello" x.Value = y End Sub Unable to test with RC3 yet On 02/05/2013 10:40 AM, Noel Power (via Code Review)

[Libreoffice-commits] .: src/lib

2013-02-06 Thread Libreoffice Gerrit user
src/lib/EscherFieldIds.h |1 + src/lib/Fill.cpp | 19 +++ src/lib/Fill.h |9 + src/lib/MSPUBCollector.cpp |6 +- src/lib/MSPUBParser.cpp|9 + 5 files changed, 43 insertions(+), 1 deletion(-) New commits: commit fb74

Re: Bug #47065

2013-02-06 Thread Markus Mohrhard
Hey, 2013/2/7 José Guilherme Vanz : > Hi > I started work in this bug. I created the first simple source file, just for > test. > My doubt is, is necessary add my source file in some config file? > > In my test I created a object of my thread in the docfile.cxx. Nothing > special... > When I build

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

2013-02-06 Thread Takeshi Abe
sw/source/ui/inc/wrtsh.hxx|2 -- sw/source/ui/wrtsh/select.cxx |2 +- sw/source/ui/wrtsh/wrtsh1.cxx |3 --- 3 files changed, 1 insertion(+), 6 deletions(-) New commits: commit e9b89ed9668906ec8c3be932978577997fa0fb7f Author: Takeshi Abe Date: Wed Feb 6 22:43:27 2013 +0900

Re: Bug #47065

2013-02-06 Thread José Guilherme Vanz
Hi I started work in this bug. I created the first simple source file, just for test. My doubt is, is necessary add my source file in some config file? In my test I created a object of my thread in the docfile.cxx. Nothing special... When I build the module occours the following fail: [build LNK]

Re: Moving Code From /core/sw... to /core/vcl

2013-02-06 Thread Joel Madero
On Wed, Feb 6, 2013 at 3:37 PM, Caolán McNamara wrote: > On Mon, 2013-02-04 at 11:18 +0100, Jan Holesovsky wrote: > > The code responsible for all this seems unnecessarily complicated to me, > > so I am sorry if my quick read is actually misleading - but in general, > > you don't want to move par

Re: Moving Code From /core/sw... to /core/vcl

2013-02-06 Thread Caolán McNamara
On Mon, 2013-02-04 at 11:18 +0100, Jan Holesovsky wrote: > The code responsible for all this seems unnecessarily complicated to me, > so I am sorry if my quick read is actually misleading - but in general, > you don't want to move parts of sw/ to vcl, more so if it meant > including headers from sw

[Libreoffice-commits] core.git: RepositoryExternal.mk

2013-02-06 Thread Peter Foley
RepositoryExternal.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 52e47b6e0ec87a4aa0ee0fd1c8a577be1d97cb95 Author: Peter Foley Date: Wed Feb 6 17:59:18 2013 -0500 Revert "remove unneeded deps for xsltproc" Never mind. Seems to be necessary after all. Thi

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - filter/source sfx2/inc sfx2/source

2013-02-06 Thread Kohei Yoshida
filter/source/pdf/impdialog.cxx |1 + sfx2/inc/sfx2/passwd.hxx|3 +++ sfx2/source/dialog/passwd.cxx |5 + 3 files changed, 9 insertions(+) New commits: commit f26d3e43e8ead5c978a7efd1c7a84c8cd0a2758b Author: Kohei Yoshida Date: Thu Jan 31 10:06:07 2013 -0500 bnc#

Re: Minutes of ESC call, January 31, 2012

2013-02-06 Thread Caolán McNamara
On Wed, 2013-02-06 at 18:06 +0100, d.ostrov...@idaia.de wrote: > > [...] > >+ Unix / LDAP addressbook support disappeared: > >+ https://bugs.freedesktop.org/show_bug.cgi?id=57417 > >+ close that wontfix & release-note it ? > > done: address book wizard dialog cleaned up, fdo#57

[Libreoffice-commits] core.git: RepositoryExternal.mk

2013-02-06 Thread Peter Foley
RepositoryExternal.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 0db854a94d39ae1f0535482df61f0c4659c4088f Author: Peter Foley Date: Wed Feb 6 17:24:55 2013 -0500 remove unneeded deps for xsltproc Change-Id: I945556ecc2cb2f2f2c2636afbf7c02469d74b4c1 diff --git a/

Comece 2013 com seu Proprio Negocio On-Line

2013-02-06 Thread Divulgação
Seu cliente de e-mail não pode ler este e-mail. Para visualizá-lo on-line, por favor, clique aqui: http://www.ofertacelularesnews.com/display.php?M=2470733&C=afb220d87c8c8380c3dd4643ef47abb9&S=62&L=15&N=6 Para parar de receber nossos Emails:http://www.ofertacelularesnews.com/unsubscribe.php?M=24

Re: Using Symphony Code

2013-02-06 Thread Samuel Mehrbrodt
Hi Andrew, Looks like a nice set, but, if you really want their cilpart (I have not seen it and know nothing about it), is it not possible to bundle it as an extension with an appropriate license, but it cannot be distributed with LO. Just something to think about. Sure, that would be possib

[Libreoffice-commits] core.git: Branch 'feature/bplustree' - 4 commits - sw/inc

2013-02-06 Thread Jan Holesovsky
sw/inc/densebplustree.cxx | 230 +- sw/inc/densebplustree.hxx | 21 ++-- 2 files changed, 160 insertions(+), 91 deletions(-) New commits: commit 8636a6d557772e6d566d59151b5ba559993faf0b Author: Jan Holesovsky Date: Wed Feb 6 22:31:43 2013 +0100

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - helpcontent2

2013-02-06 Thread Dávid Vastag
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5cf8fc6fd2de28c218ad55d9b2e699ad932933f0 Author: Dávid Vastag Date: Mon Feb 4 22:05:01 2013 +0100 Updated core Project: help 7dded42472968783f5c90a0aa9e497ee3dfb247f diff --git a/helpcontent2

[Libreoffice-commits] core.git: helpcontent2

2013-02-06 Thread Dávid Vastag
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bdfd8de57bf5767ce5c179a5e8705c7587f7b326 Author: Dávid Vastag Date: Wed Feb 6 19:10:25 2013 +0100 Updated core Project: help ba8241b6b1ddd1db8f597152b440c947a8702cd6 diff --git a/helpcontent2

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 58699, which changed state. Bug 58699 Summary: Impress remote doesn't close https://bugs.freedesktop.org/show_bug.cgi?id=58699 What|Removed |Added --

Re: Java situation

2013-02-06 Thread Michael Meeks
On Tue, 2013-02-05 at 05:04 -0800, julien2412 wrote: > - Must we still advise to install jre 6 when there are problems with jre7? IMHO for accessibility - certainly; there seems to be little appetite to investigate / debug those issues with 1.7 either on the openJDK side or in LibreOffice

[PUSHED] Translated german comments

2013-02-06 Thread Michael Meeks
Hi Eric, Thanks for that ! looks lovely. Such translation is much appreciated - good of you to get involved. It'd be great to have an MPLv2/LGPLv3+ license statement on the public list that we can link into the wiki here: http://wiki.documentfoundation.org/Development/Dev

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

2013-02-06 Thread Eric Seynaeve
sc/source/core/data/column.cxx | 89 ++--- sc/source/core/data/column2.cxx | 163 +++- 2 files changed, 123 insertions(+), 129 deletions(-) New commits: commit f60708de8a73cb716cc73e95ded7b0032a47be72 Author: Eric Seynaeve Date: Tue Feb 5

[PUSHED 4-0] Re: sdremote misc. fixes ... x3

2013-02-06 Thread Jan Holesovsky
Hi Michael, Michael Meeks píše v St 06. 02. 2013 v 17:49 +: > > As always, testing sdremote with a big/complex slide-deck is pretty > > much mandatory - my FOSDEM deck is good at 66 slides ;-) it works fine > > for trivial decks of course. > > don't crash android app with big decks: > ht

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

2013-02-06 Thread navin patidar
editeng/source/editeng/impedit3.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fb697ed0ab6e0182b45c78412563c51d6f22f9d5 Author: navin patidar Date: Sun Feb 3 10:24:54 2013 +0300 fix logic to get L/R direction Change-Id: I481f9ea57f8c5b71eb849df3f

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

2013-02-06 Thread Michael Meeks
android/sdremote/res/xml/preferences.xml | 2 - android/sdremote/src/org/libreoffice/impressremote/PresentationFragment.java | 12 +- android/sdremote/src/org/libreoffice/impressremote/ThumbnailFragment.java| 4 ++- sd/source/ui/dlg/Remote

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

2013-02-06 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit b4c78b8480b1cc1e867180fc994f5c5162fa3e42 Author: Eike Rathke Date: Wed Feb 6 18:14:52 2013 +0100 resolved fdo#60366 make MATCH() accept a single cell reference Change-Id: I7059abdb

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

2013-02-06 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit e577ebc9403d77fe4847a2e1d55a83d432f214f8 Author: Eike Rathke Date: Wed Feb 6 18:14:52 2013 +0100 resolved fdo#60366 make MATCH() accept a single cell reference Change-Id: I7059abdb

[Libreoffice-commits] calc/perf

2013-02-06 Thread Libreoffice Gerrit user
calc/perf/multi-line-content-cells.ods |binary 1 file changed New commits: commit 879c73549aee8e36dabdaba7f6d6a6799fddc0c5 Author: Kohei Yoshida Date: Wed Feb 6 14:13:53 2013 -0500 Document with a large number of cells containing multi-line contents. diff --git a/calc/perf/multi-line-co

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

2013-02-06 Thread David Ostrovsky
sal/inc/rtl/string.hxx |5 + sal/inc/rtl/ustring.hxx |5 + 2 files changed, 2 insertions(+), 8 deletions(-) New commits: commit 145eda4c4de2bcbb3cd255e1ccd353e81bf6c96f Author: David Ostrovsky Date: Tue Feb 5 11:39:06 2013 +0100 O(U)String::valueOf don't duplicate code

[REVIEW 4-0] sdremote misc. fixes ... x3

2013-02-06 Thread Michael Meeks
On Tue, 2013-02-05 at 14:59 +, Michael Meeks wrote: > As always, testing sdremote with a big/complex slide-deck is pretty > much mandatory - my FOSDEM deck is good at 66 slides ;-) it works fine > for trivial decks of course. don't crash android app with big decks: http://cgit.freedeskt

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

2013-02-06 Thread Michael Meeks
sd/source/ui/dlg/RemoteDialog.cxx |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 535dd86dfa4fbe0f2555205cb925586176267800 Author: Michael Meeks Date: Wed Feb 6 17:21:41 2013 + fdo#58699 - sdremote - fix it so it closes even with no bluetooth.

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

2013-02-06 Thread Luboš Luňák
svtools/source/control/ctrlbox.cxx |1 svx/inc/svx/dialogs.hrc|2 + svx/source/tbxctrls/tbcontrl.cxx | 43 - svx/source/tbxctrls/tbcontrl.src | 12 ++ vcl/inc/vcl/combobox.hxx |4 +-- 5 files changed, 58 inserti

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

2013-02-06 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit c0fdab890086c2cb749c348db42eb760e31539de Author: Eike Rathke Date: Wed Feb 6 18:14:52 2013 +0100 resolved fdo#60366 make MATCH() accept a single cell reference Change-Id: I7059abdb

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

2013-02-06 Thread Chr . Rossmanith
sal/inc/rtl/ustrbuf.hxx | 13 + 1 file changed, 13 insertions(+) New commits: commit 35df0bd6e3674ea861d06da54f5c016f10cedb18 Author: Chr. Rossmanith Date: Wed Feb 6 14:49:39 2013 +0100 add method isEmpty() to OUStringBuffer Change-Id: Ia11d97eebbb08e8058a5f919ed3db

Re: Minutes of ESC call, January 31, 2012

2013-02-06 Thread d . ostrovsky
[...] + Unix / LDAP addressbook support disappeared: + https://bugs.freedesktop.org/show_bug.cgi?id=57417 + close that wontfix & release-note it ? done: address book wizard dialog cleaned up, fdo#57417 closed wontfix, release notes updated: https://wiki.documentfoundation.org

[Libreoffice-commits] Changes to 'feature/ods-edit-cell-import'

2013-02-06 Thread Kohei Yoshida
New branch 'feature/ods-edit-cell-import' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'feature/smaller-base-cell' - 16 commits - desktop/Pagein_common.mk odk/docs odk/examples odk/index.html odk/index_online.html sc/inc sc/Library_sc.mk sc/source

2013-02-06 Thread Kohei Yoshida
Rebased ref, commits from common ancestor: commit 93bc47b12923af03f720e1f815a8bcde4384ef35 Author: Kohei Yoshida Date: Wed Nov 7 09:30:48 2012 -0500 Let's use a separate class to manage storage of cell text widths. Change-Id: I5c823dea4d2e1fd17fae466be26ebff2aa24ecb6 diff --git a/

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

2013-02-06 Thread Kohei Yoshida
sc/inc/column.hxx | 15 +-- sc/source/core/data/column.cxx | 28 sc/source/core/data/column3.cxx |5 ++--- sc/source/core/data/table1.cxx |2 +- sc/source/core/data/table4.cxx |4 ++-- 5 files changed, 26 insertions(+), 28 d

[Libreoffice-commits] core.git: odk/docs odk/examples odk/index.html odk/index_online.html

2013-02-06 Thread Andras Timar
odk/docs/install.html |2 +- odk/docs/notsupported.html |2 +- odk/docs/tools.html|2 +- odk/examples/DevelopersGuide/examples.html |2 +- odk/examples/examples.html |2 +- odk/index.html

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

2013-02-06 Thread Matúš Kukan
desktop/Pagein_common.mk |9 + solenv/gbuild/Pagein.mk |2 +- 2 files changed, 6 insertions(+), 5 deletions(-) New commits: commit 5a55a24bfc75d6392382509fe5a8734947525b10 Author: Matúš Kukan Date: Wed Feb 6 16:24:43 2013 +0100 pagein: learn to respect --enable-mergelib

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

2013-02-06 Thread Caolán McNamara
sw/source/core/inc/tabfrm.hxx|2 ++ sw/source/core/layout/tabfrm.cxx | 20 2 files changed, 22 insertions(+) New commits: commit dc65bfac2597430ea087a9dcbcded7316d9319b7 Author: Caolán McNamara Date: Tue Feb 5 17:33:49 2013 + Resolves: rhbz#907933 crash

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

2013-02-06 Thread Caolán McNamara
svtools/source/uno/addrtempuno.cxx | 37 +++-- 1 file changed, 23 insertions(+), 14 deletions(-) New commits: commit 8c31a28a1fae2f2562f6248581a6ef321b77a4a6 Author: Caolán McNamara Date: Wed Feb 6 14:57:55 2013 + tweak OAddressBookSourceDialogUno co

[Libreoffice-commits] core.git: odk/docs

2013-02-06 Thread Andras Timar
odk/docs/tools.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 038c59bf4610768d3ad6bbad910e885bb98fe2c1 Author: Andras Timar Date: Wed Feb 6 16:25:54 2013 +0100 fix help text of uno-skeletonmaker -lh switch Change-Id: I07d9708c9a6903a910b94fc1e10

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

2013-02-06 Thread Caolán McNamara
sw/source/core/inc/tabfrm.hxx|2 ++ sw/source/core/layout/tabfrm.cxx | 20 2 files changed, 22 insertions(+) New commits: commit 15d8b51bf82610c663f80fe552a1c0315e137ad3 Author: Caolán McNamara Date: Tue Feb 5 17:33:49 2013 + Resolves: rhbz#907933 crash

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

2013-02-06 Thread Tor Lillqvist
solenv/bin/macosx-change-install-names.pl |5 + 1 file changed, 5 insertions(+) New commits: commit 8418a122368a735acacb0983d14829efbf73783e Author: Tor Lillqvist Date: Wed Feb 6 16:48:02 2013 +0200 Tell what @__VIA_LIBRARY_PATH__ means Change-Id: I5ab38200d926376d3dbac8f

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

2013-02-06 Thread Kohei Yoshida
sc/source/core/tool/reffind.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 232b93e7f0e0ca90b54fe96d2c1adc5766d6706c Author: Kohei Yoshida Date: Tue Feb 5 15:23:44 2013 -0500 fdo#39135: Prevent integer overflow & update the character during loop. These two e

[Libreoffice-commits] core.git: offapi/com offapi/type_reference

2013-02-06 Thread Kohei Yoshida
offapi/com/sun/star/document/MediaDescriptor.idl |2 +- offapi/type_reference/types.rdb |binary 2 files changed, 1 insertion(+), 1 deletion(-) New commits: commit 765aca651a3d53b14dc3bfac0d05b36d4f01dbb4 Author: Kohei Yoshida Date: Wed Feb 6 09:31:56 2013 -0500 API C

Re: No /usr/bin/soffice symlink on Linux?

2013-02-06 Thread Rene Engelhard
Hi, On Wed, Feb 06, 2013 at 02:21:22PM +0100, Stephan Bergmann wrote: > "[...] given OOo/LO's tradition of being installable to arbitrary > locations (which in turn is a direct consequence of its > multi-plaform > nature), there's code available in OOo/LO's SDK that can be bundled > with [...] a

[Libreoffice-commits] core.git: configmgr/qa desktop/test odk/no_localization

2013-02-06 Thread Andras Timar
desktop/test/no_localization |1 - odk/no_localization |1 - 2 files changed, 2 deletions(-) New commits: commit 83a65d8b5c8eca89c63d8c917caa72bcc5b7ef16 Author: Andras Timar Date: Wed Feb 6 15:11:50 2013 +0100 remove obsolete no_localization files Change-Id: Ib6

[Libreoffice-commits] core.git: helpcontent2

2013-02-06 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4623d5c0f56bfa3e18a80b18f2cf1dddf5864aaf Author: Andras Timar Date: Wed Feb 6 15:12:43 2013 +0100 Updated core Project: help 46d83d5e6cc036c9ec5cad7d3d0d285d6b04dc33 diff --git a/helpcontent2 b

Re: Build LibreOffice on Mac OS X

2013-02-06 Thread Tor Lillqvist
> Documentation I followed : The problem with wiki pages and blog posts is that they soon become outdated... It is a good idea to assume that for bleeding-edge master work, any instructions older than a few months might be outdated. > Migrate 10.6 SDK Should not be necessary. At least I have nev

[Libreoffice-commits] core.git: nss/nsinstall.py

2013-02-06 Thread Tor Lillqvist
nss/nsinstall.py |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 4549f76d32c9ad278f5b22fc03feb5b8d041080a Author: Tor Lillqvist Date: Wed Feb 6 15:28:43 2013 +0200 Revert "Don't bother with chmod() on Windows" Argh, seems that it wasn't necessar

Build LibreOffice on Mac OS X

2013-02-06 Thread foss
Hi all, I would like to get involved in development of the Mac OS X version. But I can't build LibreOffice even after many hours of works. At the bottom of this message, one of my procedure. If someone could share a working procedure, many thanks by advance. Best regards, Raphaël Pautasso Docu

No /usr/bin/soffice symlink on Linux?

2013-02-06 Thread Stephan Bergmann
In light of "Re: Proposed F19 Feature: Apache OpenOffice" "[...] given OOo/LO's tradition of being installable to arbitrary locations (which in turn is a direct consequence of its multi-plaform nature), there's code a

[Libreoffice-commits] core.git: nss/nsinstall.py

2013-02-06 Thread Tor Lillqvist
nss/nsinstall.py |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 5bf437cd67d5fe2e4353069969cd99cc48e65730 Author: Tor Lillqvist Date: Wed Feb 6 15:05:34 2013 +0200 Don't bother with chmod() on Windows It's fairly pointles to play with Unix rwxrw

Re: Build failure on master Linux 32bit in regbin.cxx

2013-02-06 Thread Michael Stahl
On 06/02/13 13:40, Alex Thurgood wrote: > /home/Development/libo/core/solver/unxlngi6.pro/inc/o3tl/cow_wrapper.hxx:27:29: > erreur fatale: boost/utility.hpp : Aucun fichier ou dossier de ce type > compilation terminée. cannot find boost headers, should be fixed with 865201442eb919f53a97a78bb88e531

[Libreoffice-commits] core.git: tubes/Library_tubes.mk

2013-02-06 Thread Michael Stahl
tubes/Library_tubes.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 865201442eb919f53a97a78bb88e53159cb9ca82 Author: Michael Stahl Date: Wed Feb 6 14:05:34 2013 +0100 tubes: use boost_headers (thanks to Alex Thurgood for hint) Change-Id: I0875b506705604b279e44b811

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

2013-02-06 Thread Peter Foley
Makefile.in |1 - configure.ac | 11 --- 2 files changed, 4 insertions(+), 8 deletions(-) New commits: commit f20af6b8885afa89c276ecbe22754daca63393e7 Author: Peter Foley Date: Mon Dec 3 19:04:20 2012 -0500 use md5 for scp2 stamp Conflicts: Makefile.top

Re: [PATCH] replace (Xub)String with OUString in vcl

2013-02-06 Thread Eike Rathke
Hi Christina, On Wednesday, 2013-02-06 13:44:09 +0100, Christina Roßmanith wrote: > >>>-for (xub_StrLen i = (xub_StrLen)(aStr.Len()-1); i > 0; > >>>i++ ) > >>>+for (sal_Int32 i = aStr.getLength()-1; i > 0; i++ ) > >>> { > >>>-i

[Libreoffice-commits] core.git: android/sdremote

2013-02-06 Thread Michael Meeks
android/sdremote/res/xml/preferences.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 06535009ce1fb8c3f6dc0bc3d464ada531365f31 Author: Michael Meeks Date: Wed Feb 6 10:29:15 2013 + sdremote - enable volume control slide-switching by default. Th

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

2013-02-06 Thread jailletc36
sc/source/ui/optdlg/opredlin.cxx |4 1 file changed, 4 deletions(-) New commits: commit 8f3a6129e47d52a9898baf89a096bbd55abbca72 Author: jailletc36 Date: Wed Feb 6 12:25:21 2013 +0100 Remove useless function calls. nPos has already been computed the 3 lines above. No nee

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

2013-02-06 Thread jailletc36
extensions/source/plugin/win/winmgr.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 38bdcbbeebf300bc036bcff4630a002224b55d52 Author: jailletc36 Date: Wed Feb 6 11:13:38 2013 +0100 cppCheck: Variable is reassigned a value before the old one has been use

Re: [PATCH] replace (Xub)String with OUString in vcl

2013-02-06 Thread Christina Roßmanith
Hi Eike, Am 06.02.2013 13:38, schrieb Eike Rathke: Hi Christina, On Wednesday, 2013-02-06 12:36:33 +0100, Christina Roßmanith wrote: -for (xub_StrLen i = (xub_StrLen)(aStr.Len()-1); i > 0; i++ ) +for (sal_Int32 i = aStr.getLength()-1; i > 0; i++ )

Re: Build failure on master Linux 32bit in regbin.cxx

2013-02-06 Thread Alex Thurgood
Le 05/02/2013 11:28, Caolán McNamara a écrit : > I don't see it myself, but does the patch at > https://gerrit.libreoffice.org/#/c/1990/ > fix it ? That helped, but the build now fails in : In file included from /home/Development/libo/core/solver/unxlngi6.pro/inc/basegfx/polygon/b2dpolypolygon.h

Re: [PATCH] replace (Xub)String with OUString in vcl

2013-02-06 Thread Eike Rathke
Hi Christina, On Wednesday, 2013-02-06 12:36:33 +0100, Christina Roßmanith wrote: > >-for (xub_StrLen i = (xub_StrLen)(aStr.Len()-1); i > 0; i++ ) > >+for (sal_Int32 i = aStr.getLength()-1; i > 0; i++ ) > > { > >-if ( (aStr.GetC

[PATCH] Remove useless function calls.

2013-02-06 Thread Christophe JAILLET (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2015 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/15/2015/1 Remove useless function calls. nPos has already been computed the 3 lines above. No need to recompute it. Chang

[PUSHED] fdo#57417: remove LDAP choice from non windows platform

2013-02-06 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1983 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1983 To unsubscribe, vi

[PATCH] cppCheck: Variable is reassigned a value before the old one ...

2013-02-06 Thread Christophe JAILLET (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2014 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/14/2014/1 cppCheck: Variable is reassigned a value before the old one has been used. Change-Id: I42cfb06dd8b6b0ff7d4fec6e3

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

2013-02-06 Thread Caolán McNamara
editeng/source/editeng/editdoc.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1c59d78cde9fcb8a43d7ff75db5d6fcf5f3c1d53 Author: Caolán McNamara Date: Thu Aug 9 10:34:50 2012 +0100 valgrind: use after free i.e. since b35980d9b seems remov

[Libreoffice-commits] core.git: offapi/com offapi/UnoApi_offapi.mk svx/inc svx/source sw/inc sw/source xmloff/source

2013-02-06 Thread Miklos Vajna
offapi/UnoApi_offapi.mk|1 offapi/com/sun/star/text/GradientTable.idl | 33 -- svx/inc/svx/unofill.hxx|1 svx/source/unodraw/unogtabl.cxx| 24 +- sw/inc/unotxdoc.hxx|1 sw/source/core

[Libreoffice-commits] core.git: 2 commits - sc/source sfx2/inc sfx2/source vcl/uiconfig

2013-02-06 Thread Caolán McNamara
sc/source/ui/docshell/tablink.cxx |2 +- sc/source/ui/unoobj/scdetect.cxx |4 ++-- sfx2/inc/sfx2/fcontnr.hxx |2 +- sfx2/source/bastyp/fltfnc.cxx |2 +- vcl/uiconfig/ui/printdialog.ui|1 - 5 files changed, 5 insertions(+), 6 deletions(-) New commits: commit fd

Re: [PATCH] replace (Xub)String with OUString in vcl

2013-02-06 Thread Christina Roßmanith
Hi, when changing (Xub)String to OUString I came across a strange for-loop. You find it at the end of the quotation. I've kept some context... (continue below the quotation) diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx index 387acea..e632b4a 100644 --- a/vcl/source/

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

2013-02-06 Thread David Ostrovsky
extensions/source/abpilot/typeselectionpage.cxx | 25 +--- 1 file changed, 10 insertions(+), 15 deletions(-) New commits: commit 30957764a9ef77c53054866869adb50d049484e2 Author: David Ostrovsky Date: Mon Feb 4 19:46:32 2013 +0100 fdo#57417: remove LDAP choice from no

[Libreoffice-commits] core.git: translations

2013-02-06 Thread David Tardon
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit db31f68ce04848e42857617d92324bdb13659c43 Author: David Tardon Date: Wed Feb 6 11:23:17 2013 +0100 Updated core Project: translations 6ee465836d1fee4b4fbe714bde3b804cdda1b4ff diff --git a/transl

[Libreoffice-commits] .: build/win32

2013-02-06 Thread Libreoffice Gerrit user
build/win32/libmspub.vcproj |4 ++-- build/win32/libmspub.vcxproj |6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 9bdfe96d1f50a07a16ee6fff58deae4e8159efd9 Author: Fridrich Å trba Date: Mon Jan 28 12:16:06 2013 +0100 specify boost include directory

[Libreoffice-commits] .: src/lib

2013-02-06 Thread Libreoffice Gerrit user
src/lib/MSPUBParser.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0a50554fd3a155ac498f2217edfa016bbe3929bd Author: Brennan Vincent Date: Fri Feb 1 07:22:56 2013 -0700 Fix a mistake causing non-cropped images not to appear diff --git a/src/lib/MSPUBParse

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

2013-02-06 Thread Muthu Subramanian
drawinglayer/source/processor2d/vclprocessor2d.cxx |4 1 file changed, 4 insertions(+) New commits: commit e86ce65dfe42a7d7f3f2cdae3bdcea0f42bb6bb3 Author: Muthu Subramanian Date: Tue Feb 5 14:55:36 2013 +0530 n#753462: Drawing text with font size 0 causes artifacts. Sig

[PUSHED libreoffice-4-0] implement spread button layout

2013-02-06 Thread Miklos Vajna (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1973 Approvals: Miklos Vajna: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1973 To unsubscribe, visit

[PUSHED libreoffice-4-0] RTF import: fix import of \line symbol

2013-02-06 Thread Miklos Vajna (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2006 -- To view, visit https://gerrit.libreoffice.org/2006 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: mer

[Libreoffice-commits] .: src/lib

2013-02-06 Thread Libreoffice Gerrit user
src/lib/MSPUBBlockID.h |1 + src/lib/MSPUBCollector.cpp | 16 +++- src/lib/MSPUBCollector.h |1 + src/lib/MSPUBParser.cpp|5 + src/lib/ShapeInfo.h|9 - 5 files changed, 30 insertions(+), 2 deletions(-) New commits: commit a51d131b9196afd

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - vcl/inc vcl/source

2013-02-06 Thread Caolán McNamara
vcl/inc/vcl/layout.hxx | 14 --- vcl/source/window/layout.cxx | 195 +-- 2 files changed, 155 insertions(+), 54 deletions(-) New commits: commit 62208797e776d4e9533832f9134e5815c1a2e4de Author: Caolán McNamara Date: Tue Jan 1 15:13:42 2013 +000

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sw/qa writerfilter/source

2013-02-06 Thread Michael Stahl
sw/qa/extras/rtfimport/data/fdo58646line.rtf |1 + sw/qa/extras/rtfimport/rtfimport.cxx |8 writerfilter/source/rtftok/rtfdocumentimpl.cxx |8 ++-- 3 files changed, 15 insertions(+), 2 deletions(-) New commits: commit 6769538b2e3ff454c4462e64372c50ff9d70df3e A

Re: build development environment

2013-02-06 Thread timllloyd
Hi Miklos, Eike & Jose for your help so far. I have taken your suggestions on board but still the gstreamer problem persists. Firstly, Jose's excellent idea of a pre-install script. This ran through the yum component but I got an error ./pre-install.sh: line 58: [: ==: unary operator expected mkd

Re: Using Symphony Code

2013-02-06 Thread Andrew Douglas Pitonyak
On 02/05/2013 10:57 AM, Michael Meeks wrote: Hi Samuel, On Tue, 2013-02-05 at 16:34 +0100, Samuel Mehrbrodt wrote: as I wanted to include the Clip Art from Symphony in LibreOffice, I stumbled about the license [1]. A public list is not a great place to discuss that. IMHO it is

[PUSHED] Show character count with word count in writer statusbar, fd...

2013-02-06 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2013 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2013 To unsubscribe, vi

[PUSHED] Added 6 pixel vertical spacing on the Font tab, fdo#59846

2013-02-06 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1949 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1949 To unsubscribe, vi

[PUSHED] Added dialog title, 6 px spacing on Print dialog like in 3.6...

2013-02-06 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1951 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1951 To unsubscribe, vi

[PUSHED] Added 6 pixel vertical spacing on the Font effects tab, fdo#...

2013-02-06 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1950 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1950 To unsubscribe, vi

[PUSHED libreoffice-4-0] fdo#59426: Don't try to repair package during flat detection...

2013-02-06 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1984 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1984 To unsubscribe, vi

[PATCH] Show character count with word count in writer statusbar, fd...

2013-02-06 Thread Robert Roth (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2013 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/13/2013/1 Show character count with word count in writer statusbar, fdo#59962 Change-Id: I65f9ce6bc9851c97e25aaf5b131a4b31

[PATCH] Resolves: rhbz#907933 crash on removing second last para in ...

2013-02-06 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2012 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/12/2012/1 Resolves: rhbz#907933 crash on removing second last para in cell... if (basically) the last para is on next page

[PATCH] fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT

2013-02-06 Thread Ioan Radu (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2010 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/10/2010/1 fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT - replaced osl_trace with sal_info - added new log areas to log-ar

[PUSHED libreoffice-3-6] Resolves: rhb#z907112 these ENABLE_FOOs are set to TRUE not ...

2013-02-06 Thread Michael Stahl (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2009 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2009 To unsubscribe, visi

[PATCH] Translated german comments

2013-02-06 Thread Eric Seynaeve
>From 296b85124bd1b7392ea6fc44b0f35b37311dc199 Mon Sep 17 00:00:00 2001 From: EricSeynaeve Date: Mon, 4 Feb 2013 22:45:06 +0100 Subject: [PATCH] Translated german comments Change-Id: Idc31ebc5bb2d11345f68b7275b7fc4d335b633c1 --- sc/source/core/data/column.cxx | 89 ---

[PUSHED libreoffice-4-0] fdo#58076 import RTF_SHPLEFT/TOP of ESCHER_ShpInst_PictureFr...

2013-02-06 Thread Michael Stahl (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2005 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2005 To unsubscribe, visi

  1   2   >