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

2013-03-13 Thread Tor Lillqvist
sd/source/filter/eppt/pptx-text.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0451325ae7456da5812564428d73b0226606450f Author: Tor Lillqvist t...@iki.fi Date: Wed Mar 13 08:05:39 2013 +0200 WaE: enumeration value not handled in switch So just

Re: PATCH

2013-03-13 Thread Noel Grandin
You forgot to remove the method from the class definition in the header file. Was this even compile tested? On Tue, Mar 12, 2013 at 7:44 PM, Vishal Subbiah subbiahvis...@gmail.comwrote: ___ LibreOffice mailing list

[PATCH] Remove RTL_CONSTASCII_USTRINGPARAM and remove rtl:: namespac...

2013-03-13 Thread Chris Sherlock (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2693 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/93/2693/1 Remove RTL_CONSTASCII_USTRINGPARAM and remove rtl:: namespace for strings Change-Id:

[Libreoffice-commits] core.git: editeng/inc framework/source jurt/com libxmlsec/src svl/source

2013-03-13 Thread Steven Meyer
editeng/inc/editeng/splwrap.hxx |2 +- framework/source/services/frame.cxx |2 +- jurt/com/sun/star/lib/util/UrlToFileMapper.java |2 +- libxmlsec/src/tokens.c |2 +- svl/source/numbers/zforlist.cxx |2 +- 5

[PUSHED] Re: Code modifications Bug 60724

2013-03-13 Thread Jan Holesovsky
Hi Steven, Joel Madero píše v Út 12. 03. 2013 v 18:00 -0700: First, thank you so much for joining our great community, any help is always appreciated. IMO your best bet is to actually commit the changes via our repository with these instructions:

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

2013-03-13 Thread Stephan Bergmann
ucb/source/ucp/gio/gio_content.cxx | 31 +++ 1 file changed, 15 insertions(+), 16 deletions(-) New commits: commit 8722f0e7ef690205d042c8a6b1fdf342a34ecbe1 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Mar 13 08:59:42 2013 +0100 rhbz#895690: Make GIO

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

2013-03-13 Thread Wang Lei
svl/source/numbers/zformat.cxx | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) New commits: commit c26bae0b168acaa5702be43a9748457f5d0eafa0 Author: Wang Lei l...@apache.org Date: Thu Jun 21 06:33:26 2012 + Resolves: #i119943 Underline can not work with ; in

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 95/3b282dbb2552f89ec25455ec838f752abd6a2d

2013-03-13 Thread Fridrich Štrba
95/3b282dbb2552f89ec25455ec838f752abd6a2d |1 + 1 file changed, 1 insertion(+) New commits: commit e3557d9b3b5c5b6e551abe13a1c0041d110534af Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Wed Mar 13 09:25:22 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 42/3e8bc4e684a0790765aa2898bc2843538bc114

2013-03-13 Thread Fridrich Štrba
42/3e8bc4e684a0790765aa2898bc2843538bc114 |1 + 1 file changed, 1 insertion(+) New commits: commit cccf82eac1ef8f164143f8d8271dc6fb4dc74347 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Wed Mar 13 09:25:40 2013 +0100 Notes added by 'git notes add' diff --git

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

2013-03-13 Thread Chris
vcl/unx/gtk/app/gtkdata.cxx | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit bc7202aad393b17d0e2545001f7f869f683a7ec7 Author: Chris chris.sherloc...@gmail.com Date: Wed Mar 13 18:27:50 2013 +1100 Remove RTL_CONSTASCII_USTRINGPARAM and remove

[PUSHED] Remove RTL_CONSTASCII_USTRINGPARAM and remove rtl:: namespac...

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

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

2013-03-13 Thread Stephan Bergmann
chart2/source/view/charttypes/PieChart.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit e15488286d2f5eb4fb5414cf3a17690b36eed8ac Author: Stephan Bergmann sberg...@redhat.com Date: Wed Mar 13 09:27:13 2013 +0100 -Werror=shadow/-Werror=unused-variable ...picking the

[PATCH libreoffice-4-0] Resolves: #i119943 Underline can not work with ; in format...

2013-03-13 Thread Fridrich Strba (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2694 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/94/2694/1 Resolves: #i119943 Underline can not work with ; in format code the semicolon will always be regarded as

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

2013-03-13 Thread Tor Lillqvist
offapi/com/sun/star/drawing/Alignment.idl | 17 - offapi/com/sun/star/drawing/Direction3D.idl |4 offapi/com/sun/star/drawing/EscapeDirection.idl | 13 offapi/com/sun/star/drawing/FillStyle.idl |9

PATCH

2013-03-13 Thread Vishal Subbiah
0001-patch-for-removing-editeng-source-editeng-editview.c.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2013-03-13 Thread Caolán McNamara
chart2/source/view/charttypes/PieChart.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a42076ead5adf56ab8e1173353b5201e7e3672e3 Author: Caolán McNamara caol...@redhat.com Date: Wed Mar 13 09:13:47 2013 + WaE: fLogicZ duplicated Change-Id:

[Libreoffice-commits] core.git: config_host.mk.in configure.ac download.lst libmwaw/ExternalPackage_libmwaw.mk libmwaw/ExternalProject_libmwaw.mk libmwaw/Makefile libmwaw/Module_libmwaw.mk libmwaw/prj

2013-03-13 Thread Fridrich Štrba
Makefile.fetch |1 RepositoryExternal.mk | 30 RepositoryModule_host.mk |1 config_host.mk.in |3 + configure.ac |8 download.lst |2 +

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

2013-03-13 Thread Caolán McNamara
chart2/source/view/charttypes/PieChart.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 83bdce645a7fd4843630fc9a378de8620d48c6c4 Author: Caolán McNamara caol...@redhat.com Date: Wed Mar 13 09:16:32 2013 + Revert WaE: fLogicZ duplicated This

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

2013-03-13 Thread Vinaya
oox/inc/oox/ppt/comments.hxx| 195 oox/inc/oox/ppt/presentationfragmenthandler.hxx |5 oox/inc/oox/ppt/slidefragmenthandler.hxx|7 oox/inc/oox/ppt/slidepersist.hxx| 11 +

[PUSHED] Changes to enable display of comments annotations in pptx fi...

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

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

2013-03-13 Thread Zhe Wang
editeng/inc/editeng/svxenum.hxx | 16 +- filter/source/msfilter/svdfppt.cxx | 57 sd/source/filter/eppt/epptso.cxx|5 +++ sd/source/filter/eppt/pptx-text.cxx | 44 +++ 4 files changed, 121 insertions(+), 1

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

2013-03-13 Thread Noel Power
oox/inc/oox/drawingml/shape.hxx |5 - oox/source/drawingml/chart/chartdrawingfragment.cxx |2 +- oox/source/drawingml/shape.cxx | 15 +++ oox/source/ppt/dgmimport.cxx|2 +- oox/source/ppt/pptshape.cxx

[PUSHED libreoffice-4-0] Resolves: #i120773 Numbering lost when saving or opening a p...

2013-03-13 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2692 Approvals: Radek Doulík: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2692 To unsubscribe,

[PATCH libreoffice-4-0] bnc#798309 inherit group style from parent

2013-03-13 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2695 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/95/2695/1 bnc#798309 inherit group style from parent Change-Id: Ie4f1d244f1c9b4935305742d12cabaee3e38647c (cherry picked

[PATCH libreoffice-4-0] rhbz#895690: Make GIO UCP less brittle, so saving docs works...

2013-03-13 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2696 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/96/2696/1 rhbz#895690: Make GIO UCP less brittle, so saving docs works again 966d20e35d5a2be2fce6c204af5c156c3ead7063

Re: LibreOffice Compile Error

2013-03-13 Thread Michael Meeks
Hi Güner, First - welcome - great to have you working with us :-) On Tue, 2013-03-12 at 20:54 +0200, Güner Kaan ALKIM wrote: I have got a problem. I compiled libreoffice on Ubuntu 12.04. When everythings finished, I take a error message. That is annoying indeed. My terminal

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

2013-03-13 Thread Stephan Bergmann
ucb/source/ucp/gio/gio_content.cxx | 31 +++ 1 file changed, 15 insertions(+), 16 deletions(-) New commits: commit 43a4a16f60b7d1603b9984cfb355dc7e736a15f4 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Mar 13 08:59:42 2013 +0100 rhbz#895690: Make GIO

[PATCH libreoffice-3-6] rhbz#895690: Make GIO UCP less brittle, so saving docs works...

2013-03-13 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2697 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/97/2697/1 rhbz#895690: Make GIO UCP less brittle, so saving docs works again 966d20e35d5a2be2fce6c204af5c156c3ead7063

[PUSHED libreoffice-4-0] rhbz#895690: Make GIO UCP less brittle, so saving docs works...

2013-03-13 Thread Michael Meeks (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/2696 -- To view, visit https://gerrit.libreoffice.org/2696 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

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

2013-03-13 Thread Wang Lei
svl/source/numbers/zformat.cxx | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) New commits: commit 6e392dcccd1cd519dd84a084fb538e01a1959d0b Author: Wang Lei l...@apache.org Date: Thu Jun 21 06:33:26 2012 + Resolves: #i119943 Underline can not work with ; in

[PUSHED libreoffice-4-0] Resolves: #i119943 Underline can not work with ; in format...

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

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

2013-03-13 Thread Tor Lillqvist
sd/source/filter/eppt/pptx-text.cxx | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) New commits: commit f4d4bb797b66908e9e45add4c94565576d8b6cf7 Author: Tor Lillqvist t...@iki.fi Date: Wed Mar 13 12:32:56 2013 +0200 Revert Revert WaE: enumeration value not

[PATCH libreoffice-4-0-2] rhbz#895690: Make GIO UCP less brittle, so saving docs works...

2013-03-13 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2698 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/98/2698/1 rhbz#895690: Make GIO UCP less brittle, so saving docs works again 966d20e35d5a2be2fce6c204af5c156c3ead7063

[PATCH libreoffice-4-0-2] -Werror=shadow/-Werror=unused-variable

2013-03-13 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2699 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/99/2699/1 -Werror=shadow/-Werror=unused-variable ...picking the corresponding fix from

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

2013-03-13 Thread Stephan Bergmann
ucb/source/ucp/gio/gio_content.cxx | 31 +++ 1 file changed, 15 insertions(+), 16 deletions(-) New commits: commit 524962c4ade96412ed4c1bbf912492e39d054f0f Author: Stephan Bergmann sberg...@redhat.com Date: Wed Mar 13 08:59:42 2013 +0100 rhbz#895690: Make GIO

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

2013-03-13 Thread Chris
sc/source/core/data/dociter.cxx | 181 +++- 1 file changed, 89 insertions(+), 92 deletions(-) New commits: commit cc22c25de9be13596960b8af6c6f40fc2e3fd27d Author: Chris chris.sherloc...@gmail.com Date: Wed Mar 13 18:07:54 2013 +1100 Translate German

Re: PATCH

2013-03-13 Thread Cedric Bosdonnat
Hello Vishal, Thanks a lot for your patch. There are two things you'll need to do to help us integrate it: * Send directly the patch (it will ease the review / integration) 0001-removed-editeng-source-editeng-editview.cxx-EESelect.patch * Send a blanket license statement on this list. You can

[PUSHED libreoffice-3-6] rhbz#895690: Make GIO UCP less brittle, so saving docs works...

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

[PUSHED] Translate German comments, clean up some whitespace

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

Re: About coverity 705732 (svdundo.cxx from svx module)

2013-03-13 Thread Caolán McNamara
On Tue, 2013-03-12 at 13:43 -0700, julien2412 wrote: I noticed several things: 1) we could replace if (pText1) by if (pNewText). Of course if blocks must be changed 2) if pText1 corresponds to a new OutlinerParaObject and !pText, it seems there's a leak 3) why pObj-ActionChanged() and

Re: About coverity 704144 (XSLTFilter)

2013-03-13 Thread Caolán McNamara
On Tue, 2013-03-12 at 11:51 -0700, julien2412 wrote: Resource leak in object (CTOR_DTOR_LEAK)1. alloc_fn: Calling allocation function osl_createCondition(). First I thought about adding a destructor for XSLTFilter which would just call osl_destroyCondition Yeah, I'd do that, looks like the

Re: Questions in building

2013-03-13 Thread Michael Stahl
On 13/03/13 07:13, Dehua Xu wrote: Hi Michael, hi Dehua, please keep the mailing list in CC: because then other people who know more about the specifics can give you answers too. thank you for your help. now i am using the master LO 4.1 , i am interested in Using LibreOffice

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

2013-03-13 Thread Stephan Bergmann
chart2/source/view/charttypes/PieChart.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 6dc033dd2b55f91023fc446dd4f24b2a27ee2bf6 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Mar 13 09:27:13 2013 +0100 -Werror=shadow/-Werror=unused-variable ...picking the

[PUSHED libreoffice-4-0-2] -Werror=shadow/-Werror=unused-variable

2013-03-13 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2699 Approvals: Caolán McNamara: Verified; Looks good to me, approved Bosdonnat Cedric: Verified; Looks good to me, but someone else must

[PATCH libreoffice-4-0-2] fix for fdo#62111 - don't count non-default empty rows as ro...

2013-03-13 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2700 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/00/2700/1 fix for fdo#62111 - don't count non-default empty rows as rows to repeat Change-Id:

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

2013-03-13 Thread Stephan Bergmann
ucb/source/ucp/gio/gio_content.cxx | 31 +++ 1 file changed, 15 insertions(+), 16 deletions(-) New commits: commit 6892e43649e9d405c1b38e80826ebe87b2aca2e9 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Mar 13 08:59:42 2013 +0100 rhbz#895690: Make GIO

[PUSHED libreoffice-4-0-2] rhbz#895690: Make GIO UCP less brittle, so saving docs works...

2013-03-13 Thread David Tardon (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2698 Approvals: Caolán McNamara: Verified; Looks good to me, but someone else must approve David Tardon: Verified; Looks good to me, approved

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

2013-03-13 Thread Armin Le Grand
drawinglayer/Library_drawinglayer.mk| 1 drawinglayer/Package_inc.mk | 1 drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx | 1

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - b8/bc1803936a88bd7a6d9d8fb18a9eff6b36c837 d8/375974636b078cc87c0aa63c813d69c134c3da

2013-03-13 Thread Caolán McNamara
b8/bc1803936a88bd7a6d9d8fb18a9eff6b36c837 |1 + d8/375974636b078cc87c0aa63c813d69c134c3da |1 + 2 files changed, 2 insertions(+) New commits: commit 0830751eedf8a740f0536d10c7e85a4b24c19108 Author: Caolán McNamara caol...@redhat.com Date: Wed Mar 13 11:25:29 2013 + Notes

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Lior Kaplan kaplanl...@gmail.com changed: What|Removed |Added Blocks||60712 --- Comment

Re: WPXStringStream

2013-03-13 Thread Fridrich Strba
On 12/03/13 15:58, Ivan wrote: 1)There is a error in function: WPXInputStream *WPXStringStream::getDocumentOLEStream(const char *name); if (!d-buffer.empty()) The first line in this function shouldn't have '!' symbol. Thanks, this is indeed a bug and I thank you for attracting our attention

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

2013-03-13 Thread Jian Hong Cheng
sw/inc/numrule.hxx |8 + sw/source/core/doc/number.cxx|4 sw/source/filter/ww8/attributeoutputbase.hxx |3 sw/source/filter/ww8/docxattributeoutput.cxx |3 sw/source/filter/ww8/docxattributeoutput.hxx |3

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - e4/ce9034cd5c1783a7265722970d1e3cd69ad4c8

2013-03-13 Thread Fridrich Štrba
e4/ce9034cd5c1783a7265722970d1e3cd69ad4c8 |1 + 1 file changed, 1 insertion(+) New commits: commit bdc285f27cd0185269a1439cecadcb69f1b9e67a Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Wed Mar 13 12:57:39 2013 +0100 Notes added by 'git notes add' diff --git

Re: A focus on tables in Impress is needed

2013-03-13 Thread Lior Kaplan
On Fri, Feb 15, 2013 at 7:22 PM, Jan Holesovsky ke...@suse.cz wrote: Hi Lior, Lior Kaplan píše v St 13. 02. 2013 v 01:11 +0200: There might be a more formal process to raise such an issue, any pointers would be welcomed. Yes - for the most pressing issues the best is to add them to Most

Re: Gdb support for exceptions (Re: using backtrace() in exception throwing?)

2013-03-13 Thread Michael Meeks
Hi Tom, On Tue, 2013-02-26 at 14:23 +0100, Jan Holesovsky wrote: Michael Even better than this would (perhaps) be a break inside thrower that Michael is caught here type breakpoint - that we could invoke to land us in Michael whatever code is going to throw as it does that [ and

[Libreoffice-commits] core.git: 2 commits - redland/ExternalPackage_raptor.mk redland/ExternalPackage_rasqal.mk redland/ExternalPackage_redland.mk redland/ExternalProject_raptor.mk redland/ExternalPro

2013-03-13 Thread David Tardon
redland/ExternalPackage_raptor.mk |3 +++ redland/ExternalPackage_rasqal.mk |3 +++ redland/ExternalPackage_redland.mk |3 +++ redland/ExternalProject_raptor.mk |2 +- redland/ExternalProject_rasqal.mk |2 +- redland/ExternalProject_redland.mk |2 +- 6 files changed,

[PATCH libreoffice-3-6] bnc#798309 inherit group style from parent

2013-03-13 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2701 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/01/2701/1 bnc#798309 inherit group style from parent Change-Id: Ie4f1d244f1c9b4935305742d12cabaee3e38647c --- M

[PATCH libreoffice-3-6] bnc#798309 inherit group style from parent

2013-03-13 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2702 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/02/2702/1 bnc#798309 inherit group style from parent Change-Id: I8acba22750b8b06b9c20607884629899ad180425 --- M

[ABANDONED libreoffice-3-6] bnc#798309 inherit group style from parent

2013-03-13 Thread Noel Power (via Code Review)
Noel Power has abandoned this change. Change subject: bnc#798309 inherit group style from parent .. Patch Set 1: Abandoned gah I've submitted a new version that squashes a further commit, please use that instead -- To view,

String methods cleanup

2013-03-13 Thread Ricardo Montania
I'm currently working in the removal of the class String, more specifically, in the AppendAscii method. But frequently I need to rewrite some functions that requires String to use OUString. And these changes generate big patches, because the change need to be pushed at once. There is some problem

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

2013-03-13 Thread Fridrich Štrba
sw/inc/numrule.hxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 6980046ff927d5cb5a2d83dcd730eb7c3b9fe414 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Wed Mar 13 13:48:20 2013 +0100 Some little cleanup Change-Id:

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

2013-03-13 Thread Caolán McNamara
sfx2/inc/sfx2/mgetempl.hxx |1 - sfx2/source/dialog/mgetempl.cxx |5 - sfx2/source/dialog/mgetempl.src |9 + 3 files changed, 1 insertion(+), 14 deletions(-) New commits: commit 866a9a57fedf92767f64fc9348722ce42e17cde4 Author: Caolán McNamara caol...@redhat.com

Re: PATCH

2013-03-13 Thread Cedric Bosdonnat
Ok, thanks for the blanket license. I'll add your name to the wiki page then. But the other problem isn't solved: could you please put all your changes in one patch (not nesting patches inside patches?). To do that, simply: - hack the files you need - git add the files you hacked - git

Re: About coverity 705732 (svdundo.cxx from svx module)

2013-03-13 Thread julien2412
Thorsten, Caolán, Following your respective feedback about this, thank you for this, I thought about gerrit submitting on master as it is since Caolán seems quite confident and it may allow an easier review. In general, in bug triaging, cppcheck and very recently scan coverity, my purpose is to

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

2013-03-13 Thread Caolán McNamara
sw/source/filter/ww8/rtfattributeoutput.cxx |2 - sw/source/filter/ww8/rtfexport.cxx |2 - sw/source/filter/ww8/writerhelper.cxx | 42 ++-- sw/source/filter/ww8/wrtww8gr.cxx |5 +-- sw/source/filter/ww8/ww8par.cxx |4

Re: mdds 0.7.0 on master

2013-03-13 Thread Kohei Yoshida
On 03/12/2013 06:01 PM, Kohei Yoshida wrote: Hi there, FYI, the master branch now requires mdds 0.7.0 to build. This should not be a problem for those who use internal mdds, but for those who use the system mdds, please be aware of this. And while I'm working on my feature branch making heavy

Re: String methods cleanup

2013-03-13 Thread Michael Meeks
On Wed, 2013-03-13 at 09:34 -0300, Ricardo Montania wrote: I'm currently working in the removal of the class String, more specifically, in the AppendAscii method. But frequently I need to rewrite some functions that requires String to use OUString. And these changes generate big patches,

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

2013-03-13 Thread Armin Le Grand
svx/source/svdraw/svdfmtf.cxx| 174 +++ svx/source/svdraw/svdfmtf.hxx| 20 ++- svx/source/svdraw/svdxcgv.cxx| 32 ++--- sw/qa/extras/ooxmlimport/ooxmlimport.cxx |2 vcl/source/gdi/metaact.cxx |3

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c4/66b30aaec0b2d5775013015db14cdaa53cb2db

2013-03-13 Thread Caolán McNamara
c4/66b30aaec0b2d5775013015db14cdaa53cb2db |1 + 1 file changed, 1 insertion(+) New commits: commit a432e5a82895b6b4b6429b9ece4e37ac4c2a44b3 Author: Caolán McNamara caol...@redhat.com Date: Wed Mar 13 13:41:44 2013 + Notes added by 'git notes add' diff --git

[PATCH] String::AppendAscii cleanup

2013-03-13 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2703 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/03/2703/1 String::AppendAscii cleanup Change-Id: If9e57c77d39597db78739a7886d76ee0197f6461 --- M

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

2013-03-13 Thread Noel Power
oox/inc/oox/drawingml/shape.hxx |5 - oox/source/drawingml/chart/chartdrawingfragment.cxx |2 +- oox/source/drawingml/shape.cxx | 15 +++ oox/source/ppt/dgmimport.cxx|2 +- oox/source/ppt/pptshape.cxx

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

2013-03-13 Thread Noel Power
sc/source/filter/oox/stylesbuffer.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 8b29f5cb0333c156154adc151a613a547fde4f8f Author: Noel Power noel.po...@suse.com Date: Wed Mar 13 12:23:41 2013 + fix fdo#38385 - accept as valid 'start' and 'end' tokens for

[Libreoffice-commits] core.git: libmwaw/ExternalProject_libmwaw.mk

2013-03-13 Thread Michael Stahl
libmwaw/ExternalProject_libmwaw.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 055c53a23e6d2db493d85579cf9fb8b91f52c63d Author: Michael Stahl mst...@redhat.com Date: Wed Mar 13 14:57:26 2013 +0100 libmwaw: let this thing find internal boost Change-Id:

[Libreoffice-commits] core.git: libmwaw/libmwaw-0.1.7-misc.patch libmwaw/UnpackedTarball_mwaw.mk

2013-03-13 Thread Fridrich Štrba
libmwaw/UnpackedTarball_mwaw.mk |1 libmwaw/libmwaw-0.1.7-misc.patch | 124 +++ 2 files changed, 125 insertions(+) New commits: commit 0df86f262b86dbf4dcd0cab9a7b915d9ef87e032 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Wed Mar 13 15:16:05

[PATCH] Add a button to create a new empty folder in template manage...

2013-03-13 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2704 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/04/2704/1 Add a button to create a new empty folder in template manager. Change-Id:

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

2013-03-13 Thread Marco Cecchetti
filter/source/svg/presentation_engine.js | 36 --- 1 file changed, 19 insertions(+), 17 deletions(-) New commits: commit 97e33446de29e217cd12746f6d0586ae6eb52fc2 Author: Marco Cecchetti mrcek...@gmail.com Date: Mon Mar 11 18:47:28 2013 +0100 Update JessyInk

[Libreoffice-commits] core.git: 2 commits - basic/source libmwaw/libmwaw-0.1.7-misc.patch

2013-03-13 Thread Fridrich Štrba
basic/source/classes/sbxmod.cxx |2 +- libmwaw/libmwaw-0.1.7-misc.patch | 11 ++- 2 files changed, 11 insertions(+), 2 deletions(-) New commits: commit 2759389def5f5cb671d57a28a4f7962374c76355 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Wed Mar 13 15:39:16 2013 +0100

Re: archive / install slowness ...

2013-03-13 Thread Michael Stahl
On 11/03/13 22:19, Caolán McNamara wrote: On Mon, 2013-03-11 at 22:04 +0100, Michael Stahl wrote: that is one of the reasons why i'm of the opinion that using wildcards in a build system is almost always a Bad Idea, trading a short-term inconvenience for subtle breakages and surprises. The

[Libreoffice-commits] core.git: libmwaw/libmwaw-0.1.7-autotools.patch

2013-03-13 Thread Fridrich Štrba
libmwaw/libmwaw-0.1.7-autotools.patch | 20 1 file changed, 20 insertions(+) New commits: commit f453065a1be4f9031ef86a9f40231d400543b695 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Wed Mar 13 15:44:33 2013 +0100 Could this actually fix android?

[PATCH libreoffice-4-0] Fix Set/Let mixup ( from String - OUString rework ) fdo#607...

2013-03-13 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2705 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/05/2705/1 Fix Set/Let mixup ( from String - OUString rework ) fdo#60752 Change-Id:

[PATCH libreoffice-4-0-2] Fix Set/Let mixup ( from String - OUString rework ) fdo#607...

2013-03-13 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2706 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/06/2706/1 Fix Set/Let mixup ( from String - OUString rework ) fdo#60752 Change-Id:

[Libreoffice-commits] core.git: sfx2/inc sfx2/source sfx2/uiconfig sfx2/UI_sfx.mk

2013-03-13 Thread Caolán McNamara
sfx2/UI_sfx.mk |1 sfx2/inc/sfx2/mgetempl.hxx | 36 +--- sfx2/source/dialog/mgetempl.cxx | 206 +++ sfx2/uiconfig/ui/managestylepage.ui | 268 4 files changed, 366 insertions(+), 145

[Libreoffice-commits] core.git: libmwaw/libmwaw-0.1.7-misc.patch

2013-03-13 Thread Fridrich Štrba
libmwaw/libmwaw-0.1.7-misc.patch |8 1 file changed, 8 insertions(+) New commits: commit 2e8ab3350dd99c7cf284956b5d5eb9ee0358c84c Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Wed Mar 13 15:59:02 2013 +0100 Ouch, hope the last one Change-Id:

TestExtension.oxt: What is its purpose?

2013-03-13 Thread Dan Lewis
I recently built LibreOffice on 4.0 while also building a mysql-connector-ooo. In the same folder as this one I found two other extensions: reportbuilder.oxt and TestExtension.oxt. What purpose does the latter serve, and how should it be used? I have searched for information about it, but

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

2013-03-13 Thread Caolán McNamara
editeng/source/items/optitems.cxx |6 ++ editeng/source/items/paraitem.cxx |9 +++-- editeng/source/items/svxitems.src |6 +++--- 3 files changed, 8 insertions(+), 13 deletions(-) New commits: commit 251200d25c6a53e43aa91055622b931d3b4ed738 Author: Caolán McNamara

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

2013-03-13 Thread Noel Power
basic/source/classes/sbxmod.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ee84eaa33aef7b7523ce949ad3e2ccf9bc467c6d Author: Noel Power noel.po...@suse.com Date: Wed Mar 13 14:37:01 2013 + Fix Set/Let mixup ( from String - OUString rework ) fdo#60752

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

2013-03-13 Thread Noel Power
oox/inc/oox/drawingml/shape.hxx |5 - oox/source/drawingml/chart/chartdrawingfragment.cxx |2 +- oox/source/drawingml/shape.cxx | 15 +++ oox/source/ppt/dgmimport.cxx|2 +- oox/source/ppt/pptshape.cxx

[PUSHED libreoffice-4-0] Fix Set/Let mixup ( from String - OUString rework ) fdo#607...

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

[PUSHED libreoffice-4-0] bnc#798309 inherit group style from parent

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

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

2013-03-13 Thread Noel Power
oox/inc/oox/drawingml/shape.hxx |5 - oox/source/drawingml/chart/chartdrawingfragment.cxx |2 +- oox/source/drawingml/shape.cxx | 15 +++ oox/source/ppt/dgmimport.cxx|2 +- oox/source/ppt/pptshape.cxx

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

2013-03-13 Thread Ricardo Montania
cui/source/dialogs/SpellDialog.cxx |4 ++-- cui/source/tabpages/numpages.cxx | 12 ++-- cui/source/tabpages/tparea.cxx | 32 3 files changed, 24 insertions(+), 24 deletions(-) New commits: commit 03c1f1732d738f57afee3d69e6a5f18d2eac5934

[PUSHED libreoffice-3-6] bnc#798309 inherit group style from parent

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

[PUSHED] String::AppendAscii cleanup

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

[Libreoffice-commits] core.git: 4 commits - codemaker/Module_codemaker.mk comphelper/Module_comphelper.mk configure.ac i18npool/CustomTarget_localedata.mk i18npool/Module_i18npool.mk icu/Module_icu.mk

2013-03-13 Thread Matúš Kukan
Makefile.in |2 RepositoryExternal.mk |1 codemaker/Module_codemaker.mk |3 - comphelper/Module_comphelper.mk |4 - configure.ac| 65

Re: PATCH

2013-03-13 Thread Noel Grandin
This patch is garbage. It will not even compile. And I'm not talking about the fact that he attached the wrong thing, I mean that I looked inside it and Vishal does not appear to understand C++ at all. ___ LibreOffice mailing list

Re: issue building master: new dependency ?

2013-03-13 Thread Michael Stahl
On 25/02/13 15:16, Jean-Baptiste Faure wrote: Le 25/02/2013 14:02, Bjoern Michaelsen a écrit : On Mon, Feb 25, 2013 at 06:38:16AM +0100, Jean-Baptiste Faure wrote: Hi, Since yesterday I have the following error message when I build the master: checking for gnutls libraries = 0.8.1... no

[Libreoffice-commits] core.git: helpcontent2

2013-03-13 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7820e759ab083dd9a501e5bd0cd28a0dbea522ad Author: Caolán McNamara caol...@redhat.com Date: Wed Mar 13 15:16:56 2013 + Updated core Project: help 23ab50363f88feb8045447a8b63e79b2e7b248fe

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

2013-03-13 Thread Caolán McNamara
helpers/help_hid.lst |7 --- source/text/shared/01/05040100.xhp | 31 --- 2 files changed, 16 insertions(+), 22 deletions(-) New commits: commit 23ab50363f88feb8045447a8b63e79b2e7b248fe Author: Caolán McNamara caol...@redhat.com Date: Wed

[Libreoffice-commits] core.git: sfx2/AllLangResTarget_sfx2.mk sfx2/inc sfx2/source sfx2/uiconfig

2013-03-13 Thread Caolán McNamara
sfx2/AllLangResTarget_sfx2.mk |1 sfx2/inc/sfx2/sfx.hrc |2 sfx2/source/dialog/mgetempl.cxx |8 +- sfx2/source/dialog/mgetempl.hrc | 33 - sfx2/source/dialog/mgetempl.src | 121

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

2013-03-13 Thread Kohei Yoshida
sc/source/core/data/documen8.cxx | 32 +--- 1 file changed, 21 insertions(+), 11 deletions(-) New commits: commit ac9058b2886d8621172844357a4f652f63f5a27f Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Mar 13 10:05:47 2013 -0400 Annotate this

  1   2   3   4   >