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

2013-05-13 Thread Tor Lillqvist
vcl/win/source/gdi/salbmp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 14a6eab0cbd3b60937177863a23dae28b61c Author: Tor Lillqvist tlillqv...@suse.com Date: Mon May 13 09:18:23 2013 +0300 WaE: signed/unsigned mismatch Change-Id:

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

2013-05-13 Thread Lionel Elie Mamane
configure.ac |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit ba26c5e6330f5f1f38aab698b2b2c32cac7b5df3 Author: Lionel Elie Mamane lio...@mamane.lu Date: Mon May 13 08:24:49 2013 +0200 configure.ac: don't use python2 values for python3 unset more

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

2013-05-13 Thread Tor Lillqvist
sw/source/ui/docvw/edtwin.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit ee7f8cb10178fbc348210f6dea0e2ae64964ab6d Author: Tor Lillqvist t...@iki.fi Date: Mon May 13 09:27:29 2013 +0300 WaE: declaration shadows a local variable As far as I can see, the outer

Re: several reports of a problem with jpeg test in vcl

2013-05-13 Thread Stephan Bergmann
On 05/12/2013 10:05 AM, Markus Mohrhard wrote: so after we got several complains about test failure in vcl with the same file I looked at it with memcheck and can at least produce an output there. The test does not fail for me or at the tinderbox but we had now 3 independet people having

Re: [PATCH][REJECTED] fdo#60351: FILEOPEN particular .docx shows pictures with wrong contour instead of appropriate simple wrap

2013-05-13 Thread David Tardon
On Sat, May 04, 2013 at 03:13:58PM +0200, Joren wrote: Anderson Cordeiro schreef op 4/05/13 14:56: This is the patch to fix this easy hack. One of many I send! Is it possible you send this email without attaching your patch? No patch - rejected. D.

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

2013-05-13 Thread Arnaud Versini
sw/source/core/text/guess.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 4e631a099bf354fe306e2035878ecb90f50ca5d2 Author: Arnaud Versini arnaud.vers...@gmail.com Date: Sun May 12 17:01:01 2013 +0200 Fixes fdo#64237 by modifying the underlyning

Re: Cppcheck: throwing exception in destructor in SyncDbusSessionHelper.cxx (shell module)

2013-05-13 Thread Stephan Bergmann
On 05/12/2013 04:19 PM, julien2412 wrote: Cppcheck reported exception thrown in destructor in shell/source/sessioninstall/SyncDbusSessionHelper.cxx, line 39 28 class GErrorWrapper 29 { 30 GError* m_pError; 31 public: 32

[Libreoffice-commits] core.git: dbaccess/JunitTest_dbaccess_complex.mk dbaccess/JunitTest_dbaccess_unoapi.mk

2013-05-13 Thread Stephan Bergmann
dbaccess/JunitTest_dbaccess_complex.mk | 10 +- dbaccess/JunitTest_dbaccess_unoapi.mk |8 2 files changed, 9 insertions(+), 9 deletions(-) New commits: commit 24591677f476b6c937c4bb34bb8444c124b44d41 Author: Stephan Bergmann sberg...@redhat.com Date: Mon May 13 09:48:12

[PUSHED] Fixes fdo#64237 by modifying the underlyning string

2013-05-13 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/3870 Approvals: Miklos Vajna: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3870 To unsubscribe,

[Libreoffice-commits] core.git: scp2/source setup_native/source

2013-05-13 Thread Björgvin Ragnarsson
scp2/source/ooo/common_brand.scp|5 + scp2/source/ooo/file_ooo.scp|9 + scp2/source/ooo/module_ooo.scp | 11 +++ scp2/source/ooo/module_ooo.ulf |6 ++

[PUSHED] add Icelandic Hunspell dictionary and thesaurus

2013-05-13 Thread David Tardon (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/3860 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3860 To unsubscribe,

Re: Cppcheck: incorrectLogicOperator in svxrectctaccessiblecontext.cxx (in svx module)

2013-05-13 Thread Stephan Bergmann
On 05/12/2013 07:25 PM, julien2412 wrote: cppcheck reported this: error file=svx/source/accessibility/svxrectctaccessiblecontext.cxx line=612 id=incorrectLogicOperator severity=style msg=Logical disjunction always evaluates to true: nIndex gt;= 0 || nIndex lt; 0./ Indeed we have in this file

[PATCH libreoffice-4-0] fdo#64311 - .desktop files: use %U for URLs only if we have ...

2013-05-13 Thread Fridrich Strba (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3880 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/80/3880/1 fdo#64311 - .desktop files: use %U for URLs only if we have gvfs or gio. (cherry picked from commit

[PATCH libreoffice-4-0] fdo#64311 - don't encourage the fpicker to give us URLs we c...

2013-05-13 Thread Fridrich Strba (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3881 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/81/3881/1 fdo#64311 - don't encourage the fpicker to give us URLs we can't handle. (cherry picked from commit

[PATCH libreoffice-4-0] fdo#64311 - fix pre-processor conditionals don't bail-out ...

2013-05-13 Thread Fridrich Strba (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3882 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/82/3882/1 fdo#64311 - fix pre-processor conditionals don't bail-out without gnome-vfs. (cherry picked from commit

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 29/774b1dbc948d6d1755021e5f7806fc1f64c00a

2013-05-13 Thread Caolán McNamara
29/774b1dbc948d6d1755021e5f7806fc1f64c00a |1 + 1 file changed, 1 insertion(+) New commits: commit 06d6c6c5469a163466e25507b44b2ed66d1a1517 Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 09:15:30 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 94/1627cd0217a62de83677e4c4a80aabf2f18b60

2013-05-13 Thread Caolán McNamara
94/1627cd0217a62de83677e4c4a80aabf2f18b60 |1 + 1 file changed, 1 insertion(+) New commits: commit da781d29296dc4b37ceb7aca4e69fe091a87aa1e Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 09:16:17 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 1f/9d7c1b0248fb0c8d8fc2c3da21d881bffb579d

2013-05-13 Thread Caolán McNamara
1f/9d7c1b0248fb0c8d8fc2c3da21d881bffb579d |1 + 1 file changed, 1 insertion(+) New commits: commit 4016e5d29ee0f199fea67ea963119598d56ba8f5 Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 09:17:10 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 35/7e510eca19575a9e053d6d71f980da78436ee2

2013-05-13 Thread Caolán McNamara
35/7e510eca19575a9e053d6d71f980da78436ee2 |1 + 1 file changed, 1 insertion(+) New commits: commit df9972ae140cc35191586c070fdc62475df8e625 Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 09:17:57 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 57/192bfa697c8f86b8e7e0c35ffac28cd760e202

2013-05-13 Thread Caolán McNamara
57/192bfa697c8f86b8e7e0c35ffac28cd760e202 |1 + 1 file changed, 1 insertion(+) New commits: commit 15f3ec8d6bf5ffdb35c95739d8e6e3a7aec0784d Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 09:18:27 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 69/aa1c5c3e7b1d7af8289c79fb50dcafc0ef1348

2013-05-13 Thread Caolán McNamara
69/aa1c5c3e7b1d7af8289c79fb50dcafc0ef1348 |1 + 1 file changed, 1 insertion(+) New commits: commit 1a263532f7d82e65ea0dd06ab465f6e0b2d5d785 Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 09:19:04 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 96/1de71fba53cbbef92fb50a63f5705aad22a08e

2013-05-13 Thread Caolán McNamara
96/1de71fba53cbbef92fb50a63f5705aad22a08e |1 + 1 file changed, 1 insertion(+) New commits: commit 0a8c1ef36a0fd5716cbb3811586cbed932aa8918 Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 09:24:12 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sysui/desktop

2013-05-13 Thread Michael Meeks
sysui/desktop/menus/base.desktop|4 ++-- sysui/desktop/menus/calc.desktop|4 ++-- sysui/desktop/menus/draw.desktop|4 ++-- sysui/desktop/menus/impress.desktop |4 ++-- sysui/desktop/menus/math.desktop|4 ++--

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - configure.ac vcl/Library_vclplug_gtk.mk vcl/unx

2013-05-13 Thread Michael Meeks
configure.ac |2 ++ vcl/Library_vclplug_gtk.mk | 12 vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx |2 ++ vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx |2 ++ 4 files changed, 18 insertions(+) New commits: commit

[PUSHED libreoffice-4-0] fdo#64311 - don't encourage the fpicker to give us URLs we c...

2013-05-13 Thread Fridrich Strba (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/3881 Approvals: Michael Meeks: Looks good to me, but someone else must approve Fridrich Strba: Verified; Looks good to me, approved -- To

[PUSHED libreoffice-4-0] fdo#64311 - .desktop files: use %U for URLs only if we have ...

2013-05-13 Thread Fridrich Strba (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/3880 Approvals: Michael Meeks: Looks good to me, but someone else must approve Fridrich Strba: Verified; Looks good to me, approved -- To

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

2013-05-13 Thread Andre Fischer
sd/source/ui/view/drawview.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit e0dfd32be2e4c3ee389b180fd45348fb1b800e9d Author: Andre Fischer a...@apache.org Date: Fri Jul 13 07:33:02 2012 + Resolves: #i120172# Add missing undo action for changing PresObj index

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 12/89f5be48f50b38b16fb0ad34c7743317e8c79d

2013-05-13 Thread Caolán McNamara
12/89f5be48f50b38b16fb0ad34c7743317e8c79d |1 + 1 file changed, 1 insertion(+) New commits: commit 897fecaff207f10b58028c76a334799ea34811fa Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 09:32:55 2013 +0100 Notes added by 'git notes add' diff --git

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

2013-05-13 Thread Michael Meeks
desktop/Library_sofficeapp.mk |2 - desktop/source/app/appinit.cxx | 42 +++-- 2 files changed, 25 insertions(+), 19 deletions(-) New commits: commit 0179aca82573724072b19fc1e8e669f133105dd4 Author: Michael Meeks michael.me...@suse.com Date: Sat May

[PUSHED libreoffice-4-0] fdo#64311 - fix pre-processor conditionals don't bail-out ...

2013-05-13 Thread Fridrich Strba (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/3882 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3882 To unsubscribe,

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

2013-05-13 Thread Noel Grandin
framework/inc/services/pathsettings.hxx |2 +- sc/source/ui/unoobj/appluno.cxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit e2fcf87e7f981ef4138054a59e10f87e925e1cae Author: Noel Grandin n...@peralex.com Date: Mon May 13 10:49:08 2013 +0200

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - distro-configs/LibreOfficeLinux.conf

2013-05-13 Thread Michael Meeks
distro-configs/LibreOfficeLinux.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9bd1022011bd9a46715134151ddde303d68e04c2 Author: Michael Meeks michael.me...@suse.com Date: Mon May 13 09:49:59 2013 +0100 fdo#64311 - re-enable gnome-vfs for linux.

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 6 commits - NOTICE sfx2/source svx/Library_svx.mk

2013-05-13 Thread Oliver-Rainer Wittmann
NOTICE | 54 - sfx2/source/sidebar/AsynchronousCall.cxx |2 sfx2/source/sidebar/IContextChangeReceiver.cxx | 34 +++ sfx2/source/sidebar/ILayoutableWindow.cxx | 34 +++ svx/Library_svx.mk

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - 5 commits - filter/inc filter/source sd/source

2013-05-13 Thread Jan Holesovsky
filter/inc/filter/msfilter/svdfppt.hxx |3 - filter/source/msfilter/svdfppt.cxx | 11 -- sd/source/filter/ppt/pptin.cxx | 57 ++--- 3 files changed, 20 insertions(+), 51 deletions(-) New commits: commit 4255f70fcf660900e9bcbadffec60015cb4c2502

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - 4 commits - filter/inc filter/source sd/source

2013-05-13 Thread Jan Holesovsky
filter/inc/filter/msfilter/svdfppt.hxx |1 - filter/source/msfilter/svdfppt.cxx | 11 --- sd/source/filter/ppt/pptin.cxx | 21 +++-- 3 files changed, 15 insertions(+), 18 deletions(-) New commits: commit 8378527a678f15b588550fcdfda84ac45613f84c Author:

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on||62937 --- Comment #15 from

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

2013-05-13 Thread Caolán McNamara
sd/source/ui/view/drawview.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 983beed96af004002fed6b71324c292b0fd9d1f4 Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 10:32:09 2013 +0100 fix build Change-Id:

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2a/f65172af2cfc768e4f44507a02e1b17a9806ba

2013-05-13 Thread Caolán McNamara
2a/f65172af2cfc768e4f44507a02e1b17a9806ba |1 + 1 file changed, 1 insertion(+) New commits: commit 48ea58f726d4db98057592d34b53e5461be5b5e9 Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 10:39:46 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f2/e09c9f5100836b9b08c6423e4845c127310637

2013-05-13 Thread Caolán McNamara
f2/e09c9f5100836b9b08c6423e4845c127310637 |1 + 1 file changed, 1 insertion(+) New commits: commit bb5b9aa2a331761858a9a0fa5f84642a1a4bdf97 Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 10:43:31 2013 +0100 Notes added by 'git notes add' diff --git

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

2013-05-13 Thread Miklos Vajna
sw/source/filter/ww8/ww8par.hxx | 58 +- sw/source/filter/ww8/ww8par2.cxx | 58 -- sw/source/filter/ww8/ww8par6.cxx | 36 ++- sw/source/filter/ww8/ww8struc.hxx |1 4 files changed, 87

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 77/11bd5b33f87214ac6a0b0eac157b60e8bcd164

2013-05-13 Thread Caolán McNamara
77/11bd5b33f87214ac6a0b0eac157b60e8bcd164 |1 + 1 file changed, 1 insertion(+) New commits: commit 45f5d6dc3dec1a0db864096ba5b141e6cb8255fe Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 10:43:48 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - bc/71ebf6311b64f281d9059f6b108ff1163c4678

2013-05-13 Thread Caolán McNamara
bc/71ebf6311b64f281d9059f6b108ff1163c4678 |1 + 1 file changed, 1 insertion(+) New commits: commit d4da123dad54ce20aebb035ccbb3e92b6d706c6a Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 10:44:19 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 4a/a27cc3b98d455379f7c97a215d557d646fa08e 8c/b45ee0b8d744c282b76be8b26b1196b9d91b44

2013-05-13 Thread Caolán McNamara
4a/a27cc3b98d455379f7c97a215d557d646fa08e |1 + 8c/b45ee0b8d744c282b76be8b26b1196b9d91b44 |1 + 2 files changed, 2 insertions(+) New commits: commit ee2f452270175087833d6d836cae2328150154ac Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 10:45:04 2013 +0100 Notes

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

2013-05-13 Thread Tor Lillqvist
unotools/source/misc/datetime.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ef8a4af30a3261d92311c7c76af9cb9b123d7a54 Author: Tor Lillqvist t...@iki.fi Date: Mon May 13 12:47:00 2013 +0300 WaE: 'bFrac' may be used uninitialized in this function

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2f/5938b5cb01090f0cae5ffd57599a8dc030a357

2013-05-13 Thread Caolán McNamara
2f/5938b5cb01090f0cae5ffd57599a8dc030a357 |1 + 1 file changed, 1 insertion(+) New commits: commit 694beb0fd43132f0a2dc009e0473eff124f2d0c8 Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 10:51:12 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - af/96695d49ddd01501a127266915279ff0efdeb0

2013-05-13 Thread Caolán McNamara
af/96695d49ddd01501a127266915279ff0efdeb0 |1 + 1 file changed, 1 insertion(+) New commits: commit fd77166fbe3bd2cefd87d38c41f8398796bb4a9d Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 10:53:05 2013 +0100 Notes added by 'git notes add' diff --git

[SOLVED] Re: Cppcheck: incorrectLogicOperator in svxrectctaccessiblecontext.cxx (in svx module)

2013-05-13 Thread julien2412
Indeed, I hadn't noticed it was a virtual function and had just read the function in the same file svxrectctaccessiblecontext.cxx which returned 0. I don't know if cppcheck could take this into account. Anyway, thank you Stephan for your respond. Julien -- View this message in context:

[Libreoffice-commits] core.git: Branch 'feature/gengal' - 5 commits - config_host/config_vclplug.h.in configure.ac desktop/Library_sofficeapp.mk desktop/source extras/source include/svx solenv/bin svx

2013-05-13 Thread Michael Meeks
config_host/config_vclplug.h.in|2 configure.ac |2 desktop/Library_sofficeapp.mk |1 desktop/source/app/appinit.cxx | 43 extras/source/gallery/galleries.ulf|2 include/svx/gallery1.hxx

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

2013-05-13 Thread Miklos Vajna
sw/qa/extras/inc/swmodeltestbase.hxx| 12 sw/qa/extras/rtfimport/rtfimport.cxx| 11 --- sw/qa/extras/ww8import/data/n816593.doc |binary sw/qa/extras/ww8import/data/n816603.doc |binary sw/qa/extras/ww8import/ww8import.cxx| 23 ++- 5

[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - icu/icu4c.10129.wintz.patch icu/makefile.mk

2013-05-13 Thread Isamu Mogi
icu/icu4c.10129.wintz.patch | 26 ++ icu/makefile.mk |1 + 2 files changed, 27 insertions(+) New commits: commit f2cc7e08263a0fcca8b6dfe95ea74f4e7938103b Author: Isamu Mogi saturda...@gmail.com Date: Mon May 6 15:22:28 2013 + fdo#59850:

[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - vcl/generic

2013-05-13 Thread Eike Rathke
vcl/generic/glyphs/gcach_layout.cxx | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) New commits: commit 81db9e3abd84e13e1597b43680ec865e1e9f64e0 Author: Eike Rathke er...@redhat.com Date: Fri May 3 00:19:59 2013 +0200 adapt to ICU patch

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

2013-05-13 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx |4 1 file changed, 4 insertions(+) New commits: commit 2c84287f151f14a4a6204fef30546414cf3d27f8 Author: Eike Rathke er...@redhat.com Date: Fri May 10 18:13:07 2013 +0200 resolved fdo#64384 check subtotal row filtered also for single reference

[PUSHED libreoffice-3-6] fdo#59850: Resolves invalid date changing by ICU's timezone ...

2013-05-13 Thread Fridrich Strba (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/3800 Approvals: Eike Rathke: Looks good to me, approved Fridrich Strba: Verified; Looks good to me, approved -- To view, visit

[PUSHED libreoffice-3-6] adapt to ICU patch https://ssl.icu-project.org/trac/ticket/1...

2013-05-13 Thread Fridrich Strba (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/3756 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3756 To unsubscribe,

[PUSHED libreoffice-3-6] resolved fdo#64384 check subtotal row filtered also for sing...

2013-05-13 Thread Fridrich Strba (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/3848 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3848 To unsubscribe,

[Libreoffice-commits] help.git: Branch 'libreoffice-4-0' - to-wiki/wikiconv2.py

2013-05-13 Thread Andras Timar
to-wiki/wikiconv2.py |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit d8f46055f562917e857c4395601138f0515e71d0 Author: Andras Timar ati...@suse.com Date: Fri May 10 14:18:19 2013 +0200 fdo#64205 escape '' in help text with nowiki tag Change-Id:

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

2013-05-13 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 825ffc2068b67239277926794dddeb977d902fd3 Author: Andras Timar ati...@suse.com Date: Fri May 10 14:18:19 2013 +0200 Updated core Project: help d8f46055f562917e857c4395601138f0515e71d0

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - icu/icu4c.10129.wintz.patch icu/makefile.mk

2013-05-13 Thread Isamu Mogi
icu/icu4c.10129.wintz.patch | 26 ++ icu/makefile.mk |1 + 2 files changed, 27 insertions(+) New commits: commit 2acdef7ee40179c7bc5e9510ad1ddc1266d053ab Author: Isamu Mogi saturda...@gmail.com Date: Mon May 6 11:16:10 2013 + fdo#59850:

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

2013-05-13 Thread Noel Power
basic/source/uno/namecont.cxx | 14 ++ 1 file changed, 14 insertions(+) New commits: commit c2816cf4b51fd84aa530653acaa48112bb55a4a6 Author: Noel Power noel.po...@suse.com Date: Wed May 8 20:48:22 2013 +0100 hopefully this fixed the strange autorecovery related dataloss

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

2013-05-13 Thread Noel Power
sc/source/filter/excel/xlstyle.cxx | 20 +--- 1 file changed, 17 insertions(+), 3 deletions(-) New commits: commit 08cfff8437bf8ec13bd9c1ccfa99ad2a7bde6756 Author: Noel Power noel.po...@suse.com Date: Tue May 7 16:41:27 2013 +0100 fix for fdo#51300 Hopefully a

[PUSHED libreoffice-4-0] fdo#64205 escape '' in help text with nowiki tag

2013-05-13 Thread Fridrich Strba (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/3845 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3845 To unsubscribe,

[PUSHED libreoffice-4-0] fdo#59850: Resolves invalid date changing by ICU's timezone ...

2013-05-13 Thread Fridrich Strba (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/3798 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3798 To unsubscribe,

[PUSHED libreoffice-4-0] hopefully this fixed the strange autorecovery related datalo...

2013-05-13 Thread Fridrich Strba (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/3832 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3832 To unsubscribe,

[PUSHED libreoffice-4-0] fix for fdo#51300

2013-05-13 Thread Fridrich Strba (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/3814 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3814 To unsubscribe,

[PATCH] fdo#64531 : Tab-stops exported to DOCX added too much indent...

2013-05-13 Thread Adam CloudOn (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3883 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/83/3883/1 fdo#64531 : Tab-stops exported to DOCX added too much indentation Change-Id:

[PATCH] fdo#64531 : Tab-stops exported to DOCX added too much indent...

2013-05-13 Thread Adam CloudOn (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3884 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/84/3884/1 fdo#64531 : Tab-stops exported to DOCX added too much indentation Change-Id:

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - 3 commits - sw/source

2013-05-13 Thread Miklos Vajna
sw/source/filter/ww8/ww8par.hxx | 58 +- sw/source/filter/ww8/ww8par2.cxx | 58 -- sw/source/filter/ww8/ww8par6.cxx | 37 +++- sw/source/filter/ww8/ww8struc.hxx |1 4 files changed, 88

[ABANDONED] fdo#64531 : Tab-stops exported to DOCX added too much indent...

2013-05-13 Thread Adam CloudOn (via Code Review)
Adam CloudOn has abandoned this change. Change subject: fdo#64531 : Tab-stops exported to DOCX added too much indentation .. Patch Set 1: Abandoned recommitted this in https://gerrit.libreoffice.org/#/c/3884/ -- To view,

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 50875, which changed state. Bug 50875 Summary: SVG filter does not work under Windows 2000 https://bugs.freedesktop.org/show_bug.cgi?id=50875 What|Removed |Added

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

2013-05-13 Thread Jan Holesovsky
solenv/gbuild/CppunitTest.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 490780d1be75c746fec5c1e877bf2c8affbcf059 Author: Jan Holesovsky ke...@suse.cz Date: Mon May 13 13:28:17 2013 +0200 Add missing \n. Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/gengal' - 0 commits -

2013-05-13 Thread Unknown
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'feature/gengal'

2013-05-13 Thread Michael Meeks
New branch 'feature/gengal' available with the following commits: commit b883d51412a9f267020f6b763d2c31e980824930 Author: Michael Meeks michael.me...@suse.com Date: Mon May 13 12:34:01 2013 +0100 gallery: add auxiliary .desktop style translation files. Change-Id:

[PATCH] datetime.cxx (ISO8601parseTime) ‘bFrac’ may be used uninitia...

2013-05-13 Thread Mark Wielaard (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3885 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/85/3885/1 datetime.cxx (ISO8601parseTime) ‘bFrac’ may be used uninitialized. gcc 4.4.7 warns about the above because

[Libreoffice-commits] core.git:

2013-05-13 Thread Mark Wielaard
0 files changed New commits: commit 5338d80a98fb5f97e001c4f6c008ece03c7ae153 Author: Mark Wielaard m...@klomp.org Date: Mon May 13 13:57:14 2013 +0200 datetime.cxx (ISO8601parseTime) ‘bFrac’ may be used uninitialized. gcc 4.4.7 warns about the above because

[PUSHED] datetime.cxx (ISO8601parseTime) ‘bFrac’ may be used uninitia...

2013-05-13 Thread Fridrich Strba (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/3885 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3885 To unsubscribe,

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sfx2/source

2013-05-13 Thread Andre Fischer
sfx2/source/sidebar/SidebarController.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 0763a83fb20825c66d8a3ecc50327753f7508bf9 Author: Andre Fischer a...@apache.org Date: Mon May 13 11:00:09 2013 + 122272: Select correct sidebar button after changing decks via menu.

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

2013-05-13 Thread Stephan Bergmann
oox/source/export/chartexport.cxx |4 ++-- oox/source/export/drawingml.cxx |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit ddb579666ce8b508ebb37f74f2d5d365047026f5 Author: Stephan Bergmann sberg...@redhat.com Date: Mon May 13 14:17:14 2013 +0200

[PATCH] Get rid of GlobalEditData::GetStdRefDevice()

2013-05-13 Thread Tor Lillqvist (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3886 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/86/3886/1 Get rid of GlobalEditData::GetStdRefDevice() This avoids a crash on exit in a dbgutil build on OS X. The

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

2013-05-13 Thread Lionel Elie Mamane
connectivity/source/drivers/macab/MacabDriver.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2c46fa1299bc00bff5528895bcdffdf0e681572d Author: Lionel Elie Mamane lio...@mamane.lu Date: Mon May 13 14:33:47 2013 +0200 fdo#64528 macab URL is

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

2013-05-13 Thread Caolán McNamara
sw/source/ui/dbui/mmlayoutpage.hxx |1 - sw/source/ui/inc/swuicnttab.hxx|1 - sw/source/ui/index/cnttab.cxx |6 +- 3 files changed, 1 insertion(+), 7 deletions(-) New commits: commit 38504054d87e3fb8b29cd1172965fb5012983a75 Author: Caolán McNamara caol...@redhat.com

[Libreoffice-commits] core.git: 2 commits - chart2/CppunitTest_chart2_export.mk chart2/CppunitTest_chart2_exporttest.mk chart2/CppunitTest_chart2_import.mk chart2/CppunitTest_chart2_importtest.mk char

2013-05-13 Thread Stephan Bergmann
chart2/CppunitTest_chart2_export.mk | 119 chart2/CppunitTest_chart2_exporttest.mk | 119 chart2/CppunitTest_chart2_import.mk | 118 +++ chart2/CppunitTest_chart2_importtest.mk | 118

[Libreoffice-commits] .: 2 commits - misc/test-doc-files.sh src/docstream.py

2013-05-13 Thread Miklos Vajna
misc/test-doc-files.sh | 15 + src/docstream.py | 147 + 2 files changed, 151 insertions(+), 11 deletions(-) New commits: commit 0968e7558c98aad1ea67769b8e2a245a55aca2e4 Author: Maxime de Roucy mdero...@linagora.com Date: Mon May 13

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

2013-05-13 Thread Caolán McNamara
sw/source/ui/envelp/labelexp.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 0e750859cd4a712a5d232ad12b52ed01b1b05109 Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 14:19:32 2013 +0100 enable preview of business cards Change-Id:

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - 4 commits - sw/source

2013-05-13 Thread Jan Holesovsky
sw/source/filter/ww8/ww8par.cxx | 13 +--- sw/source/filter/ww8/ww8par.hxx | 58 +- sw/source/filter/ww8/ww8par2.cxx | 58 -- sw/source/filter/ww8/ww8par6.cxx | 37 +++-

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

2013-05-13 Thread Isamu Mogi
solenv/gbuild/platform/filter-showIncludes.awk |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 80cf1c22b629d524de18f20dcfd155d889ee5d2f Author: Isamu Mogi saturda...@gmail.com Date: Sat May 11 08:31:51 2013 + gbuild: Replace SHOWINCLUDES_PREFIX

Re: several reports of a problem with jpeg test in vcl

2013-05-13 Thread Caolán McNamara
On Sun, 2013-05-12 at 10:05 +0200, Markus Mohrhard wrote: Hey Caolan, *, so after we got several complains about test failure in vcl with the same file I looked at it with memcheck and can at least produce an output there. The test does not fail for me or at the tinderbox but we had now 3

[PUSHED] gbuild: Replace SHOWINCLUDES_PREFIX without regexp.

2013-05-13 Thread Kohei Yoshida (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/3579 Approvals: Kohei Yoshida: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3579 To unsubscribe,

[Libreoffice-commits] .: doc-dump.py ppt-dump.py src/docdirstream.py src/docrecord.py src/docsprm.py src/docstream.py src/oletool.py src/xlsparser.py src/xmlpp.py test/doc xls-dump.py

2013-05-13 Thread Miklos Vajna
doc-dump.py |2 +- ppt-dump.py |2 +- src/docdirstream.py |2 +- src/docrecord.py|2 +- src/docsprm.py |2 +- src/docstream.py|2 +- src/oletool.py |2 +- src/xlsparser.py|2 +- src/xmlpp.py|2 +- test/doc/test.py

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

2013-05-13 Thread Caolán McNamara
sw/source/ui/dbui/mmlayoutpage.cxx | 12 +++- sw/source/ui/dbui/mmlayoutpage.hxx |1 - sw/source/ui/dbui/mmlayoutpage.src |1 - 3 files changed, 3 insertions(+), 11 deletions(-) New commits: commit 3c607d39a45277b93f8fd8f3c67dbd3ba4bb874d Author: Caolán McNamara

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

2013-05-13 Thread Miklos Vajna
solenv/bin/mkdocs.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 935d074e9fd4d4feab4dd393e5b4938bf32de1cb Author: Miklos Vajna vmik...@suse.cz Date: Mon May 13 16:00:07 2013 +0200 mkdocs.sh: adapt to global include dir Change-Id:

Re: several reports of a problem with jpeg test in vcl

2013-05-13 Thread Michael Stahl
On 12/05/13 11:42, Tomaž Vajngerl wrote: Hi, Probably one of my changes is the cause for this. One of the problems is that CVE-2004-0200-3.jpg is a semi corrupt file. Usually it can be read fine but doing any transform operations fails. For example jpegtrans fails for this file, GIMP does

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sd/source

2013-05-13 Thread Andre Fischer
sd/source/ui/view/drviews1.cxx |5 + sd/source/ui/view/drviewsa.cxx |5 - 2 files changed, 9 insertions(+), 1 deletion(-) New commits: commit 7fe1777ad29d92d16fbc11b7279375d37d11cef8 Author: Andre Fischer a...@apache.org Date: Mon May 13 13:34:46 2013 + 122275: Don't

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

2013-05-13 Thread Noel Power
sc/qa/extras/macros-test.cxx | 26 +++--- sc/qa/extras/testdocuments/Workbooks.xls |binary 2 files changed, 19 insertions(+), 7 deletions(-) New commits: commit f34c31560bb29f90d579a795cd9f7707163c025f Author: Noel Power noel.po...@suse.com Date: Mon May 13

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

2013-05-13 Thread Samuel Mehrbrodt
sd/uiconfig/simpress/ui/photoalbum.ui | 474 -- vcl/inc/svids.hrc |2 vcl/source/src/btntext.src| 10 vcl/source/window/builder.cxx |4 4 files changed, 247 insertions(+), 243 deletions(-) New commits: commit

[PUSHED] Related fdo#35546: Simplyfy Code in Photo Album Dialog

2013-05-13 Thread Bosdonnat Cedric (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/3855 Approvals: Bosdonnat Cedric: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3855 To unsubscribe,

[PUSHED] Related fdo#35546: Further improve Layout of Photo Album Dia...

2013-05-13 Thread Bosdonnat Cedric (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/3852 Approvals: Bosdonnat Cedric: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3852 To unsubscribe,

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

2013-05-13 Thread Samuel Mehrbrodt
sd/source/ui/app/strings.src |5 sd/source/ui/dlg/PhotoAlbumDialog.cxx | 24 - sd/source/ui/dlg/PhotoAlbumDialog.hxx |3 sd/source/ui/inc/strings.hrc |1 sd/uiconfig/simpress/ui/photoalbum.ui | 444 ++ 5 files changed, 196

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

2013-05-13 Thread Khaled Hosny
vcl/generic/glyphs/gcach_ftyp.cxx | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) New commits: commit dd5b15ebd868e21b4c948ccb7978136a91a7992c Author: Khaled Hosny khaledho...@eglug.org Date: Mon May 13 16:32:20 2013 +0200 Handle fonts without hhea or OS/2 table

[PUSHED] Convert Calc page header/footer content to Widget UI

2013-05-13 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/3737 -- To view, visit https://gerrit.libreoffice.org/3737 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

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

2013-05-13 Thread Caolán McNamara
sd/source/ui/app/strings.src |5 + sd/source/ui/inc/strings.hrc |1 + 2 files changed, 6 insertions(+) New commits: commit 3986bd60487e1a6cf36b98a76f2eebd5afa397ae Author: Caolán McNamara caol...@redhat.com Date: Mon May 13 15:50:10 2013 +0100 restore STR_PHOTO_ALBUM_TEXTBOX

  1   2   3   4   5   >