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

2015-08-09 Thread Thomas Klausner
sw/source/filter/ww8/ww8par6.cxx | 504 +++ 1 file changed, 250 insertions(+), 254 deletions(-) New commits: commit 78a11f79d8eb5cd1d2b18c288852dec7e3d57a21 Author: Thomas Klausner Date: Mon Aug 10 07:57:07 2015 +0200 Translate German comments to Engli

[Bug 45789] automatic row height in reports

2015-08-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45789 --- Comment #40 from Lionel Elie Mamane --- (In reply to derrick rocha from comment #39) > Is this still an issue? Thanks. yes -- You are receiving this mail because: You are on the CC list for the bug.

Re: Debug build breaks in unit test

2015-08-09 Thread Norbert Thiebaud
On Sun, Aug 9, 2015 at 7:42 AM, Regina Henschel wrote: > Hi all, > > my build with --enable-dbgutil with VS2013 on 32-bit Windows 7 breaks in a > unit test. It is a build of an unchanged source. The log is in > http://pastebin.ca/3095468 btw any chance that you build was a mix-bag of --enable-ver

[Bug 89592] Initialize PropertyValue Sequences from initializer_lists

2015-08-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89592 --- Comment #10 from Commit Notification --- Florian Effenberger committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b16fb9f4096a5bc9906de4b41d39e34f8282b8c3 t

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

2015-08-09 Thread Florian Effenberger
sfx2/source/appl/appserv.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit b16fb9f4096a5bc9906de4b41d39e34f8282b8c3 Author: Florian Effenberger Date: Tue Aug 4 10:21:05 2015 + tdf#89592 Initialize PropertyValue Sequences from initializer_lists

[Bug 45789] automatic row height in reports

2015-08-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45789 --- Comment #39 from derrick rocha --- Is this still an issue? Thanks. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@list

[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-08-09 Thread Christian Lohmaier
check.php | 49 +++-- 1 file changed, 31 insertions(+), 18 deletions(-) New commits: commit 605b9dbe8010573dcb95a63c44cfe625ac39c26c Author: Christian Lohmaier Date: Sun Aug 9 23:21:01 2015 +0200 4.4 is now stable, and 5.0 is fresh al

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

2015-08-09 Thread Maxim Monastirsky
sfx2/uiconfig/ui/startcenter.ui |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 9a1a6b99ebd669ee8d754db45545fa04da64b693 Author: Maxim Monastirsky Date: Sun Aug 9 23:37:17 2015 +0300 tdf#93310 No top margin for "Open Remote File" Change-Id: Ic43e996

Re: About tdf#75171 (Was: Re: Tutorial for debugging LO with Visual Studio)

2015-08-09 Thread Regina Henschel
Hi Takeshi Abe, Takeshi Abe schrieb: Hi Regina, I found the commit 4f294a90877d2f91bb88c7d6cd5b74e8e546a025 is the origin of the difference, which makes SmParser::Parse() avoid wrapping a node of type NTEXT within another node of type NEXPRESSION in simple cases. It affects SmTextNode::CreateTe

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

2015-08-09 Thread Thomas Klausner
sw/source/filter/ww8/ww8toolbar.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 938a1b00332090e68cca44c99eb6f4adeedc1f00 Author: Thomas Klausner Date: Sun Aug 9 20:28:24 2015 +0200 Fix some typos in strings. Change-Id: I7fb077c08dbfa3fe3f039

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-08-09 Thread Maxim Monastirsky
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 16 -- sw/uiconfig/swriter/menubar/menubar.xml |5 --- 2 files changed, 1 insertion(+), 20 deletions(-) New commits: commit 5e5dee3512f5b010b832fcf569d7a3eb60f0f62c Author: Maxim Mon

[Bug 75025] LibreOffice 4.3 most annoying bugs

2015-08-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75025 Bug 75025 depends on bug 42346, which changed state. Bug 42346 Summary: FILESAVE: Cross-references to certain numbered items (object, graphic, table) turn to plain text on export to .doc or .docx (works OK for headings and bookmarks) http

[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

2015-08-09 Thread Yousuf Philips
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 16 ++ sw/uiconfig/swriter/menubar/menubar.xml |5 ++- 2 files changed, 20 insertions(+), 1 deletion(-) New commits: commit 351c17497e36c5a42fba627043dabaef2e7040eb Author: Yousuf Ph

[Libreoffice-commits] core.git: officecfg/registry sc/uiconfig

2015-08-09 Thread Yousuf Philips
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu |2 sc/uiconfig/scalc/menubar/menubar.xml | 34 +- 2 files changed, 18 insertions(+), 18 deletions(-) New commits: commit f03a700119fc149cf1b93dfafa404b997fc2d4be Author: Yousuf Philips

About tdf#75171 (Was: Re: Tutorial for debugging LO with Visual Studio)

2015-08-09 Thread Takeshi Abe
Hi Regina, I found the commit 4f294a90877d2f91bb88c7d6cd5b74e8e546a025 is the origin of the difference, which makes SmParser::Parse() avoid wrapping a node of type NTEXT within another node of type NEXPRESSION in simple cases. It affects SmTextNode::CreateTextFromNode() checking whether each of id

[Bug 75025] LibreOffice 4.3 most annoying bugs

2015-08-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75025 Bug 75025 depends on bug 59886, which changed state. Bug 59886 Summary: FILESAVE as .docx: Date (fixed), Time (fixed) fields become static field name text https://bugs.documentfoundation.org/show_bug.cgi?id=59886 What|Remov

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

2015-08-09 Thread Dennis Roczek
drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit da0dd0e3ba3ba9310543923b9072d82a9f7590e2 Author: Dennis Roczek Date: Sun Aug 9 14:43:44 2015 +0200 fix comment typo fir --> for Change-Id: I86b

Re: Debug build breaks in unit test

2015-08-09 Thread Oliver Brinzing
Hi Regina, -> https://wiki.documentfoundation.org/Development/BuildingOnWindows#System_PATH_causing_weird_build_breakage -> BitDefender / other Anti-Virus / security tools breaking the build i told my anti virus not to scan c:\cygwin\* and c:\sources\* still working ... Regards Oliver

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

2015-08-09 Thread Julien Nabet
sc/sdi/scalc.sdi |6 +++--- sc/source/ui/view/cellsh1.cxx |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 958ec9ccfe3bbe54369f9e9105c10beae80d9548 Author: Julien Nabet Date: Sun Aug 9 12:30:40 2015 +0200 tdf#79741: Macro with Find @ Replace

Re: Debug build breaks in unit test

2015-08-09 Thread Regina Henschel
Hi Oliver, Oliver Brinzing schrieb: Hi Regina > C:/cygwin/opt/lo/bin/make -j 4 -rs -f C:/LO_buildDebug/core/Makefile.gbuildall have you tried with "PARALLELISM=1": No. But you are right, the log will be clearer. /opt/lo/bin/make gb_COLOR=1 PARALLELISM=1 C:/cygwin/opt/lo/bin/make -j

Re: Debug build breaks in unit test

2015-08-09 Thread Oliver Brinzing
Hi Regina > C:/cygwin/opt/lo/bin/make -j 4 -rs -f C:/LO_buildDebug/core/Makefile.gbuild all have you tried with "PARALLELISM=1": /opt/lo/bin/make gb_COLOR=1 PARALLELISM=1 C:/cygwin/opt/lo/bin/make -j 1 -rs -f D:/sources/libo-core/Makefile.gbuild all [...] i just started a new build

Debug build breaks in unit test

2015-08-09 Thread Regina Henschel
Hi all, my build with --enable-dbgutil with VS2013 on 32-bit Windows 7 breaks in a unit test. It is a build of an unchanged source. The log is in http://pastebin.ca/3095468 Kind regards Regina ___ LibreOffice mailing list LibreOffice@lists.freedeskt

Re: Build Error -1073740940

2015-08-09 Thread Norbert Thiebaud
On Sun, Aug 9, 2015 at 6:59 AM, Regina Henschel wrote: > Hi all, > > obviously the zip-file was stripped. The log is here > http://pastebin.ca/3095468. That is a completely different issue, that deserve it's own thread. Norbert ___ LibreOffice mailing

Re: Build Error -1073740940

2015-08-09 Thread Regina Henschel
Hi all, obviously the zip-file was stripped. The log is here http://pastebin.ca/3095468. Kind regards Regina ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Build Error -1073740940

2015-08-09 Thread Regina Henschel
Hi Norbert, Norbert Thiebaud schrieb: --enable-verbose is messed-up in configure.ac it set VERBOSE to --enable-verbose -> YES --disable-verbose -> NO neither -> empty and then VERBOSE is exported via config_host.mk But gmake and most of the rest of the build use verbose=non-empty/empty as a t

Re: Crash test update, 0/0 with

2015-08-09 Thread Caolán McNamara
On Sun, 2015-08-09 at 08:41 +, Crashtest VM wrote: > New crashtest update available at http://dev-builds.libreoffice.org/c > rashtest/2981bcf7e34d9f4c9d1e821045f3f22ddb318339/ Thanks to mstahl, that's our first 0 import failure + 0 export failure on the refreshed 79990 bugzilla document corpus

Re: Build Error -1073740940

2015-08-09 Thread Oliver Brinzing
Hi, > So.. don't do that do not use --enable-verbose (for the reason > stated at the top of this post.. it is broken) ok, i removed "--enable-verbose", but now i am getting build errors again, for example: C:/cygwin/opt/lo/bin/make -j 4 -rs -f C:/sources/libo-core/Makefile.gbuild all

Crash test update

2015-08-09 Thread Crashtest VM
New crashtest update available at http://dev-builds.libreoffice.org/crashtest/2981bcf7e34d9f4c9d1e821045f3f22ddb318339/ exportCrashes.csv Description: Binary data importCrash.csv Description: Binary data validationErrors.csv Description: Binary data __

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

2015-08-09 Thread Maxim Monastirsky
svx/source/tbxctrls/tbcontrl.cxx | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) New commits: commit 7d3fa6bae9f7a755eb2d0ca24bf1afd5f3646bb7 Author: Maxim Monastirsky Date: Sun Aug 9 11:33:03 2015 +0300 tdf#93290 Limit the size request of the styles combobox

[Libreoffice-commits] core.git: Branch 'feature/vba-export' - oox/source

2015-08-09 Thread Rosemary
oox/source/ole/vbaexport.cxx | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) New commits: commit 091ed8e0cfe6c8be5dee0586cc0ef43a20853cdf Author: Rosemary Date: Sun Aug 9 10:57:54 2015 +0530 PROJECTLCID record Change-Id: Ib672f479785fc20002e5905ebe7c02c31e6e99