[Libreoffice-commits] .: solenv/gbuild

2012-12-01 Thread Libreoffice Gerrit user
solenv/gbuild/platform/com_MSC_defs.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 09849846eec9531bc48fa547b5c24c550b34 Author: Tor Lillqvist Date: Sun Dec 2 09:52:53 2012 +0200 Argh, I meant Visual Studio 2010 diff --git a/solenv/gbuild/platform/

[Libreoffice-commits] .: solenv/gbuild

2012-12-01 Thread Libreoffice Gerrit user
solenv/gbuild/platform/com_MSC_defs.mk | 14 ++ 1 file changed, 14 insertions(+) New commits: commit afa3ed9eafd50de4fa07b37acd4a317d515bf09d Author: Tor Lillqvist Date: Sun Dec 2 09:25:56 2012 +0200 Disable MSVC warning C4986 This is a new warning in Visual Studio

[Libreoffice-commits] .: sc/source

2012-12-01 Thread Libreoffice Gerrit user
sc/source/filter/orcus/interface.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e93dd02e30fa6b06a04dcd83a1403a655cf08041 Author: Markus Mohrhard Date: Sun Dec 2 08:23:37 2012 +0100 workaround broken WaE eGrammar may be used uninitialized diff --git a/sc/

Re: random number generators for calc

2012-12-01 Thread Markus Mohrhard
On Sat, Dec 01, 2012 at 10:17:31PM +0100, Michael Stahl wrote: > On 01/12/12 12:22, tino wrote: > >> the header is sal/inc/rtl/random.h (which is apparently a C interface). > > > > Exactly, the C++ interface is missing. > > but that isn't really a problem, is it? using it is as simple as: > >

[Libreoffice-commits] .: 4 commits - sc/inc sc/source

2012-12-01 Thread Libreoffice Gerrit user
sc/inc/colorscale.hxx |2 sc/inc/sc.hrc |7 - sc/source/core/data/colorscale.cxx | 129 ++ sc/source/filter/inc/orcusinterface.hxx| 23 +++ sc/source/filter/orcus/interface.cxx | 10

[Libreoffice-commits] .: solenv/gbuild

2012-12-01 Thread Libreoffice Gerrit user
solenv/gbuild/extensions/pre_SharedLangList.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 2291423c5e37c0c6de177880384b119dcad2b261 Author: Zolnai Tamás Date: Sun Dec 2 05:32:12 2012 +0100 No lang no qtz Change-Id: I6b5649077fda265a2aff253b5e2534bfd818b3bc di

[Libreoffice-commits] .: l10ntools/inc l10ntools/source

2012-12-01 Thread Libreoffice Gerrit user
l10ntools/inc/export.hxx |5 +++-- l10ntools/source/helpex.cxx|5 +++-- l10ntools/source/lngmerge.cxx |2 +- l10ntools/source/merge.cxx |5 +++-- l10ntools/source/propmerge.cxx |3 ++- l10ntools/source/treemerge.cxx |2 +- 6 files changed, 13 insertions(+), 9

[Libreoffice-commits] .: readlicense_oo/CustomTarget_readme.mk solenv/gbuild

2012-12-01 Thread Libreoffice Gerrit user
readlicense_oo/CustomTarget_readme.mk |4 ++-- solenv/gbuild/AllLangResTarget.mk |2 +- solenv/gbuild/Configuration.mk |7 --- solenv/gbuild/ExtensionTarget.mk | 12 ++-- solenv/gbuild/InstallModuleTarget.mk |

[PATCH] Remove unused method from desktop

2012-12-01 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1221 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/21/1221/1 Remove unused method from desktop Change-Id: I17b269c70bbf82aa5a4345d488777ac98d1d6938 Signed-off-by: Marcos Pau

[PUSHED] Class MediaDescriptorHelper doesn't need virtual destructor.

2012-12-01 Thread Markus Mohrhard (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/1220 Approvals: Markus Mohrhard: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1220 To unsubscribe,

[Libreoffice-commits] .: chart2/source

2012-12-01 Thread Libreoffice Gerrit user
chart2/source/inc/MediaDescriptorHelper.hxx |1 - chart2/source/tools/MediaDescriptorHelper.cxx |5 - 2 files changed, 6 deletions(-) New commits: commit 82949bd170719fcdfaff4a53809551ceb5136da3 Author: Arnaud Versini Date: Sat Dec 1 21:54:31 2012 +0100 Class MediaDescriptor

Re: random number generators for calc

2012-12-01 Thread Michael Stahl
On 01/12/12 12:22, tino wrote: >> the header is sal/inc/rtl/random.h (which is apparently a C interface). > > Exactly, the C++ interface is missing. but that isn't really a problem, is it? using it is as simple as: static rtlRandomPool aPool = rtl_random_createPool(); sal_Int32 nR

Re: Bug 34465 - get rid of all calls to virtual const SfxPoolItem* Put( const SfxPoolItem&, USHORT nWhich)

2012-12-01 Thread Michael Stahl
On 30/11/12 15:19, Maciej Rumianowski wrote: > Hi Bjoern, > > thanks for reply :) > > So, to change the conditionals, we need to make sure the state is > consistent. > Thus: > - adding the asserts > > Do you mean DBG_ASSERT or real assert? if the goal is to track down client co

[PUSHED] Remove useless getpid implementation on Linux.

2012-12-01 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/1219 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1219 To unsubscribe,

[Libreoffice-commits] .: sal/osl

2012-12-01 Thread Libreoffice Gerrit user
sal/osl/unx/system.c | 34 -- 1 file changed, 34 deletions(-) New commits: commit 04962221c3a0be2ef46fcc9b8f4da58b9947a6ee Author: Arnaud Versini Date: Sat Dec 1 20:42:50 2012 +0100 Remove useless getpid implementation on Linux. The new minimal t

[PATCH] Class MediaDescriptorHelper don't need virtual destructor.

2012-12-01 Thread Arnaud Versini (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1220 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/20/1220/1 Class MediaDescriptorHelper don't need virtual destructor. Change-Id: I6711ef712a8a04d6fc8991f7056d1440964832ef

[PUSHED] Change in core[libreoffice-3-6]: resolved fdo#57668 additional date formats using '/' separat...

2012-12-01 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/1196 Approvals: Caolán McNamara: Verified; Looks good to me, approved Björn Michaelsen: Looks good to me, but someone else must approve -

[PUSHED] Change in core[libreoffice-3-6]: fdo#57708 fix RTF import of pictures right before text frame...

2012-12-01 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/1215 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1215 To unsubscribe,

[PUSHED] Change in core[libreoffice-3-6]: fdo#57708 fix fake page break problem during RTF import

2012-12-01 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/1214 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1214 To unsubscribe,

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - i18npool/source

2012-12-01 Thread Libreoffice Gerrit user
i18npool/source/localedata/data/tr_TR.xml | 20 +--- 1 file changed, 17 insertions(+), 3 deletions(-) New commits: commit bc19a37be6a6c8538d8a7b07adedd754db17f1df Author: Eike Rathke Date: Thu Nov 29 17:10:12 2012 +0100 resolved fdo#57668 additional date formats using '/

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - writerfilter/source

2012-12-01 Thread Libreoffice Gerrit user
writerfilter/source/rtftok/rtfdocumentimpl.cxx |9 - writerfilter/source/rtftok/rtfdocumentimpl.hxx |2 ++ 2 files changed, 10 insertions(+), 1 deletion(-) New commits: commit fb17de573c582eca7548bf8cd0a0ea86cfad17df Author: Miklos Vajna Date: Fri Nov 30 16:32:56 2012 +0100

Re: [ANN] LibreOffice 3.6.4 RC3 available

2012-12-01 Thread Jean-Baptiste Faure
Hi Fridrich, Le 01/12/2012 21:20, Fridrich Strba a écrit : > Dear Community, > > The Document Foundation is happy to announce the third release candidate > of LibreOffice 3.6.4. The upcoming 3.6.4 will be the fifth in a series > of frequent bugfix releases for our 3.6 code line. Please be aware th

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - writerfilter/source

2012-12-01 Thread Libreoffice Gerrit user
writerfilter/source/dmapper/PropertyMap.cxx| 12 ++-- writerfilter/source/rtftok/rtfdocumentimpl.cxx | 63 ++--- writerfilter/source/rtftok/rtfdocumentimpl.hxx | 11 +++- 3 files changed, 51 insertions(+), 35 deletions(-) New commits: commit 1d179886a223c11afb0c4ecc1

[PUSHED] Insert Table Dialog: Rename button back to "AutoFormat", Acc...

2012-12-01 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/1217 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1217 To unsubscribe,

Re: [PATCH][RESOLVED] New Layout for 'Insert Table' Dialog

2012-12-01 Thread Caolán McNamara
On Sat, 2012-12-01 at 13:05 +0100, Samuel Mehrbrodt wrote: > I've commited a patch for this: > https://gerrit.libreoffice.org/1217/ merged now FWIW. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/

[Libreoffice-commits] .: sw/uiconfig

2012-12-01 Thread Libreoffice Gerrit user
sw/uiconfig/swriter/ui/inserttable.ui |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit c140d0a585dd82af370c7310b57f56392b3889e1 Author: Samuel Mehrbrodt Date: Sat Dec 1 13:01:14 2012 +0100 Insert Table Dialog: Rename button back to "AutoFormat", Accelerat

Re: [PATCH for 3.6][PUSHED 3-6] Lacking "/" with .icedove prevents to use Icedove addressbook

2012-12-01 Thread Caolán McNamara
On Sat, 2012-12-01 at 06:46 -0800, julien2412 wrote: > Hello, > > Reading https://bugs.freedesktop.org/show_bug.cgi?id=57419, I found there > was a missing "/" at the end of ".icedove" in > connectivity/source/drivers/mork/MNSFolders.cxx, line 88 > Here's the straightforward patch: No problem,

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - connectivity/source

2012-12-01 Thread Libreoffice Gerrit user
connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fec0849d12998f4d35bf9b84fad2c9bdfb5a7697 Author: Julien Nabet Date: Sat Dec 1 15:32:38 2012 +0100 Fix lacking "/" on .icedove It would prevent t

[PATCH] Remove useless getpid implementation on Linux.

2012-12-01 Thread Arnaud Versini (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1219 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/19/1219/1 Remove useless getpid implementation on Linux. The new minimal target have a proper getpid implementation. Chan

[ANN] LibreOffice 3.6.4 RC3 available

2012-12-01 Thread Fridrich Strba
Dear Community, The Document Foundation is happy to announce the third release candidate of LibreOffice 3.6.4. The upcoming 3.6.4 will be the fifth in a series of frequent bugfix releases for our 3.6 code line. Please be aware that LibreOffice 3.6.4 RC3 is not yet ready for production use, you sho

Re: Styles preview removed ???

2012-12-01 Thread Jean-Baptiste Faure
Le 01/12/2012 07:03, Jean-Baptiste Faure a écrit : > Hi Kendy, Cédric, > > In my last build of master (Version 4.0.0.0.alpha1+ (Build ID: > 9bfa09273ea0b7c9a351802d105230930951b90)), the styles preview does not > work anymore. It worked yesterday. > Perhaps some side effect of a recent commit. Oops

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

2012-12-01 Thread Miklos Vajna
src/docrecord.py | 42 ++ src/docstream.py |5 - 2 files changed, 46 insertions(+), 1 deletion(-) New commits: commit 346d0818aad449cf541001a25492eb0c493e3350 Author: Miklos Vajna Date: Sat Dec 1 18:09:05 2012 +0100 dump SttbfAssoc diff -

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Rainer Bielefeld changed: What|Removed |Added Depends on|50774 | -- You are receiving this mail beca

[Libreoffice-commits] .: 4 commits - src/docrecord.py src/docstream.py

2012-12-01 Thread Miklos Vajna
src/docrecord.py | 168 +++ src/docstream.py | 13 +++- 2 files changed, 132 insertions(+), 49 deletions(-) New commits: commit 7ad6658a750bdbb7183df2b301d56bf4c9b42696 Author: Miklos Vajna Date: Sat Dec 1 17:42:40 2012 +0100 doc: no

[Libreoffice-commits] .: oox/source

2012-12-01 Thread Libreoffice Gerrit user
oox/source/drawingml/chart/axiscontext.cxx |1 - oox/source/drawingml/chart/axisconverter.cxx|2 -- oox/source/drawingml/chart/chartconverter.cxx |2 -- oox/source/drawingml/chart/chartdrawingfragment.cxx |2 -- oox/source/drawingml/chart/chartspaceconverter.

[Libreoffice-commits] .: 2 commits - src/docrecord.py src/docsprm.py src/docstream.py

2012-12-01 Thread Miklos Vajna
src/docrecord.py | 119 --- src/docsprm.py | 63 + src/docstream.py | 12 - 3 files changed, 151 insertions(+), 43 deletions(-) New commits: commit 7f649c24775cc5b306b6f19a5529e05b538ba54d Author: Miklos Va

[PUSHED] Removal ::rtl:: prefixes and macros in oxx

2012-12-01 Thread Olivier Hallot (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/1211 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1211 To unsubscribe,

[Libreoffice-commits] .: cui/source

2012-12-01 Thread Libreoffice Gerrit user
cui/source/tabpages/numfmt.cxx |4 ++-- cui/source/tabpages/numpages.cxx |8 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 02a236be613b5b5fae1412bb01e28c0ba1d6b725 Author: Ivan Timofeev Date: Sat Dec 1 19:07:45 2012 +0400 fix String->OUString conv

[Libreoffice-commits] .: oox/source

2012-12-01 Thread Libreoffice Gerrit user
oox/source/core/binarycodec.cxx | 20 ++-- oox/source/core/filterdetect.cxx | 30 +++--- oox/source/core/fragmenthandler2.cxx |2 +- oox/source/core/xmlfilterbase.cxx|8 4 files changed, 30 insertions(+), 30 deletions(-) Ne

[PUSHED] do not redirect output in build.pl, i.e. dump build_error.lo...

2012-12-01 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/1216 Approvals: Luboš Luňák: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1216 To unsubscribe, vis

[Libreoffice-commits] .: solenv/bin

2012-12-01 Thread Libreoffice Gerrit user
solenv/bin/build.pl | 31 +++ 1 file changed, 3 insertions(+), 28 deletions(-) New commits: commit b30bfddc2b75aa5a540c4eadfc4f7eca90a8d67f Author: Luboš Luňák Date: Sat Dec 1 11:43:10 2012 +0100 do not redirect output in build.pl, i.e. dump build_error.lo

[PUSHED] Removal ::rtl:: prefixes and macros in oxx

2012-12-01 Thread Olivier Hallot (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/1212 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1212 To unsubscribe,

[Libreoffice-commits] .: oox/source

2012-12-01 Thread Libreoffice Gerrit user
oox/source/drawingml/chart/axiscontext.cxx |2 +- oox/source/drawingml/chart/axisconverter.cxx|4 ++-- oox/source/drawingml/chart/chartconverter.cxx | 10 +- oox/source/drawingml/chart/chartdrawingfragment.cxx |2 +- oox/source/drawingml/chart/chartspac

[PUSHED] Removal ::rtl:: prefixes and macros in IO

2012-12-01 Thread Olivier Hallot (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/1210 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1210 To unsubscribe,

[PATCH for 3.6] Lacking "/" with .icedove prevents to use Icedove addressbook

2012-12-01 Thread julien2412
Hello, Reading https://bugs.freedesktop.org/show_bug.cgi?id=57419, I found there was a missing "/" at the end of ".icedove" in connectivity/source/drivers/mork/MNSFolders.cxx, line 88 It's my fault (see http://cgit.freedesktop.org/libreoffice/core/commit/?id=8d7e1a6e13008bd7d35896e676796196038f1

[Libreoffice-commits] .: io/source

2012-12-01 Thread Libreoffice Gerrit user
io/source/TextInputStream/TextInputStream.cxx |6 +++--- io/source/TextOutputStream/TextOutputStream.cxx |6 +++--- io/source/stm/odata.cxx | 16 io/source/stm/omark.cxx | 18 +- io/source/stm/opipe.cxx

[PUSHED] Removal ::rtl:: prefixes and macros in IO

2012-12-01 Thread Olivier Hallot (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/1200 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1200 To unsubscribe,

Re: [PATCH] Insert Table Dialog: Rename button back to "AutoFormat", Acc...

2012-12-01 Thread Samuel Mehrbrodt
Am 01.12.2012 14:12, schrieb khagaroth: Change it to "Table format"? AutoFormat sounds too stupid (not to mention the missing space makes it look like an accidentally extracted constant) and it would be a good thing to get rid of it. I also don't like that. Please try and convince the UX guys.

[Libreoffice-commits] .: io/source

2012-12-01 Thread Libreoffice Gerrit user
io/source/connector/connector.cxx | 40 ++--- io/source/connector/connector.hxx | 12 +-- io/source/connector/ctr_pipe.cxx |2 - io/source/connector/ctr_socket.cxx | 10 - 4 files changed, 28 insertions(+), 36 deletions(-) New commits:

[PUSHED] fdo##38838 UniString Removal in dbaccess

2012-12-01 Thread Olivier Hallot (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/1208 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1208 To unsubscribe,

[Libreoffice-commits] .: dbaccess/source

2012-12-01 Thread Libreoffice Gerrit user
dbaccess/source/ui/dlg/paramdialog.cxx | 16 dbaccess/source/ui/dlg/sqlmessage.cxx |4 ++-- dbaccess/source/ui/inc/paramdialog.hxx |2 +- dbaccess/source/ui/inc/sqlmessage.hxx |6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) New commits: commit dd4edd

[Libreoffice-commits] .: solenv/gbuild

2012-12-01 Thread Libreoffice Gerrit user
solenv/gbuild/ExtensionTarget.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit cca017e1e00f5029dcc261c7c9cc9017f514c108 Author: Zolnai Tamás Date: Sat Dec 1 15:03:12 2012 +0100 Not make qtz properties in release build Change-Id: Ib012faeb3eb1bfd10cfce20426afa138

[Libreoffice-commits] .: connectivity/source

2012-12-01 Thread Libreoffice Gerrit user
connectivity/source/drivers/mork/MNSFolders.cxx|2 +- connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit ea5a96a5c771ee2c2ebbe4c12c4e7f3b1cba29a7 Author: Julien Nabet Date: Sat Dec 1 15:17:4

[PUSHED] Change in core[libreoffice-3-6]: split qnametostr up to try and make .o's small enough for pp...

2012-12-01 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/1201 Approvals: Miklos Vajna: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1201 To unsubscribe, vi

[PUSHED] OUStringBuffer constructor from OUStringBuffer should use co...

2012-12-01 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/1209 Approvals: Luboš Luňák: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1209 To unsubscribe, vis

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - writerfilter/CustomTarget_source.mk writerfilter/Library_writerfilter.mk writerfilter/source

2012-12-01 Thread Libreoffice Gerrit user
writerfilter/CustomTarget_source.mk | 15 +-- writerfilter/Library_writerfilter.mk | 21 - writerfilter/source/doctok/qnametostr.xsl|6 + writerfilter/source/ooxml/qnametostr.xsl |7 + writerfilter/source/resourcemodel/qnamet

[PATCH] do not redirect output in build.pl, i.e. dump build_error.lo...

2012-12-01 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1216 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/16/1216/1 do not redirect output in build.pl, i.e. dump build_error.log and other logs Given that nowadays almost everythi

[Libreoffice-commits] .: unotools/inc

2012-12-01 Thread Libreoffice Gerrit user
unotools/inc/unotools/historyoptions.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a1c05acd19482b5da1f71ac03071d70277568766 Author: Luboš Luňák Date: Sat Dec 1 01:15:21 2012 +0100 fix SAL_WARN_UNUSED placement Change-Id: Icd320e2a7459b1850de4

Re: [PATCH] Insert Table Dialog: Rename button back to "AutoFormat", Acc...

2012-12-01 Thread khagaroth
Change it to "Table format"? AutoFormat sounds too stupid (not to mention the missing space makes it look like an accidentally extracted constant) and it would be a good thing to get rid of it. On Sat, Dec 1, 2012 at 1:03 PM, Samuel Mehrbrodt (via Code Review) < ger...@gerrit.libreoffice.org> wro

Styles preview removed ???

2012-12-01 Thread Jean-Baptiste Faure
Hi Kendy, Cédric, In my last build of master (Version 4.0.0.0.alpha1+ (Build ID: 9bfa09273ea0b7c9a351802d105230930951b90)), the styles preview does not work anymore. It worked yesterday. Perhaps some side effect of a recent commit. Best regards. JBF -- Seuls des formats ouverts peuvent assurer

[Libreoffice-commits] .: sd/source

2012-12-01 Thread Libreoffice Gerrit user
sd/source/core/stlsheet.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1c6b63fa9aac2a80ca952e98678e186b9097db50 Author: Julien Nabet Date: Sat Dec 1 14:06:57 2012 +0100 WaE : declaration of ‘bHidden’ shadows a member of 'this' Change-Id:

[PATCH] fdo#51083 calc: fix mathematical errors in BinomDist, B, Cri...

2012-12-01 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1213 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/13/1213/1 fdo#51083 calc: fix mathematical errors in BinomDist, B, CritBinom and NegBinomDist In these functions the prec

[PATCH] Change in core[libreoffice-3-6]: fdo#57708 fix RTF import of pictures right before text frame...

2012-12-01 Thread Miklos Vajna (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1215 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/15/1215/1 fdo#57708 fix RTF import of pictures right before text frames Change-Id: Ibfeaadd5b48fd48c2c1f20de5dc272d9a326bf

[PATCH] Change in core[libreoffice-3-6]: fdo#57708 fix fake page break problem during RTF import

2012-12-01 Thread Miklos Vajna (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1214 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/14/1214/1 fdo#57708 fix fake page break problem during RTF import The core of this change is: so far the continous section

[Libreoffice-commits] .: Makefile.top

2012-12-01 Thread Libreoffice Gerrit user
Makefile.top |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c8c72d903a9e2ea81cf8511cbfc292c832b04609 Author: Matúš Kukan Date: Sat Dec 1 11:35:05 2012 +0100 oops, fix typo for ./download Change-Id: I85a6e503ae8eb45c36ff6696426e3a1d18fef5bb diff --

[Libreoffice-commits] .: libxmlsec/ExternalProject_xmlsec.mk

2012-12-01 Thread Libreoffice Gerrit user
libxmlsec/ExternalProject_xmlsec.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit e1083e6656a378c2c37b6701b59c3fc2d10450d9 Author: Luboš Luňák Date: Sat Dec 1 11:30:36 2012 +0100 fix(?) libxmlsec build with mingw for some reason there was an

[Libreoffice-commits] .: 2 commits - libxmlsec/xmlsec1-mingw32.patch solenv/gbuild

2012-12-01 Thread Libreoffice Gerrit user
libxmlsec/xmlsec1-mingw32.patch |4 ++-- solenv/gbuild/UnpackedTarball.mk |8 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit dfe4dec45fd9fc346614a30aed11a1b3ad117c58 Author: Luboš Luňák Date: Sat Dec 1 10:17:48 2012 +0100 fix patch to apply after

[Libreoffice-commits] .: libxmlsec/ExternalPackage_xmlsec.mk

2012-12-01 Thread Libreoffice Gerrit user
libxmlsec/ExternalPackage_xmlsec.mk |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 4cdce3d614eb9850e3f4596a5233464e8b4d5163 Author: Luboš Luňák Date: Sat Dec 1 13:56:17 2012 +0100 fix libxmlsec delivering with mingw diff --git a/libxmlsec/ExternalPa

[Libreoffice-commits] .: cui/source

2012-12-01 Thread Libreoffice Gerrit user
cui/source/tabpages/numfmt.cxx |4 ++-- cui/source/tabpages/page.cxx|2 +- cui/source/tabpages/tpcolor.cxx |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 399b92edc74cc06f800b17cd96059aa1f58e6501 Author: Markus Mohrhard Date: Sat Dec 1 00:52:57 2012

[Libreoffice-commits] .: 2 commits - sal/qa

2012-12-01 Thread Libreoffice Gerrit user
sal/qa/rtl/strings/test_ostring_stringliterals.cxx |2 -- sal/qa/rtl/strings/test_oustring_stringliterals.cxx |2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 214bfee28551ca6aaa9e70f2b2838faf536f06d9 Author: Luboš Luňák Date: Sat Dec 1 09:00:12 2012 +0100

[Libreoffice-commits] .: CustomTarget_translate.mk

2012-12-01 Thread Libreoffice Gerrit user
CustomTarget_translate.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 965f3562a25b75fc3401d3b44ed96e2e5093ed72 Author: Andras Timar Date: Sat Dec 1 07:51:02 2012 +0100 generate filelist of pot files Change-Id: I105e36536ac06f6fdbe6457afa9c19ff32524841 diff --git

[Libreoffice-commits] .: translations

2012-12-01 Thread Libreoffice Gerrit user
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 31cb1067c0b387646ef45b54e628d81ffb64105b Author: Andras Timar Date: Sat Dec 1 07:51:02 2012 +0100 Updated core Project: translations 965f3562a25b75fc3401d3b44ed96e2e5093ed72 generate filelis

[Libreoffice-commits] .: libxmlsec/xmlsec1-configure.patch

2012-12-01 Thread Libreoffice Gerrit user
libxmlsec/xmlsec1-configure.patch | 14 ++ 1 file changed, 14 insertions(+) New commits: commit 127a00a46358673047790b83a8433b909b46412c Author: Luboš Luňák Date: Sat Dec 1 13:45:31 2012 +0100 our xmlsec setup calls autoreconf, so patch Makefile.am too Should fix

Re: Fwd: solaris/smartos support planned?

2012-12-01 Thread Tim Janik
On 30.11.2012 21:20, Michael Meeks wrote: > Hi there, > > On Fri, 2012-11-30 at 16:05 +0100, Michael Stahl wrote: >> On 30/11/12 15:51, Yaroslav Tarasenko wrote: >>> are there any plans to have solaris port of libreoffice oficially >>> supported? >>> What is the opinion of developers on the topic?

Re: minutes of ESC call ...

2012-12-01 Thread Michael Meeks
On Fri, 2012-11-30 at 21:50 +0100, Mat M wrote: > What You do not know what every LO contributor is currently working > on ?! What a shame! :-D Heh :-) > Well, actually, I put a nice [1] for reference, but not the link, so: > https://bugs.freedesktop.org/show_bug.cgi?id=56902#c1

Re: random number generators for calc

2012-12-01 Thread tino
> the header is sal/inc/rtl/random.h (which is apparently a C interface). Exactly, the C++ interface is missing. Also, the source doesn't have any comments to say what algorithm is implemented etc. Do you know? > but why do we need a wrapper around boost in sal? i mean i haven't > looked at the

[Libreoffice-commits] .: unusedcode.easy writerfilter/Library_writerfilter.mk writerfilter/source

2012-12-01 Thread Libreoffice Gerrit user
unusedcode.easy |1 writerfilter/Library_writerfilter.mk |1 writerfilter/source/resourcemodel/WW8Analyzer.cxx | 205 -- writerfilter/source/resourcemodel/WW8Analyzer.hxx | 93 - 4 files changed, 300 deletions(

[Libreoffice-commits] .: autogen.sh

2012-12-01 Thread Libreoffice Gerrit user
autogen.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b8f3214f5ce0c6ac3eaab30abf2d281dbd1f6fd7 Author: Tor Lillqvist Date: Fri Nov 30 23:42:36 2012 +0200 Don't require configure to appear executable Makes autogen.sh work on Cygwin when the build

[Libreoffice-commits] .: libxmlsec/ExternalProject_xmlsec.mk

2012-12-01 Thread Libreoffice Gerrit user
libxmlsec/ExternalProject_xmlsec.mk |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 91b8f74987996a7dbc7d9c6b97a4bbdcfe3c2652 Author: Tor Lillqvist Date: Sat Dec 1 10:54:12 2012 +0200 Fix OS X build at least with current tool-chain Pass correct

[Libreoffice-commits] .: sal/inc sal/qa

2012-12-01 Thread Libreoffice Gerrit user
sal/inc/rtl/ustrbuf.hxx |2 +- sal/qa/rtl/strings/test_oustring_stringliterals.cxx |1 - 2 files changed, 1 insertion(+), 2 deletions(-) New commits: commit 10cecb81dbd897aaea5188c9249770877ac20771 Author: Norbert Thiebaud Date: Fri Nov 30 20:24:18 2012 -060

Re: Dailies by banch?

2012-12-01 Thread Florian Effenberger
Hello, Niko Rönkkö wrote on 2012-12-01 07:06: Can someone, please, sort dev-build dailies by branch? http://dev-builds.libreoffice.org/daily/ Michael M. said on IRC that "that could be done with symlinks quite easily I guess" So like: http://dev-builds.libreoffice.org/daily/libreoffice-3-6 ht

[Libreoffice-commits] .: sw/Library_msword.mk sw/source sw/util writerfilter/source

2012-12-01 Thread Libreoffice Gerrit user
sw/Library_msword.mk |1 sw/source/filter/ww8/docxexportfilter.cxx |6 - sw/source/filter/ww8/rtfimportfilter.cxx | 120 -- sw/source/filter/ww8/rtfimportfilter.hxx | 65 sw/util/msword.component |

[Libreoffice-commits] .: sd/source

2012-12-01 Thread Libreoffice Gerrit user
sd/source/ui/dlg/tpoption.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 4cdb960a79aff565f956f618116f3ea4b3836aa4 Author: Miklos Vajna Date: Sat Dec 1 09:49:21 2012 +0100 sd: hide 'enable remote control' checkbox when built without bluetooth Change-Id: I3ee70

[PATCH] Change in core[libreoffice-3-6]: Resolves: fdo#56549 crash in format->autocorrect->apply and ...

2012-12-01 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1218 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/18/1218/1 Resolves: fdo#56549 crash in format->autocorrect->apply and edit changes regression from cad9afa15f53d547733fa55

[Libreoffice-commits] .: liblangtag/liblangtag-0.4.0-vsnprintf.patch liblangtag/UnpackedTarball_langtag.mk

2012-12-01 Thread Libreoffice Gerrit user
liblangtag/UnpackedTarball_langtag.mk |1 liblangtag/liblangtag-0.4.0-vsnprintf.patch | 30 2 files changed, 31 insertions(+) New commits: commit 7580038e24b546a5288ab16f8507f73f1c6fd738 Author: Luboš Luňák Date: Sat Dec 1 13:22:21 2012 +0100 v

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

2012-12-01 Thread Libreoffice Gerrit user
sw/inc/shellres.hxx |2 +- sw/source/ui/utlui/initui.cxx |8 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 32c26ffb1f7585318a11f684a9886b58cea5b307 Author: Caolán McNamara Date: Sat Dec 1 12:18:53 2012 + Resolves: fdo#56549 crash in f

[PATCH] OUStringBuffer constructor from OUStringBuffer should use co...

2012-12-01 Thread Norbert Thiebaud (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1209 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/09/1209/1 OUStringBuffer constructor from OUStringBuffer should use const arg Change-Id: I9f9e072c0a7ebde2de9be811f2378143

[PATCH] Removal ::rtl:: prefixes and macros in IO

2012-12-01 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1210 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/10/1210/1 Removal ::rtl:: prefixes and macros in IO This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPAR

[PATCH] Removal ::rtl:: prefixes and macros in oxx

2012-12-01 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1212 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/12/1212/1 Removal ::rtl:: prefixes and macros in oxx This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPA

Fix RTL presnter console standrad layout mode

2012-12-01 Thread abdulmajeed ahmed (via Code Review)
abdulmajeed ahmed has abandoned this change. Change subject: Fix RTL presnter console standrad layout mode .. Patch Set 1: Abandoned -- To view, visit https://gerrit.libreoffice.org/1028 To unsubscribe, visit https://gerrit.lib

[PATCH] Removal ::rtl:: prefixes and macros in oxx

2012-12-01 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1211 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/11/1211/1 Removal ::rtl:: prefixes and macros in oxx This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPA

[Libreoffice-commits] .: source/text

2012-12-01 Thread Libreoffice Gerrit user
source/text/shared/optionen/01070500.xhp |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 14779b36c86679fafbab25f3886b2fb1faf79daa Author: Miklos Vajna Date: Sat Dec 1 10:50:16 2012 +0100 add help for enable remote control checkbox diff --git a/source/text/

[Libreoffice-commits] .: helpcontent2

2012-12-01 Thread Libreoffice Gerrit user
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit aff20299c1860d800e3edc8fdd17afbaa33c6a88 Author: Miklos Vajna Date: Sat Dec 1 10:50:16 2012 +0100 Updated core Project: help 14779b36c86679fafbab25f3886b2fb1faf79daa add help for enable remo

[PATCH] Insert Table Dialog: Rename button back to "AutoFormat", Acc...

2012-12-01 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1217 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/17/1217/1 Insert Table Dialog: Rename button back to "AutoFormat", Accelerators changed As requested in here: http://lists

Re: [PATCH] New Layout for 'Insert Table' Dialog

2012-12-01 Thread Samuel Mehrbrodt
I've commited a patch for this: https://gerrit.libreoffice.org/1217/ Samuel Am 28.11.2012 23:22, schrieb Terrence Enger: On Wed, 2012-11-28 at 23:04 +0100, Samuel Mehrbrodt wrote: Hi Terry, no, this was not intentional. You may change it back. So far, I have completely avoided hacking on ui