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

2013-02-05 Thread Julien Nabet
sc/source/core/data/table5.cxx | 10 -- 1 file changed, 10 deletions(-) New commits: commit 444ae4d04adf6c9cdcd1222ef3b8b2e5bf45db0a Author: Julien Nabet Date: Wed Feb 6 07:38:58 2013 +0100 Fix 'bSkipBreaks' is assigned a value that is never used See http://nabble.docu

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

2013-02-05 Thread Julien Nabet
cui/source/customize/cfg.cxx |3 +-- drawinglayer/source/tools/converters.cxx |3 +-- rsc/source/tools/rscdef.cxx | 14 -- 3 files changed, 6 insertions(+), 14 deletions(-) New commits: commit b3e64c3708fa19a87a0df31f6dbc4ea4753b23d6 Author: Julien N

[SOLVED] Re: Cppcheck: ''bSkipBreaks' is assigned a value that is never used (sc)

2013-02-05 Thread julien2412
Thank you Kohei and Caolán for your feedback. I pushed the fix on master (see http://cgit.freedesktop.org/libreoffice/core/commit/?id=444ae4d04adf6c9cdcd1222ef3b8b2e5bf45db0a) Julien -- View this message in context: http://nabble.documentfoundation.org/Cppcheck-bSkipBreaks-is-assigned-a-value

Re: build development environment

2013-02-05 Thread David Tardon
Hi, On Mon, Feb 04, 2013 at 06:24:22PM -0800, timllloyd wrote: > Hi, I tried to set up the LO dev environment but ran into problems if anyone > can help. > > I am running Fedora 18. > Then I got a problem with gstreamer which I have already installed. I had a > trawl of the net for possible solu

Re: LibreOffice Development [ Comments in .pptx ] (Annotations Issue)

2013-02-05 Thread Vinaya Mandke
Hi, I followed the PPT (ImportComment10) flow and was able to display the comments!!! using the following in presentationfragmenthandler.cxx uno::ReferencexAnnotationAccess(xSlide,UNO_QUERY_THROW); uno::ReferencexAnnotation(xAnnotationAccess->createAndInsertAnnotation()); Regards, n Thanks :) V

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

2013-02-05 Thread Kohei Yoshida
sc/source/core/tool/reffind.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3a7a9703c3d623eb1cf767eb45895035b3e17608 Author: Kohei Yoshida Date: Tue Feb 5 22:27:10 2013 -0500 Fix this sentence a bit. Change-Id: I113f5cf5a177f6315338f54c7e0ebeb1915

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

2013-02-05 Thread Kohei Yoshida
sc/inc/reffind.hxx |1 - sc/source/core/tool/reffind.cxx |2 -- 2 files changed, 3 deletions(-) New commits: commit 267b57baeedc6d98e9c2bf602fd69a0f88470abe Author: Kohei Yoshida Date: Tue Feb 5 22:23:28 2013 -0500 Remove unused header includes. Change-Id: I2

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

2013-02-05 Thread Kohei Yoshida
sc/inc/reffind.hxx | 33 ++--- sc/qa/unit/ucalc.cxx| 10 ++-- sc/source/core/tool/reffind.cxx | 100 ++-- 3 files changed, 76 insertions(+), 67 deletions(-) New commits: commit abf91e0f25941757b392136b6af260883fa3e46e Autho

Re: Cppcheck: ''bSkipBreaks' is assigned a value that is never used (sc)

2013-02-05 Thread Kohei Yoshida
On Tue, Feb 5, 2013 at 6:03 PM, Caolán McNamara wrote: > On Tue, 2013-02-05 at 14:26 -0800, julien2412 wrote: > > Hello, > > > > Cppcheck detected this: > > sc/source/core/data/table5.cxx > > 147 unreadVariable style Variable 'bSkipBreaks' is assigned a value > that is > > never used. > > Hm

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

2013-02-05 Thread Robert Roth
sw/source/ui/app/app.src |4 ++-- sw/source/ui/uiview/view2.cxx |4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) New commits: commit 947041e1ab4de4723c537eebd37421d929836700 Author: Robert Roth Date: Wed Feb 6 01:36:54 2013 +0200 Show character count with word count

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

2013-02-05 Thread Robert Roth
cui/uiconfig/ui/charnamepage.ui |4 vcl/uiconfig/ui/printdialog.ui | 15 +-- 2 files changed, 17 insertions(+), 2 deletions(-) New commits: commit d8675086874694543e2bc1b32bee3407936a9132 Author: Robert Roth Date: Fri Feb 1 00:09:17 2013 +0200 Added 6 pixel vertica

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

2013-02-05 Thread Robert Roth
cui/uiconfig/ui/effectspage.ui | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) New commits: commit 77ca9375c4248cac1aafd7112ef895edc9d96b6f Author: Robert Roth Date: Fri Feb 1 00:10:31 2013 +0200 Added 6 pixel vertical spacing on the Font effects tab, fdo#59846

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - comphelper/inc comphelper/source filter/source sc/source sd/source sw/source

2013-02-05 Thread Kohei Yoshida
comphelper/inc/comphelper/mediadescriptor.hxx |2 ++ comphelper/source/misc/mediadescriptor.cxx|6 ++ filter/source/config/cache/typedetection.cxx |2 ++ sc/source/ui/unoobj/scdetect.cxx | 12 +--- sd/source/ui/unoidl/sddetect.cxx |7 +++

Re: Cppcheck: ''bSkipBreaks' is assigned a value that is never used (sc)

2013-02-05 Thread Caolán McNamara
On Tue, 2013-02-05 at 14:26 -0800, julien2412 wrote: > Hello, > > Cppcheck detected this: > sc/source/core/data/table5.cxx > 147 unreadVariable style Variable 'bSkipBreaks' is assigned a value that > is > never used. Hmm, I reckon kohei should have a look at that. bSkipBreaks doesn't go any

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

2013-02-05 Thread Tor Lillqvist
desktop/source/app/app.cxx |9 + desktop/source/app/desktop.hrc |1 + desktop/source/app/desktop.src |5 + solenv/gbuild/gbuild.mk|1 + 4 files changed, 16 insertions(+) New commits: commit e98861f1aee28474318b5c3b14fb936fdcbbe053 Author: Tor Lillqvist Dat

Cppcheck: ''bSkipBreaks' is assigned a value that is never used (sc)

2013-02-05 Thread julien2412
Hello, Cppcheck detected this: sc/source/core/data/table5.cxx 147 unreadVariable style Variable 'bSkipBreaks' is assigned a value that is never used. Here are the lines: 141 if (!bSkipBreaks && pStyleSet->GetItemState(ATTR_PAGE_SCALETO, false, &pItem) == SFX_ITEM_SET) 142

[Libreoffice-commits] core.git: 2 commits - wizards/com

2013-02-05 Thread Xisco Fauli
wizards/com/sun/star/wizards/agenda/TopicsControl.py | 39 +++ wizards/com/sun/star/wizards/ui/ControlScroller.py | 32 --- wizards/com/sun/star/wizards/ui/UnoDialog.py |4 - 3 files changed, 33 insertions(+), 42 deletions(-) New commits: commit 949fa

[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - RepositoryExternal.mk

2013-02-05 Thread Caolán McNamara
RepositoryExternal.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit ed3fd72fb1ef8d104448da2b546d29c6c0198780 Author: Caolán McNamara Date: Thu Aug 30 13:44:53 2012 +0100 Resolves: rhb#z907112 these ENABLE_FOOs are set to TRUE not YES so wrong t

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

2013-02-05 Thread Michael Stahl
writerfilter/source/rtftok/rtfdocumentimpl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit f5b58a5ed32b4f4bcb6e48e2c6db059c9163dc96 Author: Michael Stahl Date: Tue Feb 5 22:48:37 2013 +0100 previous commit used OUString::number, use valueOf instead

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

2013-02-05 Thread Miklos Vajna
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 15 +++ 1 file changed, 15 insertions(+) New commits: commit f5b7e504324f3284ccb118c0006c716685746710 Author: Miklos Vajna Date: Tue Feb 5 18:16:12 2013 +0100 fdo#58076 import RTF_SHPLEFT/TOP of ESCHER_ShpInst_PictureFrame

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

2013-02-05 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/fdo44053.rtf | 15 +++ sw/qa/extras/rtfimport/rtfimport.cxx | 13 ++ writerfilter/source/dmapper/DomainMapperTableManager.cxx | 31 --- writerfilter/source/dmapper/DomainMapperTableManager.hxx |3 - write

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

2013-02-05 Thread Libreoffice Gerrit user
Tag 'suse-3.6-10' created by Andras Timar at 2013-02-05 21:05 -0800 suse-3.6-10 Changes since suse-3.6-0: Fridrich Å trba (1): Branch libreoffice-3-6-3 Petr Mladek (1): Merge remote-tracking branch 'origin/libreoffice-3-6-3' into suse-3.6 --- 0 files changed --- _

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

2013-02-05 Thread Kohei Yoshida
Tag 'suse-3.6-10' created by Andras Timar at 2013-02-05 21:05 -0800 suse-3.6-10 Changes since suse-3.6-0-309: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/

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

2013-02-05 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx | 35 +++ 1 file changed, 35 insertions(+) New commits: commit c94a51494ae4f8fd84be838709abba28a37cd0f5 Author: Kohei Yoshida Date: Tue Feb 5 16:00:10 2013 -0500 fdo#39135: Add unit test for this. Change-Id: Id857bfdfd7a2e902

[Libreoffice-commits] core.git: 2 commits - config_host.mk.in configure.ac solenv/gbuild

2013-02-05 Thread Tor Lillqvist
config_host.mk.in | 106 configure.ac| 21 + solenv/gbuild/gbuild.mk |1 3 files changed, 75 insertions(+), 53 deletions(-) New commits: commit 1651080f8a11cd02d316d661b65c6d4e247d085e Author: Tor Lillqvist Date:

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

2013-02-05 Thread Miklos Vajna
writerfilter/source/rtftok/rtfdocumentimpl.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 94765a1b3f543b3b60f8c1de05048d12f2576be4 Author: Miklos Vajna Date: Fri Feb 1 11:20:52 2013 +0100 fdo#48440 fix import of RTF_PAGE between text frames Normally such a page

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

2013-02-05 Thread Miklos Vajna
writerfilter/source/rtftok/rtfdocumentimpl.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit bc6a23a47936f6d74f5348a22ada4874945dc884 Author: Miklos Vajna Date: Sat Feb 2 15:29:24 2013 +0100 fdo#58646 fix import of RTF_PAGE in cont section when having tit

Re: Gerrit question for the "v.4.0 Release" webpage

2013-02-05 Thread Marc Paré
Le 2013-02-05 02:43, Norbert Thiebaud a écrit : On Mon, Feb 4, 2013 at 9:33 PM, Marc Paré wrote: We have added the gerrit section of the release notes page to the website "4.0 Release Notes" page[1] but one of the nl site maintainers has pointed out that the section: ssh logerrit gerrit query

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

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

[Libreoffice-commits] core.git: 2 commits - libxslt/ExternalPackage_xslt.mk

2013-02-05 Thread Tor Lillqvist
libxslt/ExternalPackage_xslt.mk |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 6cd3968702ade141869d93600ac12afe56591354 Author: Tor Lillqvist Date: Tue Feb 5 22:25:59 2013 +0200 No xsltproc needed for HOST when cross-compiling Change-Id: I70b257fb

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

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

[Libreoffice-commits] core.git: 2 commits - officecfg/registry sw/qa writerfilter/source

2013-02-05 Thread Michael Stahl
officecfg/registry/data/org/openoffice/Office/UI.xcu| 140 -- officecfg/registry/data/org/openoffice/TypeDetection/UISort.xcu | 14 - sw/qa/extras/rtfimport/data/fdo58646line.rtf|1 sw/qa/extras/rtfimport/rtfimport.cxx|

[Libreoffice-commits] core.git: config_host.mk.in configure.ac libxslt/dummy libxslt/ExternalPackage_xslt.mk libxslt/ExternalProject_xslt.mk libxslt/libxslt-vc10.patch libxslt/libxsltversion.mk libxsl

2013-02-05 Thread Peter Foley
Module_tail_build.mk|1 RepositoryExternal.mk | 12 ++ RepositoryModule_ooo.mk |1 config_host.mk.in |1 configure.ac|2 libxslt/ExternalPackage_xslt.mk | 51 + libxslt/ExternalP

[Libreoffice-commits] core.git: 3 commits - framework/source sc/qa sc/source sw/qa translations unotest/inc unotest/source

2013-02-05 Thread Kohei Yoshida
framework/source/loadenv/loadenv.cxx | 15 ++- sc/qa/extras/macros-test.cxx |4 ++-- sc/qa/extras/regression-test.cxx |2 +- sc/qa/extras/sccellrangeobj.cxx |4 ++-- sc/qa/extras/scdatabaserangeobj.cxx |2 +- sc/qa/extras/scdatapilotfieldobj.cxx |

Re: About fdo#53320 MacOs, "unidentified developer" error - GateKeeper

2013-02-05 Thread julien2412
Thorsten, In fact, my initial post on this thread comes from a comment I wanted to add to this bugtracker. After a while, I considered it could be more appropriate to create a new topic on dev mailing list instead of putting a new comment. I thought it could be interesting that several core devs t

Re: Java situation

2013-02-05 Thread julien2412
Stephan Bergmann-2 wrote > I at least am not aware of any such problems that would go away when > downgrading from JRE 7 to 6. 2 examples found with the following query: https://bugs.freedesktop.org/buglist.cgi?query_format=specific&order=relevance%20desc&bug_status=__open__&product=LibreOffice&c

Re: build development environment

2013-02-05 Thread José Guilherme Vanz
Hi! If the problem is dependencies, I think I have something can help you. Some time ago Marcos Paulo de Souza, Ricardo Montania and I prepared a shell script to use in the first hackday in Brazil. The .sh downloads all dependencies and prepare the local repository necessary for compile LO. You ca

Re: seeking guidance to contribute

2013-02-05 Thread Jan Holesovsky
Hi Prashant, Prashant Pandey píše v Út 05. 02. 2013 v 23:36 +0530: > Kindly guide me that what should be my next step to proceed provided I > have been successfully able to build the source code till now. That is great - welcome :-) I'd recommend you to get involved in something that you yourse

Re: Adding/modifying UI strings

2013-02-05 Thread Jan Holesovsky
Hi Luboš, Lubos Lunak píše v Út 05. 02. 2013 v 18:58 +0100: > do we have somewhere documentation on how UI strings are handled? We still have them in the .src files, is that what you are asking? IIRC they were not moved to .ui files yet. I am not aware of any documentation of this :-( In you

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

2013-02-05 Thread Joren De Cuyper
fpicker/source/office/OfficeFilePicker.hrc |2 -- fpicker/source/office/iodlg.src| 10 -- 2 files changed, 12 deletions(-) New commits: commit 00db1ab7096fc323a0b3d8a3f7da867f85f15c80 Author: Joren De Cuyper Date: Fri Feb 1 16:21:26 2013 +0100 delete unused strin

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - postprocess/packregistry

2013-02-05 Thread Stephan Bergmann
postprocess/packregistry/makefile.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ac4b9e2e6bb2c5f9fbd18cb05a11e9e70650abb7 Author: Stephan Bergmann Date: Thu Dec 13 12:03:54 2012 +0100 fdo#59025: Missing dependency (WriterWindowState.xcs is in writ

seeking guidance to contribute

2013-02-05 Thread Prashant Pandey
Hi, I am an undergrad student passionate in coding, have good algorithmic skills, keen to learn new things and wish to contribute something productive and fruitful to the open-source world. Matching to my passion, I find the organization 'LibreOffice' very significant, interesting and find there i

Adding/modifying UI strings

2013-02-05 Thread Lubos Lunak
Hello, do we have somewhere documentation on how UI strings are handled? Specifically, I'd like to do something like in the attachment, adjusting the tooltip for the font combo in the toolbar. Its tooltip text is hardcoded in officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.

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

2013-02-05 Thread Markus Mohrhard
sc/source/core/data/attarray.cxx | 230 - sc/source/filter/excel/xistyle.cxx |1 2 files changed, 105 insertions(+), 126 deletions(-) New commits: commit 591ef475a3f92613a771a0702e720f4f00c3ff0c Author: Markus Mohrhard Date: Mon Feb 4 18:35:18 2013 +

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

2013-02-05 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/fdo58076-2.rtf | 24 sw/qa/extras/rtfimport/rtfimport.cxx | 10 ++ writerfilter/source/rtftok/rtfdocumentimpl.cxx | 15 +++ 3 files changed, 49 insertions(+) New commits: commit 878c6f7cb4b7495de90581e851

Re: Java situation

2013-02-05 Thread Stephan Bergmann
On 02/05/2013 02:04 PM, julien2412 wrote: So to help QA triage/advising, it could be interesting to know the current situation: - Must we still advise to install jre 6 when there are problems with jre7? I at least am not aware of any such problems that would go away when downgrading from JRE 7

Re: BUG#55846

2013-02-05 Thread Jan Holesovsky
Hi Janit, Janit Anjaria píše v Út 05. 02. 2013 v 21:01 +0530: > I just completed the concept patch for BUG #55846 , and hence the code > makes the font size to produce a drop down. Great - can you please send the patch for review? Either to gerrit, or just attach to your mail, like described he

[Libreoffice-qa] FDO & BSA Administration Info - New version 3.6.5.2 release

2013-02-05 Thread Joel Madero
Version 3.6.5.2 rc has been changed to Version 3.6.5.2 release per LibreOffice announcement request. Changes were made to both FreeDesktop.Org as well as Bug Submission Assistant. Best Regards, Joel -- *Joel Madero* LibreOffice QA Volunteer jmadero@gmail.com ___

[Libreoffice-commits] .: test-bugzilla-files/test-bugzilla-files.py

2013-02-05 Thread Libreoffice Gerrit user
test-bugzilla-files/test-bugzilla-files.py | 53 + 1 file changed, 39 insertions(+), 14 deletions(-) New commits: commit 8fc0dae9047342eb4883ab6141b7c1f0457f2827 Author: Markus Mohrhard Date: Fri Jan 18 12:28:38 2013 +0100 iinitial work on Tiemout diff --git

SAL log areas description (Re: [Libreoffice-commits] core.git: sal/inc)

2013-02-05 Thread Lubos Lunak
On Tuesday 05 of February 2013, Stephan Bergmann wrote: > sal/inc/sal/log-areas.dox |1 + > 1 file changed, 1 insertion(+) > > New commits: > commit 98146763e7ad954c647da018d5db451952caadfc > Author: Stephan Bergmann > Date: Tue Feb 5 17:32:13 2013 +0100 > > New log area (for previous c

Re: [libreoffice-projects] FOSDEM travel refunds

2013-02-05 Thread Sophie Gautier
Hi all, On 05/02/2013 16:46, Florian Effenberger wrote: > Hello, > > earlier this year, the board has approved a budget for FOSDEM travel > refunds. > > If you have attended FOSDEM, and want to get reimbursed, please send the > receipts to treasu...@documentfoundation.org (do NOT reply to this >

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

2013-02-05 Thread Stephan Bergmann
sal/inc/sal/log-areas.dox |1 + 1 file changed, 1 insertion(+) New commits: commit 98146763e7ad954c647da018d5db451952caadfc Author: Stephan Bergmann Date: Tue Feb 5 17:32:13 2013 +0100 New log area (for previous commit) Change-Id: I9cc1fdfa7acad6c233b68eb23dea39c58d4cecaa di

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

2013-02-05 Thread Stephan Bergmann
desktop/source/migration/migration.cxx | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) New commits: commit 4bbc91d5c50621db2dfed11428c69ca3897270f6 Author: Stephan Bergmann Date: Tue Feb 5 17:31:17 2013 +0100 Better error reporting Change-Id: Icb083795c9c00a9c

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

2013-02-05 Thread Stephan Bergmann
svl/source/fsstor/fsfactory.cxx | 37 + 1 file changed, 21 insertions(+), 16 deletions(-) New commits: commit 47160402868eddbe876fbb392b35a8eaab1783af Author: Stephan Bergmann Date: Tue Feb 5 17:27:57 2013 +0100 Better error reporting Change-

[Libreoffice-commits] core.git: 2 commits - connectivity/CppunitTest_connectivity_commontools.mk solenv/inc

2013-02-05 Thread Tor Lillqvist
connectivity/CppunitTest_connectivity_commontools.mk |2 ++ solenv/inc/unxgcc.mk |1 - 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit 32e2cfda10c0e98e0157dcff1f0c1085ad266d07 Author: Tor Lillqvist Date: Tue Feb 5 18:07:59 2013 +0200

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

2013-02-05 Thread Kohei Yoshida
sc/source/ui/unoobj/exceldetect.cxx | 41 +++- sc/source/ui/unoobj/scdetect.cxx| 92 2 files changed, 40 insertions(+), 93 deletions(-) New commits: commit f81b1c6e9d1cc6b5d14e61805f0837b961323f15 Author: Kohei Yoshida Date: Tue Feb 5 11

Re: Using Symphony Code

2013-02-05 Thread Michael Meeks
Hi Samuel, On Tue, 2013-02-05 at 16:34 +0100, Samuel Mehrbrodt wrote: > as I wanted to include the Clip Art from Symphony in LibreOffice, I > stumbled about the license [1]. A public list is not a great place to discuss that. IMHO it is better (for now) to select and bundle the

FOSDEM travel refunds

2013-02-05 Thread Florian Effenberger
Hello, earlier this year, the board has approved a budget for FOSDEM travel refunds. If you have attended FOSDEM, and want to get reimbursed, please send the receipts to treasu...@documentfoundation.org (do NOT reply to this list!), alongside the required form. Hotel costs and transportati

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

2013-02-05 Thread Caolán McNamara
sfx2/source/control/dispatch.cxx | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) New commits: commit 6e927e65d3efbeacb0b22c8a234d38a262160981 Author: Caolán McNamara Date: Tue Feb 5 09:53:24 2013 + Resolves: fdo#60144 only delete *unposted* SfxRequests acc

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

2013-02-05 Thread Caolán McNamara
sfx2/source/control/dispatch.cxx | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) New commits: commit 153afd7bf078b4d6992720186df987867f47acf1 Author: Caolán McNamara Date: Tue Feb 5 09:53:24 2013 + Resolves: fdo#60144 only delete *unposted* SfxRequests acc

[Libreoffice-commits] core.git: helpcontent2

2013-02-05 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5753df3c6f75e4efb5ecf54e552c84c40577e31d Author: Caolán McNamara Date: Tue Feb 5 15:37:31 2013 + Updated core Project: help a35db526f704f87c082cba926ccb3559bb2d561d diff --git a/helpconten

Using Symphony Code

2013-02-05 Thread Samuel Mehrbrodt
Hi, as I wanted to include the Clip Art from Symphony in LibreOffice, I stumbled about the license [1]. I then asked on the OpenOffice Dev Mailing List [2] and got the answer, that Symphony is provided under this [3] license (It's not the Apache license). Rob Weir advised me to ask here whe

Re: BUG#55846

2013-02-05 Thread Janit Anjaria
Hey! I just completed the concept patch for BUG #55846 , and hence the code makes the font size to produce a drop down. I played around with the UX quite a lot so as to fix it but i dont find a loop hole in it. Any help is appreciated. Regards, Janit On Mon, Feb 4, 2013 at 8:22 PM, Janit Anjaria

Re: Java situation

2013-02-05 Thread julien2412
julien2412 wrote > - is there a list somewhere of components which use Java? Oups, I should have re read myself another time since there's already the answer in my proper message. (https://wiki.documentfoundation.org/Development/Java) -- View this message in context: http://nabble.documentfoun

Re: [PUSHED] fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT

2013-02-05 Thread Thorsten Behrens
Thorsten Behrens (via Code Review) wrote: > If you are interested in details, please visit > > https://gerrit.libreoffice.org/1986 > Hi Ioan, thanks for the cleanup - you've seen Lubos' comment? Cheers, -- Thorsten signature.asc Description: Digital signature

[PUSHED libreoffice-4-0] make translatable a few more ui strings

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

[PUSHED libreoffice-4-0] use "icerun" wrapper only when available

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

[PUSHED libreoffice-4-0] Avoid a SAL_WARN caused by IllegalArgumentEx now being a Run...

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

[Libreoffice-commits] core.git: cui/AllLangResTarget_cui.mk cui/source cui/uiconfig cui/UI_cui.mk

2013-02-05 Thread Caolán McNamara
cui/AllLangResTarget_cui.mk |1 cui/UI_cui.mk |1 cui/source/inc/helpid.hrc |3 cui/source/options/fontsubs.cxx | 382 +++ cui/source/options/fontsubs.hrc | 50 - cui/source/options/fontsubs.hxx | 40 +--- cui/

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

2013-02-05 Thread Andras Timar
filter/uiconfig/ui/xmlfiltersettings.ui | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit c4c537c41b9965d7aaa3d6e73ab1b18b4e83b6d0 Author: Andras Timar Date: Tue Feb 5 15:44:08 2013 +0100 make translatable a few more ui strings Conflicts:

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

2013-02-05 Thread Petr Mladek
configure.ac |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 3251bb47527ebbc657902ad229ac1e076bf28c2a Author: Petr Mladek Date: Tue Feb 5 15:18:43 2013 +0100 use "icerun" wrapper only when available It is not provided by the old icecram-0.9.2

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

2013-02-05 Thread Stephan Bergmann
desktop/source/deployment/registry/dp_backend.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit 1ceb97fdd46b2eb6ebf5aded10cb2a8f33cd5a7a Author: Stephan Bergmann Date: Tue Feb 5 12:52:46 2013 +0100 Avoid a SAL_WARN caused by IllegalArgumentEx now being a RuntimeEx

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

2013-02-05 Thread Andras Timar
cui/uiconfig/ui/backgroundpage.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0d9a68f92a6f633447e9d4a81c985e47278ce9a7 Author: Andras Timar Date: Tue Feb 5 16:12:49 2013 +0100 make translatable a few more ui strings Change-Id: If93d8cb9d9d5ee4f9bc

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

2013-02-05 Thread Thorsten Behrens (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/1986 -- To view, visit https://gerrit.libreoffice.org/1986 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: mer

[PATCH libreoffice-4-0] make translatable a few more ui strings

2013-02-05 Thread Andras Timar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2001 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/01/2001/1 make translatable a few more ui strings Conflicts: cui/uiconfig/ui/customize.ui Change-Id: I0a10cbb7eab

[PUSHED] ORowSetValue: clean up sign/unsigned union member

2013-02-05 Thread Lionel Elie Mamane (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/1164 Objections: Luboš Luňák: Do not submit -- To view, visit https://gerrit.libreoffice.org/1164 To unsubscribe, visit https://gerrit.libreof

[PATCH libreoffice-4-0] use "icerun" wrapper only when available

2013-02-05 Thread Petr Mladek (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2000 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/00/2000/1 use "icerun" wrapper only when available It is not provided by the old icecram-0.9.2 on SLED11 Change-Id: If8dc

[PATCH libreoffice-4-0] Cleanly remove components from rdb again that fail during li...

2013-02-05 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1999 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/99/1999/1 Cleanly remove components from rdb again that fail during live insertion Such failure happens e.g. for component

[PATCH libreoffice-4-0] Cleanly remove an extension again that cannot be activated w...

2013-02-05 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1998 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/98/1998/1 Cleanly remove an extension again that cannot be activated while installing it ...otherwise, it will needlessly

[PATCH libreoffice-4-0] Avoid a SAL_WARN caused by IllegalArgumentEx now being a Run...

2013-02-05 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1997 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/97/1997/1 Avoid a SAL_WARN caused by IllegalArgumentEx now being a RuntimeEx Change-Id: I6fad4e840cf47b4d41592ff179f66943a

Re: Crash during Traditional Chinese <-> Simplified Chinese conversion

2013-02-05 Thread Matteo Casalin
Hi Cedric, On Tue, 05 Feb 2013 15:01:36 +0100 Cedric Bosdonnat wrote: > On Mon, 2013-02-04 at 12:27 +0100, Michael Stahl wrote: > > On 03/02/13 10:54, Cedric Bosdonnat wrote: > > > Hi Matteo, > > > > > > On Fri, 2013-01-04 at 14:58 +0100, Matteo Casalin wrote: > > >> Obviously, this would not w

[REVIEW 4-0] sdremote - crasher fix ...

2013-02-05 Thread Michael Meeks
Hi there, I'd love to get this into sdremote for 4-0: http://cgit.freedesktop.org/libreoffice/core/commit/?id=8db1ba5d22fe8b1b528f5873480e4db1b1f33d4c As always, testing sdremote with a big/complex slide-deck is pretty much mandatory - my FOSDEM deck is good at 66 slides ;-) it w

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

2013-02-05 Thread Radu Ioan
canvas/source/null/null_usagecounter.hxx | 12 -- oox/source/ppt/timenode.cxx | 56 +-- sd/source/ui/framework/configuration/ConfigurationTracer.cxx |9 - 3 files changed, 36 insertions(+), 41 deletions(-) New commits: commit f4

Re: build development environment

2013-02-05 Thread Eike Rathke
Hi timllloyd, On Monday, 2013-02-04 18:24:22 -0800, timllloyd wrote: > $ ./configure.sh Please use ./autogen.sh instead. For the missing gstreamer parts see Miklos' answer. Eike -- LibreOffice Calc developer. Number formatter stricken i18n transpositionizer. New GnuPG key 0x65632D3A : 2265

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

2013-02-05 Thread Lionel Elie Mamane
sal/qa/rtl/strings/test_strings_valuex.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8e633e6243e87c651586d8c16ade8af719c957b7 Author: Lionel Elie Mamane Date: Tue Feb 5 15:50:40 2013 +0100 testOUBoolean should test with OUString, not OString Cha

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

2013-02-05 Thread Takeshi Abe
sw/inc/crsrsh.hxx |2 +- sw/inc/fesh.hxx|2 +- sw/source/core/crsr/crstrvl.cxx| 10 +- sw/source/core/frmedt/feshview.cxx |4 ++-- sw/source/ui/dbui/dbinsdlg.cxx |2 +- sw/source/ui/docvw/edtwin.cxx |6 +++--- sw/sourc

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

2013-02-05 Thread Andras Timar
cui/uiconfig/ui/customize.ui|4 ++-- filter/uiconfig/ui/xmlfiltersettings.ui | 12 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) New commits: commit 5e50b4d6616fa3831b3a7c72969ac81815768f7a Author: Andras Timar Date: Tue Feb 5 15:44:08 2013 +0100 make tra

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

2013-02-05 Thread Michael Meeks
android/sdremote/src/org/libreoffice/impressremote/PresentationFragment.java | 12 +- android/sdremote/src/org/libreoffice/impressremote/ThumbnailFragment.java| 4 ++- 2 files changed, 10 insertions(+), 6 deletions(-) New commits: commit 8db1ba5d22fe8b1b528f5873480e4db1b1f33d4c

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

2013-02-05 Thread Kohei Yoshida
comphelper/inc/comphelper/mediadescriptor.hxx |2 ++ comphelper/source/misc/mediadescriptor.cxx|9 ++--- filter/source/config/cache/typedetection.cxx |2 ++ sc/source/ui/unoobj/scdetect.cxx | 12 +--- sd/source/ui/unoidl/sddetect.cxx |7

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

2013-02-05 Thread Petr Mladek
configure.ac |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 81deb92029055af4471629a0d95170ad8a7b1cb6 Author: Petr Mladek Date: Tue Feb 5 15:18:43 2013 +0100 use "icerun" wrapper only when available It is not provided by the old icecram-0.9.2

Re: Crash during Traditional Chinese <-> Simplified Chinese conversion

2013-02-05 Thread Cedric Bosdonnat
On Mon, 2013-02-04 at 12:27 +0100, Michael Stahl wrote: > On 03/02/13 10:54, Cedric Bosdonnat wrote: > > Hi Matteo, > > > > On Fri, 2013-01-04 at 14:58 +0100, Matteo Casalin wrote: > >> Obviously, this would not work since we will get the same issue on the > >> second loop. Instead we can push Pa

[PATCH libreoffice-3-6] Cleanly remove components from rdb again that fail during li...

2013-02-05 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1996 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/96/1996/1 Cleanly remove components from rdb again that fail during live insertion Such failure happens e.g. for component

[PATCH libreoffice-3-6] Cleanly remove an extension again that cannot be activated w...

2013-02-05 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1995 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/95/1995/1 Cleanly remove an extension again that cannot be activated while installing it ...otherwise, it will needlessly

Re: About fdo#53320 MacOs, "unidentified developer" error - GateKeeper

2013-02-05 Thread Thorsten Behrens
To julien2412 wrote: > the GateKeeper issue is FWICT independent of the baseline - as to > whether we'd need to use mixed tool chains, that will conclude once > signing is implemented. > Oh I see Tor has implemented that over the weekend - so he seems best equipped to answer the question. :) Chee

Re: About fdo#53320 MacOs, "unidentified developer" error - GateKeeper

2013-02-05 Thread Thorsten Behrens
julien2412 wrote: > Concerning fdo#53320 LibreOffice 3.6 will not open on OS X 10.7.5 and > Mountain Lion with "unidentified developer" error - GateKeeper > https://bugs.freedesktop.org/show_bug.cgi?id=53320 > here are some thoughts that I hope not too stupid/naive/... > Hi Julien, the GateKeepe

Java situation

2013-02-05 Thread julien2412
Hello, Reading about fdo#60210 and some others, I wonder what's the Java status. I mean there have been issues with Java 1.7 and a lot of them have been fixed, with different origin (Sunjre, OpenJdk, gcj), 32 or 64bits, accessibility JAB (Java Access Bridge) (other issues ?) I know that Base uses

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - sc/Module_sc.mk

2013-02-05 Thread Muthu Subramanian
sc/Module_sc.mk |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit e77c476610ee3f7ca4bbb9728b495e41372ac33a Author: Muthu Subramanian Date: Tue Feb 5 18:21:31 2013 +0530 Disabling sc_chart_regression_test (like on Master) Change-Id: I18d8fb4b993771d33

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

2013-02-05 Thread Tor Lillqvist
fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx |9 + 1 file changed, 1 insertion(+), 8 deletions(-) New commits: commit d639a5febe0df03d7af90d69eed816dcf856a551 Author: Tor Lillqvist Date: Tue Jan 22 13:01:44 2013 +0200 "Fix" bnc#88 Always call IFileDialo

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

2013-02-05 Thread Andras Timar
instsetoo_native/util/openoffice.lst |8 solenv/inc/minor.mk |4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit f5d61f8e569583ca19346e7098fc2c6b217aa6b9 Author: Andras Timar Date: Tue Feb 5 13:40:13 2013 +0100 Bump for 3.6-10

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

2013-02-05 Thread Tor Lillqvist
fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx |9 + 1 file changed, 1 insertion(+), 8 deletions(-) New commits: commit 56d41fef8f96888d5aaf39a9c4d0c7eca5b63d44 Author: Tor Lillqvist Date: Tue Jan 22 13:01:44 2013 +0200 "Fix" bnc#88 Always call IFileDialo

  1   2   >