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

2013-04-26 Thread Samuel Mehrbrodt
vcl/source/src/fpicker.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f13324bc8461f0e604639d301ab12d04953a9284 Author: Samuel Mehrbrodt Date: Thu Apr 25 13:16:55 2013 +0200 Better text for "Insert as Link" Checkbox This Checkbox is shown in the F

[PUSHED] Better text for "Insert as Link" Checkbox

2013-04-26 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/3602 Approvals: Tor Lillqvist: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3602 To unsubscribe, visi

[PATCH] Create conversion constructor for Reference

2013-04-26 Thread Noel Grandin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3613 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/13/3613/1 Create conversion constructor for Reference makes UNO code less noisy. Change-Id: Ib501f462e232ad7eda57e2a74634

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

2013-04-26 Thread Miklos Vajna
starmath/source/mathmlexport.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit a44bff569bcef931e1ca6a7b2b8d0bcd279725bc Author: Miklos Vajna Date: Fri Apr 26 09:21:18 2013 +0200 SmXMLExport::GetViewSettings: add back lost property name This was removed in 90a91ed3e

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

2013-04-26 Thread Samuel Mehrbrodt
avmedia/source/viewer/mediawindow.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit c31824afc633c24b03c9f6f84b582c5a2ded51de Author: Samuel Mehrbrodt Date: Thu Apr 25 17:45:51 2013 +0200 fdo#56832 Explicitly mention Ogg Audio and Video .ogx is als

[PUSHED] fdo#56832 Explicitly mention Ogg Audio and Video

2013-04-26 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/3609 Approvals: Tor Lillqvist: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3609 To unsubscribe, visi

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

2013-04-26 Thread karth
svx/source/table/svdotable.cxx | 12 1 file changed, 12 insertions(+) New commits: commit bd1e5791951c0e8eae6e79f1789ba1115cdead53 Author: karth Date: Thu Apr 25 22:28:16 2013 +0530 Resolves fdo#62673 Table cells non-editable on cell merge Change-Id: I2d9244115d08e

[PUSHED] Resolves fdo#62673 Table cells non-editable on cell merge

2013-04-26 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/3273 Approvals: Tor Lillqvist: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3273 To unsubscribe, visi

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

2013-04-26 Thread Harri Pitkänen
sw/source/filter/html/htmlsect.cxx | 10 -- sw/source/filter/html/svxcss1.cxx | 22 ++ sw/source/filter/html/svxcss1.hxx |2 ++ sw/source/filter/html/swhtml.hxx |2 +- sw/source/filter/html/wrthtml.cxx | 18 +- 5 files changed, 38 inse

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

2013-04-26 Thread Michael Stahl
solenv/gbuild/platform/com_MSC_class.mk |8 1 file changed, 8 insertions(+) New commits: commit 170668d83911c12475eccf69eba5e191863d4a56 Author: Michael Stahl Date: Wed Apr 17 12:40:20 2013 +0200 gbuild: MSVC: only re-link libraries if exported symbols change Impleme

[PUSHED] Use instead of when exporting multi-column ...

2013-04-26 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/3610 Approvals: Tor Lillqvist: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3610 To unsubscribe, visi

[PUSHED] gbuild: MSVC: only re-link libraries if exported symbols cha...

2013-04-26 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/3612 Approvals: Tor Lillqvist: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3612 To unsubscribe, visi

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

2013-04-26 Thread Jan Holesovsky
vcl/source/gdi/outdev6.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit e8e94a05fcc4906e06f0f283432b73470974d588 Author: Jan Holesovsky Date: Wed Apr 24 16:15:19 2013 +0200 fdo#59259: Suppress the expensive parts when we are only writing to metafile. When we a

[PATCH] Rewrite as a static table of keywords and loop over these ke...

2013-04-26 Thread Anthony Youngman (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3614 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/14/3614/1 Rewrite as a static table of keywords and loop over these keywords This patch creates a static list of keywords

[PATCH] Rewrite as a static table of keywords and loop over them

2013-04-26 Thread Anthony Youngman (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3615 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/15/3615/1 Rewrite as a static table of keywords and loop over them This patch implements a TODO so that new keywords can s

[PATCH] Change j type to size_t

2013-04-26 Thread Anthony Youngman (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3616 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/16/3616/1 Change j type to size_t Change-Id: If04e33228162baab392906903a574f1a6e7a6110 --- M connectivity/source/drivers/p

[PUSHED libreoffice-4-0-3] fdo#59259: Suppress the expensive parts when we are only wri...

2013-04-26 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/3597 Approvals: Caolán McNamara: Verified; Looks good to me, approved Fridrich Strba: Looks good to me, but someone else must approve -- To

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

2013-04-26 Thread Muthu Subramanian
cppcanvas/source/mtfrenderer/emfplus.cxx | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) New commits: commit 5a1d77327867ae9b80bc676d67f1f70a5d8a2fd4 Author: Muthu Subramanian Date: Fri Apr 26 14:02:47 2013 +0530 fdo#60638: Workaround should be in FillRects rather tha

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

2013-04-26 Thread Stephan Bergmann
cppuhelper/source/typemanager.cxx | 47 -- cppuhelper/source/typemanager.hxx |1 2 files changed, 26 insertions(+), 22 deletions(-) New commits: commit 19d2de7d5561073f81112974569b98b93d6b7334 Author: Stephan Bergmann Date: Fri Apr 26 10:37:56 2013 +0

[PATCH] fdo#60625 - Document converter wizard fails to find powerpoi...

2013-04-26 Thread Anurag Kanungo (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3617 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/17/3617/1 fdo#60625 - Document converter wizard fails to find powerpoint files to convert Previously all the formats was s

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

2013-04-26 Thread anuragkanungo
wizards/source/importwizard/DialogModul.xba |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit f25ad4403645cd67b2e50026abf0fe6e81ed9213 Author: anuragkanungo Date: Fri Apr 26 02:03:01 2013 +0530 fdo#60625 - Document converter wizard fails to find powerpoint

[PUSHED] fdo#60625 - Document converter wizard fails to find powerpoi...

2013-04-26 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/3617 Approvals: Tor Lillqvist: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3617 To unsubscribe, visi

[PATCH] fix WaE with system libhunspell

2013-04-26 Thread David Ostrovsky (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3618 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/18/3618/1 fix WaE with system libhunspell Change-Id: I6d943136ef189a57bc5fa95530c76b0226ba874d --- M RepositoryExternal.mk

Re: LibreOffice icons unofficial

2013-04-26 Thread Christian Lohmaier
Hi Mariano, *, On Fri, Apr 26, 2013 at 3:09 AM, Mariano Gaudix wrote: > > I developed a pack of icons unofficial for LibreOffice . > > How i can do that the program recognize my icons ? Not sure whether I understand you correctly, since as you uploaded screenshots with LO using the i

[Libreoffice-commits] core.git: 4 commits - Repository.mk solenv/bin solenv/gbuild unotest/source

2013-04-26 Thread Stephan Bergmann
Repository.mk| 15 +-- solenv/bin/macosx-change-install-names.pl|1 - solenv/gbuild/platform/macosx.mk |2 +- unotest/source/python/org/libreoffice/unotest.py |8 +--- 4 files changed, 15 insertions(+), 11 de

[Libreoffice-commits] core.git: editeng/source include/editeng include/svx sc/inc sc/source starmath/source svx/source

2013-04-26 Thread Caolán McNamara
editeng/source/editeng/editeng.cxx |2 +- editeng/source/outliner/outleeng.cxx |2 +- editeng/source/outliner/outleeng.hxx |2 +- editeng/source/outliner/outliner.cxx |2 +- editeng/source/uno/unoedprx.cxx

[Libreoffice-commits] core.git: postprocess/CustomTarget_images.mk

2013-04-26 Thread Caolán McNamara
postprocess/CustomTarget_images.mk |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit 484d75feb3518976434dfdb883d283c6fdca9c9f Author: Caolán McNamara Date: Fri Apr 26 10:41:59 2013 +0100 Related: fdo#63591 pack missing images referenced by .ui files

MariaDB configure error with autogen.sh

2013-04-26 Thread Wols Lists
Just building a new libreoffice, and --with-systgem-mariadb is complaining that mariadb 5.5 is too old, it wants 5.0 or 5.1 :-) Cheers, Wol ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libre

Re: MariaDB configure error with autogen.sh

2013-04-26 Thread Lionel Elie Mamane
On Fri, Apr 26, 2013 at 10:54:22AM +0100, Wols Lists wrote: > Just building a new libreoffice, and --with-systgem-mariadb is > complaining that mariadb 5.5 is too old, it wants 5.0 or 5.1 :-) Please show us the output of "mariadb_config --version". Thanks. -- Lionel _

[PATCH] Made some changes for freeze unfreeze

2013-04-26 Thread Sameer Deshmukh (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3619 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/19/3619/1 Made some changes for freeze unfreeze Change-Id: Ice5fc99f7f9108fe1f98b06a9fbcd0e2b0bd5787 --- M sc/source/ui/vi

[PATCH] fdo#61060 - Freeze and unfreeze now mark document as unsaved...

2013-04-26 Thread Sameer Deshmukh (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3620 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/20/3620/1 fdo#61060 - Freeze and unfreeze now mark document as unsaved. Change-Id: Ie1377e42430a6608c0d316d5bf1f2a2dd2f35d

[ABANDONED] Made some changes for freeze unfreeze

2013-04-26 Thread Sameer Deshmukh (via Code Review)
Sameer Deshmukh has abandoned this change. Change subject: Made some changes for freeze unfreeze .. Patch Set 1: Abandoned Got committed by mistake -- To view, visit https://gerrit.libreoffice.org/3619 To unsubscribe, visit h

[ABANDONED] fdo#61060 - Freeze and unfreeze now mark document as unsaved...

2013-04-26 Thread Tor Lillqvist (via Code Review)
Tor Lillqvist has abandoned this change. Change subject: fdo#61060 - Freeze and unfreeze now mark document as unsaved. .. Patch Set 1: Abandoned -- To view, visit https://gerrit.libreoffice.org/3620 To unsubscribe, visit https

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

2013-04-26 Thread Muthu Subramanian
oox/source/drawingml/chart/datasourcecontext.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1ffe3891866ace5ce62ef92224f4a60b5906c0ac Author: Muthu Subramanian Date: Thu Mar 28 20:12:54 2013 +0530 n#810508: Fixes import of Scatternet and Bubble charts.

Re: [GSoC] Enhanced database ranges, some clarification needed.

2013-04-26 Thread Eike Rathke
Hi Kohei, On Thursday, 2013-04-25 12:29:21 -0400, Kohei Yoshida wrote: > Off chance, would you be interested in co-mentoring this task with > me? You have strong background on this task, probably more so than > I at the moment. I would be great to have you as a potential > co-mentor... Let's t

[Libreoffice-commits] core.git: 2 commits - comphelper/source sw/CppunitTest_sw_odfexport.mk sw/qa

2013-04-26 Thread Miklos Vajna
comphelper/source/container/embeddedobjectcontainer.cxx | 15 ++--- sw/CppunitTest_sw_odfexport.mk | 13 +--- sw/qa/extras/odfexport/data/fdo58949.docx |binary sw/qa/extras/odfexport/odfexport.cxx| 25 4 fil

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

2013-04-26 Thread Miklos Vajna
svtools/source/misc/embedhlp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 61101d99c229da979626a8c3aa471a42acfe6295 Author: Miklos Vajna Date: Fri Apr 26 12:48:10 2013 +0200 EmbeddedObjectRef: guard against div by zero With this, if dc92bac5df72

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - reportbuilder/java

2013-04-26 Thread Lionel Elie Mamane
reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/TableCellLayoutController.java |5 - 1 file changed, 5 deletions(-) New commits: commit 7a4a38895d4e419bf4db57b0668af60b4dc6b595 Author: Lionel Elie Mamane Date: Wed Apr 24 14:56:00 2013 +0200 fdo#33091 a NULL value

[Libreoffice-commits] core.git: postprocess/CustomTarget_images.mk

2013-04-26 Thread David Tardon
postprocess/CustomTarget_images.mk | 34 +++--- 1 file changed, 11 insertions(+), 23 deletions(-) New commits: commit 35f86a72df84b905fd2297f8a08c75e91f43d604 Author: David Tardon Date: Fri Apr 26 13:13:23 2013 +0200 one pattern rule is enough As has

[PUSHED libreoffice-4-0] fdo#33091 a NULL value of float type is not NaN

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

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

2013-04-26 Thread Muthu Subramanian
cppcanvas/source/mtfrenderer/emfplus.cxx | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) New commits: commit 8d64acdfac9acbf1a58902e8a531373b6f5c52fc Author: Muthu Subramanian Date: Fri Apr 26 16:58:18 2013 +0530 fdo#60638: Workaround should be in FillRects rather tha

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

2013-04-26 Thread Thorsten Behrens
include/oox/ppt/pptshape.hxx|2 ++ oox/source/ppt/animationspersist.cxx|8 +++- oox/source/ppt/pptshape.cxx | 13 +++-- oox/source/ppt/pptshapegroupcontext.cxx |3 ++- oox/source/ppt/timetargetelementcontext.cxx |6 ++ 5

Re: hints asked for fdo#59727

2013-04-26 Thread Eike Rathke
Hi Winfried, On Thursday, 2013-04-25 08:31:39 +0200, Winfried Donkers wrote: > Bug fdo59727 is about addin function MONTHS() that is not interpreted > correctly when read from an xlsx file. > That is, an xlsx file with the function "MONTHS(...)" opened with calc shows > "com.sun.star.sheet.addi

[PATCH] fdo#63154: Remove all usages of the macro EXTERN_C

2013-04-26 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3621 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/21/3621/1 fdo#63154: Remove all usages of the macro EXTERN_C Change-Id: I25b7f509ba5d1007a16c84ad05870a8174c094ec --- M em

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

2013-04-26 Thread Thorsten Behrens
oox/inc/oox/ppt/pptshape.hxx|2 ++ oox/source/ppt/animationspersist.cxx| 10 -- oox/source/ppt/pptshape.cxx | 13 +++-- oox/source/ppt/pptshapegroupcontext.cxx |3 ++- oox/source/ppt/timetargetelementcontext.cxx |6 ++

[Libreoffice-commits] core.git: smoketest/CppunitTest_smoketest.mk smoketest/Executable_libtest.mk solenv/gbuild

2013-04-26 Thread Stephan Bergmann
smoketest/CppunitTest_smoketest.mk |4 ++-- smoketest/Executable_libtest.mk |9 ++--- solenv/gbuild/PythonTest.mk | 10 +++--- solenv/gbuild/platform/com_MSC_class.mk | 11 +-- solenv/gbuild/platform/macosx.mk| 13 + solenv

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

2013-04-26 Thread Matúš Kukan
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 914ea9a78a40210a38292b15a0e41a706f3cd9ec Author: Matúš Kukan Date: Thu Apr 25 09:55:12 2013 +0200 -I$(SRCDIR)/include is added into SOLARINC later Change-Id: Ib65b3fda5bc1224e569f38cf75607

[PATCH libreoffice-4-0] Fix bnc#705982 - make animations inside SmartArt work.

2013-04-26 Thread Thorsten Behrens (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3622 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/22/3622/1 Fix bnc#705982 - make animations inside SmartArt work. With the fallback loading of extDrawing for SmartArt grap

[Libreoffice-commits] core.git: embedserv/source include/tools lotuswordpro/source sal/systools sfx2/source

2013-04-26 Thread Marcos Paulo de Souza
embedserv/source/inc/embservconst.h | 40 +++ include/tools/solar.h|6 lotuswordpro/source/filter/lwpfilter.hxx |2 - sal/systools/win32/uwinapi/legacy.c |2 - sfx2/source/control/dispatch.cxx |2 - sfx2/sourc

[PUSHED] fdo#63154: Remove all usages of the macro EXTERN_C

2013-04-26 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/3621 Approvals: Tor Lillqvist: Verified; Looks good to me, approved David Tardon: Verified; Looks good to me, approved -- To view, visit htt

Re: What's the point in destroying whitepsace based alignment in the source?

2013-04-26 Thread Kohei Yoshida
On 04/26/2013 12:54 AM, Markus Mohrhard wrote: If Eike or Kohei disagree with my formatting we can roll it back. I have the same personal preference as Markus actually. I dislike these type of aligned tables unless we know that the values would never become too long, which, for these tables,

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

2013-04-26 Thread Andras Timar
Tag 'suse-3.6-20' created by Andras Timar at 2013-04-26 13:01 -0700 suse-3.6-20 Changes since suse-3.6-19-1: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/l

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

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

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

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

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

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

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

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

[Libreoffice-commits] core.git: include/comphelper

2013-04-26 Thread Miklos Vajna
include/comphelper/string.hxx | 30 -- 1 file changed, 30 deletions(-) New commits: commit 182f77a46d755b90fb7c79a4e80666beff47cf0c Author: Miklos Vajna Date: Fri Apr 26 14:13:25 2013 +0200 comphelper: ConstAsciiString is now unused Change-Id: Ifad05

Re: What's the point in destroying whitepsace based alignment in the source?

2013-04-26 Thread Kohei Yoshida
On 04/26/2013 02:22 AM, Markus Mohrhard wrote: 2013/4/26 Markus Mohrhard > But if not the above, I would let the original code be, i.e. revert the change. Then please revert. I like how all people who never touched the file dec

Re: Patch for libmspub

2013-04-26 Thread Caolán McNamara
On Thu, 2013-04-25 at 23:21 +0200, Franz Schmid wrote: > Hi, > > i've found out how Drop-Caps are encoded in .pub format. > Attached is a patch that adds first support for that to > libmspub. For libmspub, I suggest putting Fridrich on explicit CC on those patches. C. _

[PATCH] Fix fdo#35785: recent documents feature of the Windows 7 Sta...

2013-04-26 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3623 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/23/3623/1 Fix fdo#35785: recent documents feature of the Windows 7 Start menu broken Change-Id: I61cffeaf661db7e7b8f642bbb

[PATCH libreoffice-4-0] fdo#58949 EmbeddedObjectContainer: guard against embed::Wron...

2013-04-26 Thread Miklos Vajna (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3624 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/24/3624/1 fdo#58949 EmbeddedObjectContainer: guard against embed::WrongStateException The problem was that in case an exce

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

2013-04-26 Thread Jesús Corrius
desktop/win32/source/applauncher/launcher.cxx | 37 -- desktop/win32/source/applauncher/launcher.hxx |1 desktop/win32/source/applauncher/sbase.cxx|2 - desktop/win32/source/applauncher/scalc.cxx|2 - desktop/win32/source/applauncher/sdraw.cxx|

[PUSHED] Fix fdo#35785: recent documents feature of the Windows 7 Sta...

2013-04-26 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/3623 Approvals: Tor Lillqvist: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3623 To unsubscribe, visi

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

2013-04-26 Thread Thomas Arnhold
include/test/container/xelementaccess.hxx |8 +++- include/test/container/xindexaccess.hxx|4 +--- include/test/container/xnamecontainer.hxx |4 +--- include/test/container/xnamed.hxx |4 +--- include/test/container/xnamereplace.hxx|6

[Libreoffice-commits] core.git: helpcontent2

2013-04-26 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 40ddc26252ef6c4a5cbe457143b13682368adce4 Author: Caolán McNamara Date: Fri Apr 26 13:51:20 2013 +0100 Updated core Project: help 8c2dfbc78aabdc65c0fa0adb5d79e9e4095a605e diff --git a/helpconte

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

2013-04-26 Thread Caolán McNamara
helpers/help_hid.lst| 15 - source/text/swriter/01/0217.xhp | 12 +- source/text/swriter/01/04020100.xhp | 41 ++-- 3 files changed, 27 insertions(+), 41 deletions(-) New commits: commit 8c2dfbc78aabdc65c0fa0adb5d79e9e4

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

2013-04-26 Thread Tor Lillqvist
sal/systools/win32/uwinapi/legacy.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8bcbc1d51dfaa40961c12324423fbf263be78538 Author: Tor Lillqvist Date: Fri Apr 26 15:55:55 2013 +0300 This *is* C code Change-Id: I4461b7a38862ad2c9861861fad8d6bf4bafd01

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

2013-04-26 Thread Miklos Vajna
sw/qa/extras/inc/swmodeltestbase.hxx | 11 +++ sw/qa/extras/odfexport/odfexport.cxx |8 +--- sw/qa/extras/ooxmlexport/ooxmlexport.cxx |7 +-- 3 files changed, 13 insertions(+), 13 deletions(-) New commits: commit 127caae6f7ec97ba1387e2e737f499e149d134ab Author: M

[PATCH] show formula results of new formulas even if auto calc is di...

2013-04-26 Thread Markus Mohrhard (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3625 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/25/3625/1 show formula results of new formulas even if auto calc is disabled This change might cost us a bit of performanc

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

2013-04-26 Thread Fridrich Štrba
filter/source/svg/gentoken.pl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fa535cf1755edcba630369b7ee1ae1605474d29c Author: Fridrich Å trba Date: Fri Apr 26 15:35:04 2013 +0200 token id 0 has a special meaning in the hash Change-Id: I380c0d7640a004

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

2013-04-26 Thread Caolán McNamara
vcl/unx/gtk/window/gtkframe.cxx | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) New commits: commit 6264733282ff93d8bbb561f67b880424f31a1f7d Author: Caolán McNamara Date: Thu Apr 25 14:04:56 2013 +0100 Resolves: fdo#63802 return true if we

[PUSHED libreoffice-4-0] Resolves: fdo#63802 return true if we have known empty conte...

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

[Libreoffice-commits] core.git: helpcontent2

2013-04-26 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a3fa3d9bafe93f1dca026dbf5564bf38422d0170 Author: Caolán McNamara Date: Fri Apr 26 14:17:55 2013 +0100 Updated core Project: help 02bf06fb7f614f446744195e4de4582290a6f1d6 diff --git a/helpconte

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

2013-04-26 Thread Caolán McNamara
helpers/help_hid.lst |2 -- 1 file changed, 2 deletions(-) New commits: commit 02bf06fb7f614f446744195e4de4582290a6f1d6 Author: Caolán McNamara Date: Fri Apr 26 14:17:55 2013 +0100 drop unused helpids Change-Id: I3f17860e6f9a22ffe1ddf513df9f697a3c73c053 diff --git a/helpers

[Libreoffice-commits] core.git: 2 commits - extras/source sw/inc sw/source sw/uiconfig sw/UIConfig_swriter.mk

2013-04-26 Thread Caolán McNamara
extras/source/glade/libreoffice-catalog.xml.in |4 sw/UIConfig_swriter.mk |1 sw/inc/globals.hrc |2 sw/inc/helpid.h|1 sw/inc/swabstdlg.hxx |6 sw/source/ui/dialo

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

2013-04-26 Thread Miklos Vajna
comphelper/source/container/embeddedobjectcontainer.cxx | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) New commits: commit fe437463e3a3fb4cc0e388b45930742bac8c9162 Author: Miklos Vajna Date: Fri Apr 26 11:46:57 2013 +0200 fdo#58949 EmbeddedObjectContainer: guard

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

2013-04-26 Thread Thorsten Behrens
oox/inc/oox/ppt/pptshape.hxx|2 ++ oox/source/ppt/animationspersist.cxx| 10 -- oox/source/ppt/pptshape.cxx | 13 +++-- oox/source/ppt/pptshapegroupcontext.cxx |3 ++- oox/source/ppt/timetargetelementcontext.cxx |6 ++

[PUSHED libreoffice-4-0] fdo#58949 EmbeddedObjectContainer: guard against embed::Wron...

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

[PUSHED libreoffice-4-0] Fix bnc#705982 - make animations inside SmartArt work.

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

[Libreoffice-commits] core.git: include/svx officecfg/registry sd/inc sd/sdi sd/source sd/uiconfig

2013-04-26 Thread Samuel Mehrbrodt
include/svx/svxids.hrc | 2 - officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 2 - officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 11 ++ sd/inc/sdcommands.h

[PUSHED] Better wording for Impress "Start from first/current Slide"

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

[Libreoffice-commits] core.git: helpcontent2

2013-04-26 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f1452b7c9351189cb2b6119bd0da94354f15332c Author: Caolán McNamara Date: Fri Apr 26 15:10:56 2013 +0100 Updated core Project: help 5770cefc9216a002005b0ae5442cd9163cfc6195 diff --git a/helpconte

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

2013-04-26 Thread Caolán McNamara
helpers/help_hid.lst|3 --- source/text/swriter/01/0606.xhp |6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) New commits: commit 5770cefc9216a002005b0ae5442cd9163cfc6195 Author: Caolán McNamara Date: Fri Apr 26 15:10:56 2013 +0100 update help ids fo

[Libreoffice-commits] core.git: 2 commits - sw/AllLangResTarget_sw.mk sw/inc sw/source sw/uiconfig sw/UIConfig_swriter.mk

2013-04-26 Thread Caolán McNamara
sw/AllLangResTarget_sw.mk |1 sw/UIConfig_swriter.mk|1 sw/inc/helpid.h |1 sw/source/ui/misc/outline.cxx | 55 +++ sw/source/ui/misc/outline.hrc | 47 -- sw/source/

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

2013-04-26 Thread Stephan Bergmann
solenv/gbuild/PythonTest.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a7bb5386da6c0e227ff5091d279883b0689232d8 Author: Stephan Bergmann Date: Fri Apr 26 16:10:00 2013 +0200 Mac OS X needs devinstall's program dir in PYTHONPATH ...otherwise, "imp

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

2013-04-26 Thread Tor Lillqvist
comphelper/source/container/embeddedobjectcontainer.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 008b5c6ae6efd51b1e40a2efb41e49645b1d8ad0 Author: Tor Lillqvist Date: Fri Apr 26 16:57:08 2013 +0300 WaE: 'e' : unreferenced local variable Change-I

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

2013-04-26 Thread Stephan Bergmann
solenv/gbuild/PythonTest.mk | 56 sw/PythonTest_sw_python.mk | 39 -- 2 files changed, 1 insertion(+), 94 deletions(-) New commits: commit 489e588ff749e5f673d10baa6b79fa6bbee68574 Author: Stephan Bergmann Date: Fri A

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

2013-04-26 Thread Caolán McNamara
sw/inc/swabstdlg.hxx |7 ++ sw/source/ui/app/applab.cxx |2 - sw/source/ui/dialog/swdlgfact.cxx | 40 +++--- sw/source/ui/dialog/swdlgfact.hxx |7 ++ sw/source/ui/dochdl/gloshdl.cxx |5 +--- sw/source/ui/ribbar/workctrl

[Libreoffice-commits] core.git: 7 commits - connectivity/source dbaccess/source include/connectivity svx/source

2013-04-26 Thread Lionel Elie Mamane
connectivity/source/commontools/predicateinput.cxx|2 connectivity/source/parse/sqlbison.y |5 connectivity/source/parse/sqlnode.cxx | 247 +++--- connectivity/source/simpledbt/parsenode_s.cxx |4 connectivity/source/simpledb

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - 19 commits - basic/source forms/source oovbaapi/ooo oox/inc oox/source sc/inc scripting/source sc/source vbahelper/inc vbahelper/source

2013-04-26 Thread Noel Power
basic/source/runtime/methods.cxx| 22 + forms/source/misc/InterfaceContainer.cxx|2 oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl |2 oovbaapi/ooo/vba/excel/XApplication.idl |6 + oovbaapi/ooo/vba/excel/XWorkbook.idl|6 + oovbaa

[Libreoffice-commits] core.git: 2 commits - helpcontent2 sw/inc sw/source sw/uiconfig sw/UIConfig_swriter.mk

2013-04-26 Thread Caolán McNamara
helpcontent2 |2 sw/UIConfig_swriter.mk |1 sw/inc/helpid.h|1 sw/source/ui/inc/misc.hrc |1 sw/source/ui/misc/glossary.cxx | 79 +++- sw/source/

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

2013-04-26 Thread Caolán McNamara
helpers/help_hid.lst|5 - source/text/swriter/01/02120100.xhp | 15 +++ 2 files changed, 7 insertions(+), 13 deletions(-) New commits: commit 8f801b3f17f4d9ce1bb0fdce61e2ec35f6ab0538 Author: Caolán McNamara Date: Fri Apr 26 15:59:06 2013 +0100 update

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

2013-04-26 Thread David Ostrovsky
configure.ac |1 + 1 file changed, 1 insertion(+) New commits: commit d47d311ff962da0bc2780cc46898826896095b82 Author: David Ostrovsky Date: Fri Apr 26 13:12:54 2013 +0200 fix WaE with system libhunspell Change-Id: I6d943136ef189a57bc5fa95530c76b0226ba874d Reviewed-on: ht

[Libreoffice-commits] core.git: include/unoidl

2013-04-26 Thread Stephan Bergmann
include/unoidl/detail/unoidldllapi.hxx | 26 -- 1 file changed, 26 deletions(-) New commits: commit 69cf5baba3225ee929a5d732f32e387fed08d5c3 Author: Stephan Bergmann Date: Fri Apr 26 17:13:18 2013 +0200 Stray duplicate Change-Id: Ie4176fb35082ac7de57196e

[PUSHED] fix WaE with system libhunspell

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

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

2013-04-26 Thread David Tardon
drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 092fa33f22bbdcb74c3533750158db1724971878 Author: David Tardon Date: Fri Apr 26 17:22:31 2013 +0200 fdo#53163 fix hatching for objects with curves

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

2013-04-26 Thread anuragkanungo
editeng/source/misc/svxacorr.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit 3a390f36e8931e50009438f992ed0e4cdb02cca4 Author: anuragkanungo Date: Sat Apr 20 03:15:55 2013 +0530 Resolves: fdo#42893 improve Capitalize first letter of Sentence don't autocap

[PUSHED] Resolves: fdo#42893 improve Capitalize first letter of Sente...

2013-04-26 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/3495 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3495 To unsubscribe, vi

[Libreoffice-commits] core.git: accessibility/inc basic/source chart2/source xmloff/source xmlsecurity/source

2013-04-26 Thread Thomas Arnhold
accessibility/inc/accessibility/extended/AccessibleGridControl.hxx |3 basic/source/classes/errobject.cxx |2 basic/source/classes/sb.cxx|1 basic/source/classes/sbxmod.cxx|

Re: [PUSHED] fdo#42983 , Need Guidance

2013-04-26 Thread Caolán McNamara
On Fri, 2013-04-26 at 00:51 +0530, Anurag Kanungo wrote: > Hi , > > Need help , please check inline comment at > > https://gerrit.libreoffice.org/#/c/3495/ > > > I am not able to figure out how it could access memory out of > bounds , > > fdo#42983 > I don't think , it will access memory ou

  1   2   >