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

2013-03-16 Thread Lionel Elie Mamane
configure.ac |8 vcl/source/app/dbggui.cxx |2 +- 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit fcc4b3c3ec005d5757339cef604f36cc7749434a Author: Lionel Elie Mamane lio...@mamane.lu Date: Sat Mar 16 08:44:19 2013 +0100 configure.ac:

Re: build failures with mdds 0.6 (Tinderbox)

2013-03-16 Thread lio...@mamane.lu
On Fri, Mar 15, 2013 at 12:25:46PM -0400, Kohei Yoshida wrote: if we can check for the presence of multi_type_vector::iterator which is new in 0.7.0 and newer (and we use on the current master), that would take care of it. OK, did that: commit fcc4b3c3ec005d5757339cef604f36cc7749434a Author:

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

2013-03-16 Thread Lionel Elie Mamane
vcl/source/app/dbggui.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 61a194fbc1bd2624d46ccd2d71e5f1422ef522f1 Author: Lionel Elie Mamane lio...@mamane.lu Date: Sat Mar 16 09:47:09 2013 +0100 Revert fdo#61725 workaround This reverts commit

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ad/5fa95e8c849e196caa0fa22094b513e48b406f

2013-03-16 Thread Caolán McNamara
ad/5fa95e8c849e196caa0fa22094b513e48b406f |1 + 1 file changed, 1 insertion(+) New commits: commit 26703342b387868cffc39065d3a65262c546fa2b Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 08:55:45 2013 + Notes added by 'git notes add' diff --git

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

2013-03-16 Thread Armin Le Grand
sw/source/ui/frmdlg/frmpage.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 12dfca2ea61116665a7abefd43a9a4caa2b8920b Author: Armin Le Grand a...@apache.org Date: Mon May 14 15:16:00 2012 + Resolves: #i119307# added deletion of sw's BmpWindow

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 93/61cb1dca945ce1c58ba8f49f837775af793020

2013-03-16 Thread Caolán McNamara
93/61cb1dca945ce1c58ba8f49f837775af793020 |1 + 1 file changed, 1 insertion(+) New commits: commit 94347de5a12b98c2dd0334c8c8515bc4d2c5f4c0 Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 09:20:21 2013 + Notes added by 'git notes add' diff --git

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

2013-03-16 Thread Tor Lillqvist
svx/source/svdraw/svdfmtf.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 0c7a741d320bf02ca2957b85739ee636bffc695f Author: Tor Lillqvist t...@iki.fi Date: Sat Mar 16 11:28:20 2013 +0200 WaE: comparison of integers of different signs

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

2013-03-16 Thread Chr . Rossmanith
tubes/source/manager.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 2bded30459c47ae1017399536fc2a19af797e9a6 Author: Chr. Rossmanith chrrossman...@gmx.de Date: Thu Mar 14 22:57:52 2013 +0100 Remove RTL_CONSTASCII_STRINGPARAM from tubes

[PATCH] Remove STRINGPARAM in tools (qa)

2013-03-16 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2768 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/68/2768/1 Remove STRINGPARAM in tools (qa) Change-Id: I1bff00d261c24e37f9ed41322c49c670850a940f --- M

[PATCH] Remove RTL_CONSTASCII_(U)STRING in toolkit

2013-03-16 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2770 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/70/2770/1 Remove RTL_CONSTASCII_(U)STRING in toolkit Change-Id: I62c89716d93c4dfb51a38b78f795a532e2b1d0b7 --- M

[PATCH] Replace String with OUString in toolkit(vclxprinter.cxx)

2013-03-16 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2771 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/71/2771/1 Replace String with OUString in toolkit(vclxprinter.cxx) Change-Id: I265b413923837aaba47abf242803fae7359f8ea8

[PATCH] Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit)

2013-03-16 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2772 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/72/2772/1 Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit) Change-Id: I558a97be9ed883242455e6fd29267aed5d0a550c --- M

[Libreoffice-commits] core.git: libcdr/ExternalProject_libcdr.mk

2013-03-16 Thread Matúš Kukan
libcdr/ExternalProject_libcdr.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 409ba4cc0b55e3dc1d3a08c2fb543bc59c4c0da9 Author: Matúš Kukan matus.ku...@gmail.com Date: Sat Mar 16 10:57:17 2013 +0100 libcdr: do not export empty ICU_CFLAGS

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 71/43afd1924da4e1822c48f95fd17ec2402cf383

2013-03-16 Thread Caolán McNamara
71/43afd1924da4e1822c48f95fd17ec2402cf383 |1 + 1 file changed, 1 insertion(+) New commits: commit 540d01c142a261d82fa9081a648d292684253ff2 Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 10:19:54 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 9c/403abf5762b22583db6d31f53b87a5d2de0ece

2013-03-16 Thread Caolán McNamara
9c/403abf5762b22583db6d31f53b87a5d2de0ece |1 + 1 file changed, 1 insertion(+) New commits: commit 7da4e266a30ec7d035511e204f9b945bac8c7ed8 Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 10:23:28 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a1/1036e67385a610f1ce08c5035a45630c005509

2013-03-16 Thread Caolán McNamara
a1/1036e67385a610f1ce08c5035a45630c005509 |1 + 1 file changed, 1 insertion(+) New commits: commit b699f107a612ce27654c40950cb2052f560a143c Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 10:25:52 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: drawinglayer/inc drawinglayer/Library_drawinglayer.mk drawinglayer/Package_inc.mk drawinglayer/source svgio/source svx/inc svx/source sw/inc sw/source

2013-03-16 Thread Armin Le Grand
drawinglayer/Library_drawinglayer.mk|1 drawinglayer/Package_inc.mk |1 drawinglayer/inc/drawinglayer/processor2d/objectinfoextractor2d.hxx | 61 +++ drawinglayer/source/processor2d/objectinfoextractor2d.cxx

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - bd/55f05b332c1573bd410fd9e21ea7fcf977e1b0

2013-03-16 Thread Caolán McNamara
bd/55f05b332c1573bd410fd9e21ea7fcf977e1b0 |1 + 1 file changed, 1 insertion(+) New commits: commit edff78b144340b75a8006ba7c2799f5e65b686e1 Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 10:27:20 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 97/7a0eff5415a2a4716e02bfab8e69ffb64ad7ce

2013-03-16 Thread Caolán McNamara
97/7a0eff5415a2a4716e02bfab8e69ffb64ad7ce |1 + 1 file changed, 1 insertion(+) New commits: commit 6e6c0e1a6f54a4ba50fef81f9b0117611460f796 Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 10:28:10 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - cf/f06528a4297fb22a745e16e35dedc157371381

2013-03-16 Thread Caolán McNamara
cf/f06528a4297fb22a745e16e35dedc157371381 |1 + 1 file changed, 1 insertion(+) New commits: commit 385af9e0a0c127322f56f1485459dd6f45dad016 Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 10:33:27 2013 + Notes added by 'git notes add' diff --git

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

2013-03-16 Thread Armin Le Grand
svx/source/svdraw/svdfmtf.cxx | 54 +- 1 file changed, 28 insertions(+), 26 deletions(-) New commits: commit d43ae957000d20e34447501341b45a07b467fddc Author: Armin Le Grand a...@apache.org Date: Mon May 21 09:07:53 2012 + merge getting

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7e/a4a2381f358775472a76ae128c07b71db9389c

2013-03-16 Thread Caolán McNamara
7e/a4a2381f358775472a76ae128c07b71db9389c |1 + 1 file changed, 1 insertion(+) New commits: commit 468b4e69200b162ecb277180b07e459411b9fc61 Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 10:48:45 2013 + Notes added by 'git notes add' diff --git

Re: [REVIEW: 4-0 3-6] impress doesn't copy custom styles

2013-03-16 Thread Cor Nouws
Thorsten Behrens wrote (23-01-13 20:50) David Tardon wrote: when a slide that uses custom styles is copied to another presentation, the styles are not copied, possibly breaking the slide's layout. Commit 24578b804007d8c3201e5ed32b8485e1725c33c1 fixes that. I would like to get it into 3.6 and

Re: [REVIEW: 4-0 3-6] impress doesn't copy custom styles

2013-03-16 Thread Cor Nouws
Cor Nouws wrote (16-03-13 11:57) Is also on the radar that copying single objects from one file to another suffers from the same problem: i.e. style information is ignored? (which AFAIR did work some ... time ago). is fdo#41436 -- - Cor - http://nl.libreoffice.org - www.librelex.org

[Libreoffice-commits] core.git: dictionaries

2013-03-16 Thread Zolnai Tamás
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 33f39ca2826d09767078cc6f47b0cb572edb1f61 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Mar 16 11:26:04 2013 +0100 Updated core Project: dictionaries

[Libreoffice-commits] dictionaries.git: pt_BR/description.xml

2013-03-16 Thread Zolnai Tamás
pt_BR/description.xml | 107 -- 1 file changed, 107 deletions(-) New commits: commit 26b7c425b0cecaad38249bfdc17b8d5cecee2670 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Mar 16 11:26:04 2013 +0100 Localization works only with

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

2013-03-16 Thread Ariel Constenla-Haile
framework/inc/classes/filtercachedata.hxx | 24 +- framework/inc/dispatch/menudispatcher.hxx |2 framework/inc/dispatch/popupmenudispatcher.hxx |2 framework/inc/services/substitutepathvars.hxx |4

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c8/4c0483f6a3adf4e0148b0d9088ff99f9cd046b

2013-03-16 Thread Caolán McNamara
c8/4c0483f6a3adf4e0148b0d9088ff99f9cd046b |1 + 1 file changed, 1 insertion(+) New commits: commit 2dec085a7689efe83c821a59587ba31ba4b6 Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 11:20:54 2013 + Notes added by 'git notes add' diff --git

Kickstarter? Testing?

2013-03-16 Thread Aaron Lindorfer
My programming abilities are not yet to the standard of 'developer' for such a large project but I would like to contribute to porting Libreoffice to android. If there is a donation site I would be more than happy to contribute monetarily and if you need someone to test the app in a school

[Libreoffice-commits] core.git: desktop/test

2013-03-16 Thread Zolnai Tamás
desktop/test/deployment/update/website_update/update/web6/description.xml | 2 +- desktop/test/deployment/update/website_update/update/web7/description.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 0ae470fd0205d8c28bf06c611026244f4c13ce09 Author: Zolnai

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

2013-03-16 Thread Ariel Constenla-Haile
sc/inc/globstr.hrc| 10 +- sc/source/core/data/dpdimsave.cxx | 33 + sc/source/ui/dbgui/dpgroupdlg.cxx | 25 +++-- sc/source/ui/dbgui/dpgroupdlg.src | 13 - sc/source/ui/src/globstr.src | 29

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7d/a37198c4f97dae2fa5cbd5280a697638de7f44

2013-03-16 Thread Caolán McNamara
7d/a37198c4f97dae2fa5cbd5280a697638de7f44 |1 + 1 file changed, 1 insertion(+) New commits: commit 99235f7d8abf3f36b35780b30e8bb9dd7f7a62be Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 11:54:46 2013 + Notes added by 'git notes add' diff --git

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

2013-03-16 Thread Armin Le Grand
svx/inc/svx/unoshape.hxx |3 --- 1 file changed, 3 deletions(-) New commits: commit e6a3d1649ce331fd745957f7c0ea039ae27905a6 Author: Armin Le Grand a...@apache.org Date: Wed May 30 07:56:17 2012 + Resolves: #i119337# wrong get/setPropertyValue calls in SvxShapeText (and

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f0/d806633482b0495cd34cd9fa66fde851cf4d80

2013-03-16 Thread Caolán McNamara
f0/d806633482b0495cd34cd9fa66fde851cf4d80 |1 + 1 file changed, 1 insertion(+) New commits: commit c142f1f0e20ce034bd0b7cb8229b29b179d3f741 Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 12:11:15 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 87/383b07ff92196a216edeadb2ca76816f766ee6

2013-03-16 Thread Caolán McNamara
87/383b07ff92196a216edeadb2ca76816f766ee6 |1 + 1 file changed, 1 insertion(+) New commits: commit 0031374a0c282c18d496b7b1965409b324f456a1 Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 12:13:10 2013 + Notes added by 'git notes add' diff --git

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

2013-03-16 Thread Caolán McNamara
96/c44a34dcee2d13b562aa0a4d3f64be025aa01e |1 + 1 file changed, 1 insertion(+) New commits: commit 9db401dd05499871740422099e197c11b79ff12b Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 12:14:09 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 55/eb8e85a51d68d2abf78f26f918345805871f6a

2013-03-16 Thread Caolán McNamara
55/eb8e85a51d68d2abf78f26f918345805871f6a |1 + 1 file changed, 1 insertion(+) New commits: commit 0a8ac3123245d42f163e671cd37a66b8398563bd Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 12:14:36 2013 + Notes added by 'git notes add' diff --git

Re: #ifdef vs #if for feature checks

2013-03-16 Thread Noel Grandin
On Fri, Mar 15, 2013 at 5:58 PM, Lubos Lunak l.lu...@suse.cz wrote: The problem with this change is that there still may be some cases where #ifdef is used, either because some system #defines work that way (so those would be valid but different), or people would still use #ifdef out of

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 1e/6fa340a8ae7ddf046e3ba20282f73a4b999bd4

2013-03-16 Thread Caolán McNamara
1e/6fa340a8ae7ddf046e3ba20282f73a4b999bd4 |1 + 1 file changed, 1 insertion(+) New commits: commit b12ebfc2463d1a5dd97c6c4a66595cd15d3f3738 Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 12:31:09 2013 + Notes added by 'git notes add' diff --git

Delivering UI files

2013-03-16 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I am chasing a bug in a UI conversion. I created cellalignment.ui but it does not deliver with make dev-install. Of course I have it in cui/UI_cui.mk. I also tried make cui.clean make cui with no success. I added verbose to make cui and I got

[Libreoffice-commits] core.git: helpcontent2

2013-03-16 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1245e38282b7c4c66b3a613e8fc6f1dac556f500 Author: Andras Timar ati...@suse.com Date: Sat Mar 16 16:18:29 2013 +0100 Updated core Project: help 10e966a07438118c206acf6bc10a57177478ec51 diff --git

[Libreoffice-commits] help.git: source/text

2013-03-16 Thread Andras Timar
source/text/shared/01/0528.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 10e966a07438118c206acf6bc10a57177478ec51 Author: Andras Timar ati...@suse.com Date: Sat Mar 16 16:18:29 2013 +0100 fdo#62291 use OpenOffice.org 2.0 instead of %PRODUCTNAME

[Libreoffice-commits] core.git: helpcontent2

2013-03-16 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b5f9f7c696e90ec2bc181a4c680a096f8330f214 Author: Andras Timar ati...@suse.com Date: Sat Mar 16 16:38:09 2013 +0100 Updated core Project: help d9090a218a9ef58253a695bdb1369c48f4607409 diff --git

[Libreoffice-commits] help.git: source/text

2013-03-16 Thread Andras Timar
source/text/sbasic/shared/main0601.xhp |2 +- source/text/shared/00/0021.xhp |4 ++-- source/text/shared/optionen/01041000.xhp |4 ++-- source/text/swriter/01/05060100.xhp |2 +- 4 files changed, 6 insertions(+), 6 deletions(-) New commits: commit

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

2013-03-16 Thread Caolán McNamara
vcl/unx/gtk/app/gtksys.cxx | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) New commits: commit 69cf6bf3e367aaf46107af96d7a6bd0aef8f667c Author: Caolán McNamara caol...@redhat.com Date: Fri Mar 15 10:38:06 2013 + Resolves: rhbz#906137 slide show inverts

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

2013-03-16 Thread Radek Doulik
cppcanvas/source/mtfrenderer/emfplus.cxx | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) New commits: commit 38fc2a552a79adc7945eab9dc4e534653cdad553 Author: Radek Doulik r...@novell.com Date: Fri Mar 15 14:48:05 2013 +0100 implemented

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

2013-03-16 Thread Radek Doulik
cppcanvas/source/inc/implrenderer.hxx|1 cppcanvas/source/mtfrenderer/emfplus.cxx | 80 +-- 2 files changed, 47 insertions(+), 34 deletions(-) New commits: commit f89ec4131475a8d0876d68522601585b28a2a6a8 Author: Radek Doulik r...@novell.com Date: Fri Mar

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

2013-03-16 Thread Radek Doulik
cppcanvas/source/mtfrenderer/emfplus.cxx | 39 +++ 1 file changed, 34 insertions(+), 5 deletions(-) New commits: commit 2d2644e5efdec703ff87562f98ff4ebb9aec2320 Author: Radek Doulik r...@novell.com Date: Fri Mar 15 16:07:53 2013 +0100 implemented

[PUSHED libreoffice-4-0-2] Resolves: rhbz#906137 slide show inverts outputs

2013-03-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/2745 Approvals: Joren De Cuyper: Looks good to me, but someone else must approve Michael Meeks: Looks good to me, but someone else must

[PUSHED libreoffice-4-0-2] implemented EmfPlusRecordTypeFillEllipse record

2013-03-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/2750 Approvals: Joren De Cuyper: Looks good to me, but someone else must approve Michael Meeks: Looks good to me, but someone else must

[PUSHED libreoffice-4-0-2] implemented EmfPlusRecordTypeDrawEllipse record

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

[PUSHED libreoffice-4-0-2] implemented EmfPlusRecordTypeSetClipRect record

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

Re: Simplified Libreoffice API

2013-03-16 Thread Mindaugas
In my opinion at first we must decide what goals we seek and what problems we try to solve and after think how do that. I think scripting API must be simple, logical and should be used without significant training and long-term UNO structure studies. I personally would like the next changes:

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

2013-03-16 Thread Chr . Rossmanith
tools/qa/cppunit/test_stream.cxx | 38 +++--- tools/qa/cppunit/test_urlobj.cxx | 27 +-- 2 files changed, 28 insertions(+), 37 deletions(-) New commits: commit fdb41140bf30bf18c05bbd0fd2c35594a9e6b338 Author: Chr. Rossmanith

[PUSHED] Remove STRINGPARAM in tools (qa)

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

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

2013-03-16 Thread Chr . Rossmanith
tools/inc/tools/diagnose_ex.h | 16 ++-- tools/source/fsys/dirent.cxx | 36 +- tools/source/fsys/urlobj.cxx | 73 - tools/source/fsys/wntmsc.cxx | 14 +---

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

2013-03-16 Thread Chr . Rossmanith
toolkit/inc/toolkit/helper/macros.hxx | 10 +- toolkit/source/awt/animatedimagespeer.cxx |4 ++-- toolkit/source/awt/asynccallback.cxx | 12 +--- toolkit/source/awt/vclxmenu.cxx | 22 +++--- 4 files changed, 23 insertions(+), 25

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

2013-03-16 Thread Chr . Rossmanith
toolkit/inc/toolkit/awt/vclxprinter.hxx |6 +++--- toolkit/source/awt/vclxprinter.cxx | 22 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) New commits: commit c6f914041996d9b0e2431d29e63657ff02bc18d3 Author: Chr. Rossmanith chrrossman...@gmx.de Date: Fri

[PUSHED] Remove RTL_CONSTASCII_(U)STRINGPARAM in tools

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

[PUSHED] Remove RTL_CONSTASCII_(U)STRING in toolkit

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

[PUSHED] Replace String with OUString in toolkit(vclxprinter.cxx)

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

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

2013-03-16 Thread Chr . Rossmanith
toolkit/source/controls/animatedimages.cxx | 12 +-- toolkit/source/controls/controlmodelcontainerbase.cxx | 52 - toolkit/source/controls/formattedcontrol.cxx |8 +- toolkit/source/controls/geometrycontrolmodel.cxx | 18 ++---

[PUSHED] Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit)

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

Re: [PATCH] various .ui fixes caught by linter tool

2013-03-16 Thread Michael Meeks
Hi Jack, On Fri, 2013-03-15 at 18:32 +, Jack Leigh (via Code Review) wrote: various .ui fixes caught by linter tool Sounds really interesting :-) can we make the tool part of our build process somehow ? ATB, Michael. -- michael.me...@suse.com , Pseudo

[Libreoffice-commits] core.git: libmariadb/mariadb-static-inline.patch libmariadb/UnpackedTarball_mariadb.mk

2013-03-16 Thread Stephan Bergmann
libmariadb/UnpackedTarball_mariadb.mk |4 libmariadb/mariadb-static-inline.patch | 11 +++ 2 files changed, 15 insertions(+) New commits: commit 7cb699394616b9641fb746429401b36f031391e3 Author: Stephan Bergmann sberg...@redhat.com Date: Sat Mar 16 18:54:25 2013 +0100

[Libreoffice-commits] core.git: 3 commits - liborcus/ExternalPackage_liborcus.mk liborcus/ExternalProject_liborcus.mk liborcus/liborcus_0.1.0-boost_disable_auto_lib.patch liborcus/Module_liborcus.mk l

2013-03-16 Thread Peter Foley
liborcus/ExternalPackage_liborcus.mk| 20 + liborcus/ExternalProject_liborcus.mk| 35 -- liborcus/Module_liborcus.mk |2 liborcus/Package_liborcus.mk

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

2013-03-16 Thread Tor Lillqvist
svx/source/svdraw/svdfmtf.cxx |2 +- svx/source/svdraw/svdfmtf.hxx |2 +- vcl/inc/ios/saldata.hxx|5 - vcl/ios/source/app/saldata.cxx |1 - 4 files changed, 2 insertions(+), 8 deletions(-) New commits: commit 494042ef5b104a4b4fd1cf7b4a861df9ba6771a8 Author: Tor

Re: [PATCH] various .ui fixes caught by linter tool

2013-03-16 Thread Jack Leigh
On 16/03/13 17:51, Michael Meeks wrote: Hi Jack, On Fri, 2013-03-15 at 18:32 +, Jack Leigh (via Code Review) wrote: various .ui fixes caught by linter tool Sounds really interesting :-) can we make the tool part of our build process somehow ? That was my aim at some point. It's

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

2013-03-16 Thread Tor Lillqvist
svx/inc/svx/svdetc.hxx |1 - sw/inc/swtable.hxx |2 +- vcl/inc/accel.h |9 - vcl/inc/svdata.hxx |2 -- vcl/inc/win/saldata.hxx | 18 +- 5 files changed, 2 insertions(+), 30 deletions(-) New commits: commit

[RFC] add --pidfile switch to write libo pid to a file

2013-03-16 Thread Riccardo Magliocchetti
Hello, attached a patch to add a switch to have libreoffice store its pid in a file. I need that so that when libo runs in headless mode i can have a supervisor process checking if libo is running and in case just restart it. The error handling is a bit lame, do we have an helper to create a

[PATCH] Reuse ImplPower10()

2013-03-16 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2774 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/74/2774/1 Reuse ImplPower10() Change-Id: I0a86e43065689d2478ced4804ab083244d8d35f5 --- M vcl/source/control/field.cxx 1

[Libreoffice-commits] core.git: 5 commits - bin/module-deps.pl clucene/Library_clucene.mk filter/Configuration_filter.mk filter/source solenv/gbuild

2013-03-16 Thread Peter Foley
bin/module-deps.pl |2 +- clucene/Library_clucene.mk |3 +++ filter/Configuration_filter.mk |3 ++- filter/source/config/tools/merge/pyAltFCFGMerge |9 ++--- solenv/gbuild/CppunitTest.mk|

Re: Need help regarding BUG #60700

2013-03-16 Thread Alex Ivan
Hi, Michael Meeks-2 wrote I've been looking into bug #60700 lt;https://bugs.freedesktop.org/show_bug.cgi?id=60700gt; and have currently managed to figure out when those empty directories are created. When ? well - code-wise, I suggest you git grep for the name you find in the

cppcheck: Variables reassigned before the old one has been used (vcl/kde4 part)

2013-03-16 Thread julien2412
Hello, Cppcheck reported this: [KDESalFrame.cxx:301] - [KDESalFrame.cxx:304]: (performance) Variable 'aMenuFore' is reassigned a value before the old one has been used. [KDESalFrame.cxx:302] - [KDESalFrame.cxx:305]: (performance) Variable 'aMenuBack' is reassigned a value before the old one has

Re: Need help regarding BUG #60700

2013-03-16 Thread Michael Meeks
Hi Alex, On Sat, 2013-03-16 at 13:16 -0700, Alex Ivan wrote: Michael Meeks-2 wrote I've been looking into bug #60700 lt;https://bugs.freedesktop.org/show_bug.cgi?id=60700gt; and have The first place that i found where these directories are created is in

About coverity 988424 (svdfppt.cxx from filter module)

2013-03-16 Thread julien2412
Hello, Scan coverity detected this: CID 988424 (#1 of 1): Logically dead code (DEADCODE)dead_error_line: Execution cannot reach this expression nExtBuInd + nExtParaNibble aStyleTextProp9-size() inside statement if (nExtParaNibble nExtB Indeed, we have these lines: 5026 if (

[PATCH] coverity#988428 Missing break in switch

2013-03-16 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2775 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/75/2775/1 coverity#988428 Missing break in switch Change-Id: I7f127409c65f692c2eec3684c79b40b11e7ce240 --- M

[Libreoffice-commits] core.git: 3 commits - cui/source sd/source sfx2/inc sfx2/source tools/qa

2013-03-16 Thread Caolán McNamara
cui/source/dialogs/about.cxx | 91 - sd/source/ui/slideshow/slideshowimpl.cxx |9 ++ sfx2/inc/sfx2/app.hxx|8 +- sfx2/source/appl/appmisc.cxx | 95 ++- tools/qa/cppunit/test_stream.cxx

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

2013-03-16 Thread Caolán McNamara
f2/154c68d19c3e711d371cf91d37c2b885484059 |1 + 1 file changed, 1 insertion(+) New commits: commit 029aa0b6e0cd6df0fc06ffea645fd05dd7d1d8df Author: Caolán McNamara caol...@redhat.com Date: Sat Mar 16 21:27:27 2013 + Notes added by 'git notes add' diff --git

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

2013-03-16 Thread Julien Nabet
basic/qa/cppunit/test_scanner.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f98e321698cd26fbb32078bf24002bd2bbafb1cb Author: Julien Nabet serval2...@yahoo.fr Date: Sat Mar 16 22:30:27 2013 +0100 coverity#982853 Assign instead of compare

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

2013-03-16 Thread Julien Nabet
basic/qa/cppunit/test_scanner.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 92e7d266419846a0dbbcd177161d7e29d95d4319 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Mar 16 22:33:21 2013 +0100 coverity#982854 Assign instead of compare

[PATCH] comment cleanups

2013-03-16 Thread Matthias Freund (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2776 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/76/2776/1 comment cleanups hope this is helpful Change-Id: Ib887329de1e5788b1a39139725dca0b3de25e81c --- M

[PATCH libreoffice-4-0] fdo#34800 Comments added to footer are placed at the right t...

2013-03-16 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2777 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/77/2777/1 fdo#34800 Comments added to footer are placed at the right top of the page. I also merged (manually) the

Re: [Libreoffice-qa] Fwd: Fwd: Bug sur Nouveau dans le BSA français!

2013-03-16 Thread Rainer Bielefeld
Hi Rob, I saw, that I got e-mails concerning my BSA-FR test bug submissions with CC for French QA list (Bug sur Nouveau dans le BSA français!). Is that for test affairs or the plan for the general proceeding in future? It's a French-QA-List decision, but I would not be happy with such

Re: [Libreoffice-qa] [libreoffice-website] Re: Fwd: Fwd: Bug sur Nouveau dans le BSA français!

2013-03-16 Thread Sophie Gautier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Rob, all, On 16/03/2013 08:21, Rob Snelders wrote: Op 16-03-13 00:17, Florian Effenberger schreef: Hm, it arrived this time. Can you try again for the fr list? Rob Snelders wrote on 2013-03-15 23:25: Ok. Send it again. I have send a mail

Re: [Libreoffice-qa] Fwd: Fwd: Bug sur Nouveau dans le BSA français!

2013-03-16 Thread Rainer Bielefeld
Rob Snelders schrieb: The French BSA is nearing completion. Hi Rob, Great! I received CC copies of the mails BSA-FR sends to q...@fr.libreoffice.org. Is there any possibility that BSA checks the ID of the new bug and adds it including Summary line Mail subject? Means instadead if Bug sur

[Libreoffice-bugs] [Bug 42121] BUGZILLAASSISTANT: sometimes submission process does not start, remains before Step 1

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42121 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEEDINFO

[Libreoffice-bugs] [Bug 62396] New: Use native GTK+ drop-down menus

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62396 Priority: medium Bug ID: 62396 CC: emir_s...@msn.com Assignee: libreoffice-bugs@lists.freedesktop.org Blocks: 42082 Summary: Use native GTK+ drop-down menus

[Libreoffice-bugs] [Bug 62385] Use native OS X drop-down menus

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62385 Fitoschido fitosch...@gmail.com changed: What|Removed |Added Blocks||62396 -- You are

[Libreoffice-bugs] [Bug 42082] [META] Make LibreOffice shine and glow on the MacOSX and iOS platform. Or better: outshine other products/platforms.

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42082 Fitoschido fitosch...@gmail.com changed: What|Removed |Added Depends on||62396 -- You are

[Libreoffice-bugs] [Bug 62396] Use native GTK+ drop-down menus

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62396 Fitoschido fitosch...@gmail.com changed: What|Removed |Added Blocks|42082 | -- You are receiving

[Libreoffice-bugs] [Bug 62347] FORMATTING: open square (check-box) glyph not available as a standard bullet

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62347 Fitoschido fitosch...@gmail.com changed: What|Removed |Added Attachment #76533|text/plain |image/svg+xml

[Libreoffice-bugs] [Bug 62347] FORMATTING: open square (check-box) glyph not available as a standard bullet

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62347 Fitoschido fitosch...@gmail.com changed: What|Removed |Added Attachment #76535|application/xml |image/svg+xml

[Libreoffice-bugs] [Bug 62281] Missed windows caption.

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62281 Fitoschido fitosch...@gmail.com changed: What|Removed |Added Attachment #76460|text/plain |image/png

[Libreoffice-bugs] [Bug 62281] About box is missing a window title

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62281 Fitoschido fitosch...@gmail.com changed: What|Removed |Added Summary|Missed windows caption. |About box is missing a

[Libreoffice-bugs] [Bug 62397] New: VIEWING: Too long name Background in menu 'Tools - Macros - Organize Macros - LibO Basic - Organize - New'

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62397 Priority: medium Bug ID: 62397 Keywords: regression Assignee: libreoffice-bugs@lists.freedesktop.org Summary: VIEWING: Too long name Background in menu 'Tools - Macros -

[Libreoffice-bugs] [Bug 62398] New: FILESAVE: Cursor saved six characters to the left when document is reopened

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62398 Priority: medium Bug ID: 62398 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FILESAVE: Cursor saved six characters to the left when document is reopened

[Libreoffice-bugs] [Bug 62398] FILESAVE: Cursor saved six characters to the left when document is reopened

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62398 --- Comment #1 from grofaty grof...@hotmail.com --- Created attachment 76598 -- https://bugs.freedesktop.org/attachment.cgi?id=76598action=edit sample file for cursor postion -- You are receiving this mail because: You are the assignee for

[Libreoffice-bugs] [Bug 48533] BUGZILLAASSISTANT stops after click on Submit button with error message

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48533 --- Comment #18 from Rainer Bielefeld libreoff...@bielefeldundbuss.de --- (In reply to comment #17) But it seems rather improbable that this simply is a BUS bug. On the other hand, if I understand @illumilore: How did you recognize that you

[Libreoffice-bugs] [Bug 53084] BUGZILLAASSISTANT: focus on page bottom instead on Bugzilla link after Bug Submission

2013-03-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53084 --- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de --- This might be some more general LibO Website problem. Please compare behavior in a) direct Bug View in Bugzilla and b) view in LibO site frame(unfortunately I have no

  1   2   3   >