anybody know about the com::sun::star::awt::ExtToolkit service

2013-05-16 Thread Noel Grandin
Hi There is a service called "com.sun.star.awt.ExtToolkit" which is still being referenced in a couple of places in the code. But I cannot find any sign of anything implementing this service in the LO code. Can I convert this to use the Toolkit service? The places where it is being used, it

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 4 commits - cui/source svx/source

2013-05-16 Thread Pavel Janík
cui/source/tabpages/tpline.cxx |2 ++ svx/source/sidebar/nbdtmg.cxx | 14 -- svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx |4 svx/source/xoutdev/xattr2.cxx |4 4 files change

Re: Bug, using a logitech bluetooth keyboard with my Samsung tablet 10.1 space bar doesn't register.

2013-05-16 Thread Tor Lillqvist
Sorry, but the Android app is not really in any way intended to be ready for "testing". It is very far from ready, look and feel or feature -wise. Thanks for your interest anyway. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http:

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc sc/source

2013-05-16 Thread Kohei Yoshida
sc/inc/clipcontext.hxx | 37 ++ sc/inc/column.hxx |3 +- sc/inc/table.hxx|9 +++--- sc/source/core/data/clipcontext.cxx | 51 sc/source/core/data/column.cxx | 10 +

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

2013-05-16 Thread Zheng Fan
sw/source/core/undo/untblk.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit fb3ddd41bc9dd2fbdd856c13bdec61906d01fd02 Author: Zheng Fan Date: Fri May 17 03:36:26 2013 + i121897, change the hints clearing method from RstAttr to clearSwpHhints. diff

Bug, using a logitech bluetooth keyboard with my Samsung tablet 10.1 space bar doesn't register.

2013-05-16 Thread Matt
Hello Libre team, Just dropping you a quick note after down loading the Andriod ARM 2013-5-16 00.40.31 version of the install on my Samsung Galaxy Tabelt. 10.1 Hy-n810 Android version 4.1.2 Kernal version 3..31-805288 se.infra@SEP-91#1 SMP PREEMPT wed apr 17 16:54:51 KST 2013 Build number J2054K.

Re: Gbuild explanation

2013-05-16 Thread Mat M
Hello, Le Thu, 16 May 2013 06:07:32 +0200, David Tardon a écrit: Hi, On Thu, May 16, 2013 at 01:22:10AM +0200, Mat M wrote: Hello I have a GNU make question, actually: How this should be read ? $(dir $(call gb_AutoInstallLibs_get_target,%)).dir : $(if $(wildcard $(dir $@)),,mkdi

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

2013-05-16 Thread Kohei Yoshida
sc/source/core/data/column2.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 496ccaad1c2ad6ed17af5efac0b632d7a3ebf38a Author: Kohei Yoshida Date: Thu May 16 20:53:58 2013 -0400 Get the script type in an efficient manner. This alone makes AdjustRo

[PATCH libreoffice-4-0] fdo#60967: re-enable deletion of paragraph following table

2013-05-16 Thread Michael Stahl (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3928 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/28/3928/1 fdo#60967: re-enable deletion of paragraph following table This was actually a documented feature, so removing i

[PATCH libreoffice-3-6] fdo#60967: re-enable deletion of paragraph following table

2013-05-16 Thread Michael Stahl (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3927 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/27/3927/1 fdo#60967: re-enable deletion of paragraph following table This was actually a documented feature, so removing i

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc sc/source

2013-05-16 Thread Kohei Yoshida
sc/inc/column.hxx |4 + sc/inc/columnspanset.hxx|6 ++ sc/inc/document.hxx |3 + sc/inc/listenercontext.hxx |2 sc/inc/table.hxx|2 sc/source/core/data/column.cxx | 49 --

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

2013-05-16 Thread Eike Rathke
sc/source/filter/html/htmlpars.cxx | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) New commits: commit 93ceaadd6e40c458385471445e644f82815d9249 Author: Eike Rathke Date: Thu May 16 20:49:26 2013 +0200 no number format mumbo-jumbo needed on empty format strin

[PATCH libreoffice-4-0] resolved fdo#56772 keep track of HTML ON/OFF tokens

2013-05-16 Thread Eike Rathke (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3925 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/25/3925/1 resolved fdo#56772 keep track of HTML ON/OFF tokens Regression introduced with 11cbcb8b08b540b144a5df744e9fba0b6

[PATCH libreoffice-3-6] resolved fdo#56772 keep track of HTML ON/OFF tokens

2013-05-16 Thread Eike Rathke (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3926 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/26/3926/1 resolved fdo#56772 keep track of HTML ON/OFF tokens Regression introduced with 11cbcb8b08b540b144a5df744e9fba0b6

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

2013-05-16 Thread Michael Stahl
sw/inc/crsrsh.hxx |1 + sw/source/core/crsr/crsrsh.cxx | 17 + sw/source/ui/wrtsh/delete.cxx | 23 ++- 3 files changed, 40 insertions(+), 1 deletion(-) New commits: commit 38b06c661559e6eca60e2c4a4a3637b8293307b2 Author: Michael Stahl Dat

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

2013-05-16 Thread Eike Rathke
include/svtools/parhtml.hxx |2 ++ svtools/source/svhtml/parhtml.cxx | 22 ++ 2 files changed, 20 insertions(+), 4 deletions(-) New commits: commit bb7360ca9929e9b395b3c903f460c9ed5efdce4d Author: Eike Rathke Date: Thu May 16 23:53:30 2013 +0200 resolved fd

[PATCH] fdo#39468 Comment translation GER-ENG in sw/source/ui/ribbar...

2013-05-16 Thread Matthias Freund (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3924 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/24/3924/1 fdo#39468 Comment translation GER-ENG in sw/source/ui/ribbar/ (Part2) cleanups and translations. Change-Id: I2e

[ABANDONED] coverity#983032: Resource leak

2013-05-16 Thread Julien Nabet (via Code Review)
Julien Nabet has abandoned this change. Change subject: coverity#983032: Resource leak .. Patch Set 1: Abandoned Hopefully you noticed this Michael. I was obviously too confident with this patch :-) Thank you for your review!

Re: Cppcheck: uselessAssignmentPtrArg in wrapper.cxx (sdext module)

2013-05-16 Thread Julien Nabet
On 16/05/2013 15:58, Caolán McNamara wrote: On Sun, 2013-05-12 at 09:28 -0700, julien2412 wrote: ... I think its simply the case that the goto confuses cppcheck, at start: the p is used, so its not actually a useless assignment. Although its pretty hairy stuff. As usual, you're absolutely right!

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

2013-05-16 Thread Julien Nabet
rsc/source/rscpp/cpp5.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 96c2986dd46d963dae1c3b9fa3a8f2ebf05e8f65 Author: Julien Nabet Date: Thu May 16 21:57:26 2013 +0200 Quiet cppcheck Change-Id: Ib860b6dc3b7ace5f737d283778827bfb0783b362 diff --git

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

2013-05-16 Thread Stephan Bergmann
solenv/bin/macosx-change-install-names.pl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b281ffde21c44578f110531e469a8c0f02cdd958 Author: Stephan Bergmann Date: Thu May 16 21:53:02 2013 +0200 Make sure macosx-change-install-names fails if otool -L fails

[Libreoffice-commits] core.git: redland/ExternalProject_redland.mk

2013-05-16 Thread Stephan Bergmann
redland/ExternalProject_redland.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5b89d4c7fb1c3dd3a4af42380eb8de92d60a102e Author: Stephan Bergmann Date: Thu May 16 21:29:08 2013 +0200 fdo#58978 Typo ...leading to macosx-change-install-names not doin

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 56/0ab48c4b4453ffdd316d8db5dbda111f08650c c6/6db94a90efe954691da4ac6bb1ce82ff99e22f

2013-05-16 Thread Caolán McNamara
56/0ab48c4b4453ffdd316d8db5dbda111f08650c |1 + c6/6db94a90efe954691da4ac6bb1ce82ff99e22f |1 + 2 files changed, 2 insertions(+) New commits: commit a2f5263324d6f231d73c2c299319d86f031c23a7 Author: Caolán McNamara Date: Thu May 16 20:01:27 2013 +0100 Notes added by 'git notes add

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

2013-05-16 Thread Armin Le Grand
vcl/source/gdi/bitmapex.cxx | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) New commits: commit e52f636aa44615b180bf799b2d664de9244c3138 Author: Armin Le Grand Date: Thu Sep 6 10:06:38 2012 + assertion removed: allow BitmapEx constructors with empty Mask or Alp

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

2013-05-16 Thread Pavel Janík
svgio/source/svgreader/svgstyleattributes.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4b07fb34d00c9e7292d66658f4f6ff040c2267c2 Author: Pavel Janík Date: Thu May 16 16:56:38 2013 + Unname unused argument to prevent compiler warnings. diff --git a/

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc sc/source

2013-05-16 Thread Kohei Yoshida
sc/inc/clipcontext.hxx | 10 +++-- sc/source/core/data/clipcontext.cxx | 65 +--- sc/source/core/data/document.cxx| 19 +- 3 files changed, 32 insertions(+), 62 deletions(-) New commits: commit a38e13f50998d9cc50f737f0352e2676af96f44a

[Libreoffice-commits] mso-dumper.git: src/docrecord.py src/docstream.py

2013-05-16 Thread Miklos Vajna
src/docrecord.py | 11 ++- src/docstream.py |6 ++ 2 files changed, 12 insertions(+), 5 deletions(-) New commits: commit ddc6ca725bc05bdc82a00a30fe52bfea81dd97ad Author: Miklos Vajna Date: Thu May 16 19:17:36 2013 +0200 factor out duplicated code diff --git a/src/docrec

[Libreoffice-commits] mso-dumper.git: src/docrecord.py src/docstream.py

2013-05-16 Thread Miklos Vajna
src/docrecord.py | 47 +++ src/docstream.py |5 - 2 files changed, 51 insertions(+), 1 deletion(-) New commits: commit 353f15fa0823ae02b8f0d47333a1e1f734322d82 Author: Miklos Vajna Date: Thu May 16 19:09:18 2013 +0200 dump PlcftxbxBkd

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

2013-05-16 Thread Caolán McNamara
padmin/source/prtsetup.cxx | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) New commits: commit 2df3ff140e5f803c3bb22fd621045e416c84c587 Author: Caolán McNamara Date: Thu May 16 17:33:37 2013 +0100 replace %s in printer settings dialog with printername

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

2013-05-16 Thread Miklos Vajna
writerfilter/source/dmapper/SdtHelper.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit d4a628a1ecbbf52c94e7924f17d6163cb34e1135 Author: Miklos Vajna Date: Thu May 16 17:27:49 2013 +0200 bnc#779630 DOCX import: improve w:sdt size guessing The

[PATCH] Drop String.AppendAscii in editeng

2013-05-16 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3923 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/23/3923/1 Drop String.AppendAscii in editeng Change-Id: I25df0e20e2da50e91139cefba74af2741e5fffb5 --- M editeng/source/mis

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

2013-05-16 Thread Armin Le Grand
svgio/source/svgreader/svgcharacternode.cxx | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) New commits: commit c2b5f0eedcc0fb7e0175e81b6f6127b99b8b7499 Author: Armin Le Grand Date: Thu May 16 14:53:56 2013 + i122324 detect own re-import of EmbeddedFonts and corre

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

2013-05-16 Thread Miklos Vajna
writerfilter/source/dmapper/SdtHelper.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 3ac737503d44d16a2519342893ef40cbc18acf23 Author: Miklos Vajna Date: Thu May 16 17:27:49 2013 +0200 bnc#779630 DOCX import: improve w:sdt size guessing The

Re: Where to find the sources for the tinderbox status?

2013-05-16 Thread Christian Lohmaier
Hi Philipp, *, On Tue, May 14, 2013 at 11:18 PM, Philipp Riemer wrote: > > Could you please take care of integrating the changes? Did apply parts of it, but also those parts slightly differently :-) see http://cgit.freedesktop.org/libreoffice/website/commit/local_conf/Error_Parse.pm?h=tinderbo

[Libreoffice-commits] website.git: Branch 'tinderbox' - local_conf/Error_Parse.pm

2013-05-16 Thread Christian Lohmaier
local_conf/Error_Parse.pm |2 ++ 1 file changed, 2 insertions(+) New commits: commit 1e0608d641334fe9a27dc862b73ce446cf7ebde8 Author: Christian Lohmaier Date: Thu May 16 17:53:45 2013 +0200 silence two false-positive errors suggested by Philipp Riemer, but done differently.

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 34/74351e99b95a5915ca2b64dcbc061ff6fd445a

2013-05-16 Thread Caolán McNamara
34/74351e99b95a5915ca2b64dcbc061ff6fd445a |1 + 1 file changed, 1 insertion(+) New commits: commit 2259e2d93d1e591cff8bab063a25297baa9da5d6 Author: Caolán McNamara Date: Thu May 16 16:55:23 2013 +0100 Notes added by 'git notes add' diff --git a/34/74351e99b95a5915ca2b64dcbc061ff6fd4

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 51/788964960e1e225170b8fcc7ef453c09c46ca7

2013-05-16 Thread Caolán McNamara
51/788964960e1e225170b8fcc7ef453c09c46ca7 |1 + 1 file changed, 1 insertion(+) New commits: commit 0291ad556da156b45fce55c68e569a864216463f Author: Caolán McNamara Date: Thu May 16 16:49:45 2013 +0100 Notes added by 'git notes add' diff --git a/51/788964960e1e225170b8fcc7ef453c09c46

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

2013-05-16 Thread Miklos Vajna
vcl/source/gdi/pdfwriter_impl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3d1297419fa4f5d6ce6b07ee61594db1e9bdf038 Author: Miklos Vajna Date: Thu May 16 17:48:46 2013 +0200 readio group -> radio group Change-Id: I3a849fddeb977f4184a69af7fa35c4

[PUSHED] fdo#64652 remove length restriction of Replace edit box

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

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

2013-05-16 Thread Miklos Vajna
writerfilter/source/dmapper/SdtHelper.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit d0edc4e4c3709a3d0300e0b2b035e10493f583f9 Author: Miklos Vajna Date: Thu May 16 17:27:49 2013 +0200 bnc#779630 DOCX import: improve w:sdt size guessing The

[Libreoffice-commits] core.git: cui/uiconfig

2013-05-16 Thread Andras Timar
cui/uiconfig/ui/acorreplacepage.ui |1 - 1 file changed, 1 deletion(-) New commits: commit e601660b89768dc01d0ef73ec3e6579d26b30f96 Author: Andras Timar Date: Thu May 16 12:44:27 2013 +0200 fdo#64652 remove length restriction of Replace edit box Change-Id: Ib35a6c2968c4633b56

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 32/754ae9b1b1e399e2371c4b7d349c60f994a034

2013-05-16 Thread Caolán McNamara
32/754ae9b1b1e399e2371c4b7d349c60f994a034 |1 + 1 file changed, 1 insertion(+) New commits: commit 0b1d8b60338098f9b6a946e97b12139f66799e18 Author: Caolán McNamara Date: Thu May 16 16:31:18 2013 +0100 Notes added by 'git notes add' diff --git a/32/754ae9b1b1e399e2371c4b7d349c60f994a

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 33/d9584bb6d285de1d935bf23adbb2c7666656f4

2013-05-16 Thread Caolán McNamara
33/d9584bb6d285de1d935bf23adbb2c756f4 |1 + 1 file changed, 1 insertion(+) New commits: commit 01310a7dcbfdf2733347a40f15050c4869a94bc2 Author: Caolán McNamara Date: Thu May 16 16:27:28 2013 +0100 Notes added by 'git notes add' diff --git a/33/d9584bb6d285de1d935bf23adbb2c75

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

2013-05-16 Thread Jian Fang Zhang
xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx | 61 ++ xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx |6 2 files changed, 48 insertions(+), 19 deletions(-) New commits: commit 3d8a7a435c2e97a02ccca30352a71e68ab112dfc Author: Jian Fan

minutes of ESC call ...

2013-05-16 Thread Michael Meeks
* Present + Norbert, Thorsten, Stephan, David, Eike, Michael M, Andras, Joel, Ahmad, Kendy, Cedric, Bjoern, Lionel, Christian, Caolan, Tsahi, Petr * Completed Action Items + look into Windows gallery builds (Michael) + look into clipart issues (Caolan)

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - e2/005137e019864578196d06be8ef63aa32a4e96

2013-05-16 Thread Caolán McNamara
e2/005137e019864578196d06be8ef63aa32a4e96 |1 + 1 file changed, 1 insertion(+) New commits: commit 79ffb65896181a3faec1e085ec19a506fbaa5eaa Author: Caolán McNamara Date: Thu May 16 16:25:19 2013 +0100 Notes added by 'git notes add' diff --git a/e2/005137e019864578196d06be8ef63aa32a4

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

2013-05-16 Thread Jian Fang Zhang
sw/source/core/fields/docufld.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 31d898853e6898227c3416db0107285e2590d297 Author: Jian Fang Zhang Date: Tue Sep 4 04:19:55 2012 + Resolves: #i120735# free the para object or editengine object... attached to textf

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 8a/32f50ba7a50ff621ffc6609e97a0823baf7979

2013-05-16 Thread Caolán McNamara
8a/32f50ba7a50ff621ffc6609e97a0823baf7979 |1 + 1 file changed, 1 insertion(+) New commits: commit 56db3f6f7e3cb1718c27f4f9c27019c0d3e75492 Author: Caolán McNamara Date: Thu May 16 16:21:58 2013 +0100 Notes added by 'git notes add' diff --git a/8a/32f50ba7a50ff621ffc6609e97a0823baf7

[PUSHED libreoffice-4-0] Resolves: rhbz#963276 rhbz#761009 lp#766153 lp#892904 Handle...

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

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2d/e9df3bc309f480c68a970b3353b718ca4e9c68

2013-05-16 Thread Caolán McNamara
2d/e9df3bc309f480c68a970b3353b718ca4e9c68 |1 + 1 file changed, 1 insertion(+) New commits: commit 97fe60605f4c97521fdad581c758c3449d0a59bf Author: Caolán McNamara Date: Thu May 16 16:18:24 2013 +0100 Notes added by 'git notes add' diff --git a/2d/e9df3bc309f480c68a970b3353b718ca4e9

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

2013-05-16 Thread Andre Fischer
slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 60169637833bf39f646162ef156347eec4b5da39 Author: Andre Fischer Date: Thu Aug 30 11:32:06 2012 + Resolves: #i120764# Reduce grid si

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

2013-05-16 Thread Caolán McNamara
vcl/generic/glyphs/glyphcache.cxx | 13 + vcl/inc/generic/glyphcache.hxx|3 ++- vcl/unx/generic/gdi/salgdi3.cxx |8 3 files changed, 19 insertions(+), 5 deletions(-) New commits: commit b4f4cdc231fb8f35954cd896d95c087933ab96b0 Author: Caolán McNamara Date:

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 0a/731aa083647216a65df8f78c909fb8995cb3a0 a4/d6bd1f44adb7ece8e6f928c60239d875867f96

2013-05-16 Thread Caolán McNamara
0a/731aa083647216a65df8f78c909fb8995cb3a0 |1 + a4/d6bd1f44adb7ece8e6f928c60239d875867f96 |1 + 2 files changed, 2 insertions(+) New commits: commit 6648ae553828741661e8d15fff379df166b61a31 Author: Caolán McNamara Date: Thu May 16 16:12:55 2013 +0100 Notes added by 'git notes add

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - fe/59ae72e1bfede91de6dc8ee56e4bf04f10e9b0

2013-05-16 Thread Caolán McNamara
fe/59ae72e1bfede91de6dc8ee56e4bf04f10e9b0 |1 + 1 file changed, 1 insertion(+) New commits: commit 522724c6a53382c07f50c4bbf7ff9ad4ea0fefc9 Author: Caolán McNamara Date: Thu May 16 16:10:20 2013 +0100 Notes added by 'git notes add' diff --git a/fe/59ae72e1bfede91de6dc8ee56e4bf04f10e

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

2013-05-16 Thread Miklos Vajna
sw/qa/README | 10 ++ 1 file changed, 10 insertions(+) New commits: commit aa741ec6fa269cd64e7a40aa1e323d39db8183cc Author: Miklos Vajna Date: Thu May 16 17:01:41 2013 +0200 sw/qa: add a README Change-Id: I4a318274f4b4175af1d4108484670eef9af9684c diff --git a/sw/qa/REA

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 3c/8d9a3e00bb62a98d375898ff30b8dfcc670ca9 97/863eb43d5a5adadc61ae4cc00c7e1977e9e922

2013-05-16 Thread Caolán McNamara
3c/8d9a3e00bb62a98d375898ff30b8dfcc670ca9 |1 + 97/863eb43d5a5adadc61ae4cc00c7e1977e9e922 |1 + 2 files changed, 2 insertions(+) New commits: commit 39b910f0f3a526d5ebf5734e5024d11bfee84328 Author: Caolán McNamara Date: Thu May 16 15:38:17 2013 +0100 Notes added by 'git notes add

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

2013-05-16 Thread Tor Lillqvist
vcl/generic/fontmanager/fontmanager.cxx | 22 -- 1 file changed, 22 deletions(-) New commits: commit 7689697566016c43a9f633c7383232d152476c0e Author: Tor Lillqvist Date: Thu May 16 17:30:26 2013 +0300 WaE: unused functions Change-Id: I45ae680a89848f32e045a0d

[Libreoffice-commits] help.git: 2 commits - helpers/help_hid.lst source/text

2013-05-16 Thread Caolán McNamara
helpers/help_hid.lst |2 - source/text/shared/optionen/01020100.xhp | 29 +++- source/text/shared/optionen/01060500.xhp | 55 +++ 3 files changed, 41 insertions(+), 45 deletions(-) New commits: commit 6e411048d9eb0628a54cfb23647a

[Libreoffice-commits] core.git: helpcontent2

2013-05-16 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 58e72f3a8eb63edc84cfb6141b1e87c436824a14 Author: Caolán McNamara Date: Thu May 16 15:28:52 2013 +0100 Updated core Project: help 6e411048d9eb0628a54cfb23647a181efe85cd92 diff --git a/helpconte

[Libreoffice-commits] core.git: svl/README

2013-05-16 Thread Eike Rathke
svl/README |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 5e9fe0ff4dfaec04ad821c4347fd8adcb5dfcb5a Author: Eike Rathke Date: Thu May 16 16:25:16 2013 +0200 some details Change-Id: I22b7bef8106dc52a5f1d393805021318ea3d9f07 diff --git a/svl/READM

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

2013-05-16 Thread Michael Stahl
configure.ac |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit cdc87e5f32056da77749304f3148f1c842a958d0 Author: Michael Stahl Date: Thu May 16 15:58:27 2013 +0200 configure: tweak the jpeg error messages a bit Apparently libjpeg-turbo (used on Fedor

[PATCH libreoffice-4-0] Resolves: rhbz#963276 rhbz#761009 lp#766153 lp#892904 Handle...

2013-05-16 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3922 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/22/3922/1 Resolves: rhbz#963276 rhbz#761009 lp#766153 lp#892904 HandleFontOptions crash The mpServerFont member of a ImplS

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sal/inc

2013-05-16 Thread Herbert Dürr
sal/inc/rtl/string.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7f6f4407437933ef1ca9d9d33f921bafda0114ba Author: Herbert Dürr Date: Thu May 16 12:53:45 2013 + fix the long cast to eliminate the little warning diff --git a/sal/inc/rtl/string.hxx b/

[PUSHED] fix for fdo#53031

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

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

2013-05-16 Thread Manal Alhassoun
sc/source/ui/undo/undotab.cxx |1 + sc/source/ui/view/viewfun2.cxx |1 + 2 files changed, 2 insertions(+) New commits: commit 08662568a590bfb20849fce077d8b5aff8b99b57 Author: Manal Alhassoun Date: Wed May 15 12:59:23 2013 +0300 fix for fdo#53031 Change-Id: I137f2446d08b7

Re: Cppcheck: uselessAssignmentPtrArg in wrapper.cxx (sdext module)

2013-05-16 Thread Caolán McNamara
On Sun, 2013-05-12 at 09:28 -0700, julien2412 wrote: > A bunch of similar warnings here: > These always have part like this: > 491 ref: > 492 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); > 493 p = &aTmp; goto start; > whereas the function is like this:

[PUSHED libreoffice-4-0] fdo#64577, CMIS: fixed crasher in libcmis

2013-05-16 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/3921 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3921 To unsubscribe, visi

[PUSHED] configure: check libjpeg having JERR_BAD_CROP_SPEC defined

2013-05-16 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/3796 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3796 To unsubscribe, visi

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - libcmis/libcmis-0.3.0.patch

2013-05-16 Thread Cédric Bosdonnat
libcmis/libcmis-0.3.0.patch | 13 + 1 file changed, 13 insertions(+) New commits: commit e33f51a6bec412e988ab7750309358512a3c0614 Author: Cédric Bosdonnat Date: Thu May 16 15:07:44 2013 +0200 fdo#64577, CMIS: fixed crasher in libcmis The crash is handled, but the h

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

2013-05-16 Thread Riccardo Magliocchetti
configure.ac | 11 +++ 1 file changed, 11 insertions(+) New commits: commit fbdfd76d357ef82cacafdf12228b0025374fbc20 Author: Riccardo Magliocchetti Date: Mon May 6 12:55:22 2013 +0200 configure: check libjpeg having JERR_BAD_CROP_SPEC defined b5a9cc71 introduced the use

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-05-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Michael Meeks changed: What|Removed |Added Depends on|46817 | -- You are receiving this mail because

[PUSHED] Remove code associated with psprint::CompatMetricOverride se...

2013-05-16 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/3824 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3824 To unsubscribe, visi

[PATCH libreoffice-4-0] fdo#64577, CMIS: fixed crasher in libcmis

2013-05-16 Thread Bosdonnat Cedric (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3921 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/21/3921/1 fdo#64577, CMIS: fixed crasher in libcmis The crash is handled, but the huge files' size won't be properly handl

[Libreoffice-commits] core.git: include/vcl padmin/source sw/inc sw/source vcl/generic vcl/inc vcl/source

2013-05-16 Thread Noel Grandin
include/vcl/fontmanager.hxx |8 - include/vcl/print.hxx|2 padmin/source/prtsetup.cxx |2 sw/inc/IDocumentSettingAccess.hxx|1 sw/source/core/doc/doc.cxx |4 sw/source/filter/xml/xmlimp.cxx |8

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

2013-05-16 Thread Noel Power
sc/source/filter/oox/worksheethelper.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 360e017a7b58cc2c52ee13bca2836040396eabe0 Author: Noel Power Date: Thu May 16 14:22:08 2013 +0100 partial fix for bnc#819865 Imported column widths were wrong beca

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

2013-05-16 Thread Tor Lillqvist
scp2/source/python/file_python.scp| 217 -- solenv/bin/modules/installer/filelists.pm |2 solenv/bin/modules/installer/systemactions.pm |9 - solenv/bin/modules/installer/worker.pm| 13 + 4 files changed, 17 insertions(+), 224 deletions(-

[Libreoffice-commits] core.git: libcmis/libcmis-0.3.0.patch

2013-05-16 Thread Cédric Bosdonnat
libcmis/libcmis-0.3.0.patch | 13 + 1 file changed, 13 insertions(+) New commits: commit 7a6f5186a8e4089181f57af44fa4654fe692856b Author: Cédric Bosdonnat Date: Thu May 16 15:07:44 2013 +0200 fdo#64577, CMIS: fixed crasher in libcmis The crash is handled, but the h

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 51/5de997f69222b06a07ce9a95e8610cc9c7cbcc

2013-05-16 Thread Caolán McNamara
51/5de997f69222b06a07ce9a95e8610cc9c7cbcc |1 + 1 file changed, 1 insertion(+) New commits: commit e1980b24969d49e194c9910302be436d028ffdde Author: Caolán McNamara Date: Thu May 16 14:12:00 2013 +0100 Notes added by 'git notes add' diff --git a/51/5de997f69222b06a07ce9a95e8610cc9c7c

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

2013-05-16 Thread David Tardon
RepositoryExternal.mk |2 +- solenv/gbuild/Gallery.mk |2 +- solenv/gbuild/extensions/pre_BuildTools.mk |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit a494a8329f211a37ff2d5b8fe28bbc8a0a3beb66 Author: David Tardon Dat

[Libreoffice-commits] translations.git: Changes to 'refs/tags/suse-3.6-23'

2013-05-16 Thread Andras Timar
Tag 'suse-3.6-23' created by Andras Timar at 2013-05-16 13:29 -0700 suse-3.6-23 Changes since suse-3.6-0-3: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/li

[Libreoffice-commits] help.git: Changes to 'refs/tags/suse-3.6-23'

2013-05-16 Thread Petr Mladek
Tag 'suse-3.6-23' created by Andras Timar at 2013-05-16 13:29 -0700 suse-3.6-23 Changes since suse-3.6-12: Fridrich Å trba (2): Branch libreoffice-3-6-5 Version 3.6.5.2, tag libreoffice-3.6.5.2 Petr Mladek (1): Merge tag 'libreoffice-3.6.5.2' into suse-3.6 --- 0 files chang

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/suse-3.6-23'

2013-05-16 Thread Petr Mladek
Tag 'suse-3.6-23' created by Andras Timar at 2013-05-16 13:29 -0700 suse-3.6-23 Changes since suse-3.6-12: Andras Timar (3): updated pt-PT spelling dictionary fdo#56130 update Galician dictionary pack Update pt-PT dictionary Fridrich Å trba (2): Branch libreoffice-3-6-5

[Libreoffice-commits] Changes to 'refs/tags/suse-3.6-23'

2013-05-16 Thread Libreoffice Gerrit user
Tag 'suse-3.6-23' created by Andras Timar at 2013-05-16 13:29 -0700 suse-3.6-23 Changes since suse-3.6-12: Fridrich Å trba (2): Branch libreoffice-3-6-5 Version 3.6.5.2, tag libreoffice-3.6.5.2 Petr Mladek (1): Merge tag 'libreoffice-3.6.5.2' into suse-3.6 --- 0 files chang

[Libreoffice-commits] core.git: Changes to 'refs/tags/suse-3.6-23'

2013-05-16 Thread Andras Timar
Tag 'suse-3.6-23' created by Andras Timar at 2013-05-16 13:29 -0700 suse-3.6-23 Changes since suse-3.6-22-1: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/l

[Libreoffice-commits] core.git: 6 commits - config_host.mk.in configure.ac harfbuzz/ExternalProject_harfbuzz.mk libcdr/ExternalProject_libcdr.mk libmspub/ExternalPackage_libmspub.mk libmspub/ExternalP

2013-05-16 Thread Michael Stahl
RepositoryExternal.mk| 16 config_host.mk.in|2 ++ configure.ac |9 - harfbuzz/ExternalProject_harfbuzz.mk |6 +- libcdr/ExternalProject_libcdr.mk |4 libmspub/ExternalPackage_libmsp

[PATCH] fdo#64652 remove length restriction of Replace edit box

2013-05-16 Thread Andras Timar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3920 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/20/3920/1 fdo#64652 remove length restriction of Replace edit box Change-Id: Ib35a6c2968c4633b565aaf47bb5358f15890083f ---

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

2013-05-16 Thread Andre Fischer
sfx2/inc/sfx2/sidebar/ControlFactory.hxx | 29 sfx2/inc/sfx2/sidebar/ControllerFactory.hxx | 16 ++ sfx2/inc/sfx2/sidebar/SidebarToolBox.hxx |4 sfx2/inc/sfx2/sidebar/Tools.hxx |3 sfx2/source/sidebar/ControlFactory.cxx|5

[PATCH] fdo#60924 autoinstall - gbuild/scp2: add math module

2013-05-16 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3919 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/19/3919/1 fdo#60924 autoinstall - gbuild/scp2: add math module Change-Id: I0ee6ac3fc32356dac6b3cc498d98ab71fdea29ad --- M

[Libreoffice-commits] core.git: basctl/source include/shell scp2/source svl/CppunitTest_svl_lngmisc.mk svl/qa vcl/Library_vclplug_tde.mk

2013-05-16 Thread Michael Meeks
basctl/source/basicide/linenumberwindow.cxx |3 -- basctl/source/basicide/linenumberwindow.hxx |3 -- include/shell/tde_defines.h | 31 include/shell/tde_headers.h | 31 scp2/source/tde/module_tde

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

2013-05-16 Thread David Tardon
RepositoryExternal.mk|3 +-- solenv/gbuild/TargetLocations.mk |1 + 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit ac261bf6dc31a44ff0eabb6dd552ddc934c94ce2 Author: David Tardon Date: Thu May 16 13:38:44 2013 +0200 drop unneeded dep Change

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

2013-05-16 Thread Matúš Kukan
RepositoryExternal.mk | 17 + RepositoryModule_build.mk | 29 + solenv/gbuild/Gallery.mk |2 +- 3 files changed, 47 insertions(+), 1 deletion(-) New commits: commit bae52ee3ef48d58deb6d7ff312b3f3db20c9c0f2 Author: Matúš Kukan Date: Thu

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

2013-05-16 Thread Michael Stahl
sw/source/core/docnode/ndcopy.cxx | 75 +- 1 file changed, 42 insertions(+), 33 deletions(-) New commits: commit c7b883498cb47a7d2a330057dbcd7f74f87a0184 Author: Michael Stahl Date: Thu May 16 12:01:30 2013 +0200 SwDoc::CopyImpl: avoid ~SwIndexReg ass

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

2013-05-16 Thread Tor Lillqvist
scp2/source/python/file_python.scp | 12 1 file changed, 12 insertions(+) New commits: commit 87bdc30851af21d9d29b36de07261c682eb70227 Author: Tor Lillqvist Date: Thu May 16 13:38:39 2013 +0300 Add the Versions/3.3/include/python3.3m directory Change-Id: If50acc088

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

2013-05-16 Thread Tor Lillqvist
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d1a5da152a6814a4ee00fd04a2c682cc582e063a Author: Tor Lillqvist Date: Thu May 16 13:33:00 2013 +0300 Handle --enable-macosx-code-signing=no properly Change-Id: Ib080d0317ea0c34e12db27f6ed080b

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

2013-05-16 Thread Tor Lillqvist
solenv/gbuild/GeneratedPackage.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c6d8cd5f48b3097d8f085318ab86e502f8d4ca15 Author: Tor Lillqvist Date: Thu May 16 12:05:42 2013 +0300 Use cp -R instead of cp -r for OS X compatibility In GNU cp, -r and -

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - instsetoo_native/util solenv/inc

2013-05-16 Thread Andras Timar
instsetoo_native/util/openoffice.lst |8 solenv/inc/minor.mk |4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit fe54501e66d0c250f36fae2ebab3b9a22da72aca Author: Andras Timar Date: Thu May 16 12:16:01 2013 +0200 Bump for 3.6-23

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

2013-05-16 Thread Andre Fischer
sfx2/source/sidebar/PanelTitleBar.cxx|8 ++- sfx2/source/sidebar/Sidebar.hrc |5 ++-- sfx2/source/sidebar/Sidebar.src |5 sfx2/source/sidebar/SidebarController.cxx| 28 - sfx2/source/sidebar/SidebarDockingWindow.c

Re: SolarMutex: why & a sketch plan ...

2013-05-16 Thread Noel Grandin
On 2013-05-16 11:21, Michael Meeks wrote: Right. So - here are the rules that I'm sticking to: + splitting: I/O -> unzip -> XML parse + namespage -> fast-parser from - interpreting that XML in the core. Personally I think that using a pull-style un

Re: Module SVL?

2013-05-16 Thread Michael Meeks
On Thu, 2013-05-16 at 14:39 +0530, Sameer Deshmukh wrote: > I am trying to solve a bug, and have stumbled across this module > called 'SVL'. :-) > Can someone please tell what it does and what its meant for? It doesnt > have a README file nor does it have an API listing... Good

[Libreoffice-commits] core.git: svl/README

2013-05-16 Thread Michael Meeks
svl/README |8 1 file changed, 8 insertions(+) New commits: commit a140350dae5db298094583763daf0a8bed8480cb Author: Michael Meeks Date: Thu May 16 10:29:20 2013 +0100 add readme for svl. Change-Id: I20addd47e79bec6a260baf391fbb495da6fdaf57 diff --git a/svl/README b/

  1   2   >