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

2015-04-13 Thread Miklos Vajna
sw/source/filter/ww8/docxattributeoutput.cxx | 23 ++- sw/source/filter/ww8/docxattributeoutput.hxx |2 +- 2 files changed, 11 insertions(+), 14 deletions(-) New commits: commit 79d19a739c80c686e9ebfadb5f65eb1ff53dce65 Author: Miklos Vajna Date: Mon Apr 13 09:07:22 20

[Libreoffice-commits] core.git: 16 commits - android/experimental android/README editeng/source sd/qa sd/source sw/qa sw/source

2015-04-13 Thread Miklos Vajna
android/README |6 android/experimental/LOAndroid3/res/layout/text_selection_handles.xml |2 android/experimental/LOAndroid3/res/menu/main.xml | 12

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 241 commits - accessibility/source android/experimental android/README basctl/source basic/source bin/run bridges/source canvas/source

2015-04-13 Thread Miklos Vajna
Rebased ref, commits from common ancestor: commit 6eaf6c8d2344fb4ef55c8d1178433588701bdd6b Author: Miklos Vajna Date: Fri Apr 10 16:36:42 2015 +0200 android: move strikeout button after underline So that it matches the order we show on the desktop. Change-Id: Ia5be2a233bc4

Re: VclBuilder in an extension

2015-04-13 Thread Stephan Bergmann
On 04/10/2015 07:49 PM, Jan Rheinländer wrote: that sounds like a lot of work... What if I convert my extension to a LO module? Then I would get direct access to all the internal stuff. What would be the advantages and disadvantages of a LO module over an extension? Can modules be installed sep

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

2015-04-13 Thread Caolán McNamara
include/vcl/window.hxx |4 +++- svx/source/sidebar/PanelLayout.cxx |1 + vcl/source/window/syswin.cxx |4 +--- vcl/source/window/window2.cxx | 13 ++--- 4 files changed, 15 insertions(+), 7 deletions(-) New commits: commit b440ea2e0141f2ae394bf93ddf879

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

2015-04-13 Thread Julien Nabet
cui/source/tabpages/textattr.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b2bae9b940fc34d2eecd7839e3cba1f41d111e87 Author: Julien Nabet Date: Thu Apr 9 23:38:47 2015 +0200 Related tdf#34467: Fit to Frame for text boxes is broken Wrong Copy-past

[Libreoffice-commits] core.git: 5 commits - dbaccess/source filter/source include/sfx2 sc/source sd/source sfx2/source starmath/source sw/inc sw/source

2015-04-13 Thread Noel Grandin
dbaccess/source/ui/dlg/UserAdmin.cxx |2 - filter/source/pdf/impdialog.cxx |2 - include/sfx2/objsh.hxx | 42 - include/sfx2/passwd.hxx | 24 --- sc/source/ui/docshell/docsh.cxx | 20 +++

[Libreoffice-commits] core.git: 3 commits - accessibility/inc basctl/source basic/inc basic/qa basic/source chart2/source compilerplugins/clang cppcanvas/source editeng/source embeddedobj/source filte

2015-04-13 Thread Noel Grandin
accessibility/inc/accessibility/extended/textwindowaccessibility.hxx |4 accessibility/inc/accessibility/standard/vclxaccessiblelist.hxx |2 basctl/source/basicide/baside2.cxx |2 basctl/source/basicide/baside2b.cxx

Re: About tdf#90566: Theme::disposing(void) memory leak: maChangeListeners is not properly disposed

2015-04-13 Thread Stephan Bergmann
On 04/12/2015 08:50 AM, julien2412 wrote: I read about tdf#90566, Theme::disposing(void) memory leak: maChangeListeners is not properly disposed and wondered why we couldn't just remove the 2 first lines of the disposing function (see http://opengrok.libreoffice.org/xref/core/sfx2/source/sidebar/

Re: New version of Spanish dictionaries (0.8)

2015-04-13 Thread Jacobo Aragunde Pérez
Hello Ricardo, El 11/04/15 a las 19:57, Ricardo Palomares Martínez escribió: > Hi, > > After a long time since version 0.7, we have finally put it together a > new version of Spanish spell checking and thesaurus dictionaries (we > have migrated the project from its old home, > https://forja.redir

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

2015-04-13 Thread PriyankaGaikwad
oox/source/export/drawingml.cxx |6 ++ sd/qa/unit/data/pptx/n90255.pptx |binary sd/qa/unit/export-tests.cxx | 26 ++ 3 files changed, 32 insertions(+) New commits: commit 3618909684a892d912482844b81606bca4e0c29c Author: PriyankaGaikwad Date: Fri Mar 27

Adding a linker to library in makefile

2015-04-13 Thread Andy Mendoza
Hi. I added #include to printdlg.cxx because I want it to connect to a database I've created. when I build the program it gives an error: undefined reference to 'mysql_init()'. I researched and the solution says put a linker 'mysql_config --cflags --libs' when compiling. Where do I put this lin

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

2015-04-13 Thread Juan A . Suarez Romero
sfx2/inc/guisaveas.hxx |1 sfx2/source/dialog/alienwarn.cxx| 10 ++- sfx2/source/doc/guisaveas.cxx | 49 +++- sfx2/source/inc/alienwarn.hxx |3 +- sfx2/uiconfig/ui/alienwarndialog.ui |4 +- 5 files changed, 51 insert

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

2015-04-13 Thread Jacobo Aragunde Pérez
sfx2/inc/guisaveas.hxx |3 ++- sfx2/source/dialog/alienwarn.cxx | 13 +++-- sfx2/source/doc/guisaveas.cxx|8 +--- sfx2/source/inc/alienwarn.hxx|3 ++- 4 files changed, 20 insertions(+), 7 deletions(-) New commits: commit 5c308ad7696f3873c0747afef1ea1430

Re: About tdf#90566: Theme::disposing(void) memory leak: maChangeListeners is not properly disposed

2015-04-13 Thread julien2412
sberg wrote > On 04/12/2015 08:50 AM, julien2412 wrote: >> ... > The general reason for this construct is multi-threading: Access to the > maChangeListeners member typically needs to be guarded by some mutex > (typically a member of the same class instance as maChangeListeners), > and the calls

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

2015-04-13 Thread Stephan Bergmann
oox/source/export/drawingml.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0b2a85876c8638dad86feb741003f82b51c231ab Author: Stephan Bergmann Date: Mon Apr 13 11:37:51 2015 +0200 loplugin:cstylecast Change-Id: Id0b6e889652094a75bf9d3590c375491bed0

Re: About tdf#90566: Theme::disposing(void) memory leak: maChangeListeners is not properly disposed

2015-04-13 Thread Stephan Bergmann
On 04/13/2015 11:36 AM, julien2412 wrote: I've tried to find a similar case with a mutex but haven't found any. For example, in a completely different part, http://opengrok.libreoffice.org/xref/core/sdext/source/presenter/PresenterWindowManager.cxx#943 no mutex. Could you give an example so I cou

Some troubles building LO

2015-04-13 Thread Hamidi Massinissa
hi, I have some troubles building LibreOffice. I updated my repository and enabled the debugging support with --enable-debug and --enable-dbgutil. I have already built the project and it worked perfectly. hope someone could help. In attachment the output on the build. thanks in advance. mkdir -

[Libreoffice-commits] core.git: 2 commits - android/experimental

2015-04-13 Thread Tomaž Vajngerl
android/experimental/LOAndroid3/src/java/org/libreoffice/InvalidationHandler.java |8 android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/JavaPanZoomController.java |6 +- 2 files changed, 9 insertions(+), 5 deletions(-) New commits: commit 3c4fd27392bd

Build issue generating .jars

2015-04-13 Thread Tomáš Chvátal
Hello people, I am having hard time debugging one problem, and I hope some might be able to shed a light on it. In openSUSE our build service is producing us the LO builds, and sometimes it gets result like [1]. This means some of the .jar files are produced empty with just MANIFEST.MF files ins

[Libreoffice-commits] core.git: accessibility/source chart2/source compilerplugins/clang connectivity/source cui/source dbaccess/source extensions/source filter/source forms/source fpicker/source mysq

2015-04-13 Thread Stephan Bergmann
accessibility/source/extended/accessiblelistbox.cxx |2 chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx |2 chart2/source/model/main/Diagram.cxx|2 compilerplugins/clang/redundantcast.cxx | 42 +++

Re: Build issue generating .jars

2015-04-13 Thread Tomáš Chvátal
2015-04-13 12:37 GMT+02:00 Tomáš Chvátal : > Hello people, > > Update: It is even slightly more fun: Before I run tests just after install: abuild@bugaboo:~/rpmbuild/BUILD/libreoffice-4.3.6.2/instdir/program/classes> ls -laF total 4300 drwxr-xr-x 2 abuild abuild4096 Apr 13 09:40 ./ drw

Re: Build issue generating .jars

2015-04-13 Thread Tomáš Chvátal
2015-04-13 12:47 GMT+02:00 Tomáš Chvátal : > 2015-04-13 12:37 GMT+02:00 Tomáš Chvátal : > >> Hello people, >> >> Update: > > It is even slightly more fun: > > Before I run tests just after install: > > abuild@bugaboo:~/rpmbuild/BUILD/libreoffice-4.3.6.2/instdir/program/classes> > ls -laF > > total

[Bug 53534] shlxthdl_x64.dll/shlxthdl.dll cannot handle Flat ODF

2015-04-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53534 David Tardon changed: What|Removed |Added CC||libreoffice@lists.freedeskt

[Libreoffice-commits] core.git: 3 commits - bin/findunusedcode dbaccess/source filter/source unusedcode.easy

2015-04-13 Thread Caolán McNamara
bin/findunusedcode |2 dbaccess/source/ui/inc/ConnectionLineAccess.hxx |6 -- dbaccess/source/ui/inc/JAccess.hxx |5 -- dbaccess/source/ui/inc/QueryTextView.hxx|2 dbaccess/source/ui/inc/TableWindow

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

2015-04-13 Thread Katarina Behrens
sc/source/filter/inc/condformatbuffer.hxx |3 +-- sc/source/filter/oox/condformatbuffer.cxx |3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) New commits: commit e80c86301be02004e96a936a17ea99acf8a9db96 Author: Katarina Behrens Date: Mon Apr 13 13:45:58 2015 +0200 So much f

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

2015-04-13 Thread Christian Lohmaier
check.php | 30 +- 1 file changed, 21 insertions(+), 9 deletions(-) New commits: commit ea28f7ad61908d56cdea85def678204d9729f111 Author: Christian Lohmaier Date: Mon Apr 13 14:25:37 2015 +0200 enable update to 4.3.6 and 4.4.2 diff --git a/check.php b/check.p

Re: Build issue generating .jars

2015-04-13 Thread Tomáš Chvátal
2015-04-13 12:52 GMT+02:00 Tomáš Chvátal : > 2015-04-13 12:47 GMT+02:00 Tomáš Chvátal : > >> 2015-04-13 12:37 GMT+02:00 Tomáš Chvátal : >> >>> Hello people, >>> >>> Update: >> >> It is even slightly more fun: >> >> Before I run tests just after install: >> >> abuild@bugaboo:~/rpmbuild/BUILD/libreo

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 3 commits - android/Bootstrap android/experimental include/LibreOfficeKit include/sfx2 libreofficekit/source sfx2/source sw/inc sw/sour

2015-04-13 Thread Siqi Liu
android/Bootstrap/src/org/libreoffice/kit/Document.java | 10 + android/experimental/LOAndroid3/src/java/org/libreoffice/InvalidationHandler.java | 23 +++ android/experimental/LOAndroid3/src/java/org/libreoffice/LibreOfficeMainActivity.java |6 and

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

2015-04-13 Thread Caolán McNamara
editeng/source/items/borderline.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit b3f42066e705c0bb313a4e36f0fb617fc1818c0d Author: Caolán McNamara Date: Mon Apr 13 13:09:03 2015 +0100 don't assert on export of novell363086-2.docx to doc Change-Id: I40a78a989175

Re: Build issue generating .jars

2015-04-13 Thread Michael Stahl
On 13.04.2015 15:53, Tomáš Chvátal wrote: > 2015-04-13 12:52 GMT+02:00 Tomáš Chvátal >: > > 2015-04-13 12:47 GMT+02:00 Tomáš Chvátal >: > > 2015-04-13 12:37 GMT+02:00 Tomáš Chvátal > mailto:tomas.chva...@gma

[Libreoffice-commits] core.git: 3 commits - android/Bootstrap android/experimental include/LibreOfficeKit include/sfx2 libreofficekit/source sfx2/source sw/inc sw/source

2015-04-13 Thread Siqi Liu
android/Bootstrap/src/org/libreoffice/kit/Document.java | 10 + android/experimental/LOAndroid3/src/java/org/libreoffice/InvalidationHandler.java | 23 +++ android/experimental/LOAndroid3/src/java/org/libreoffice/LibreOfficeMainActivity.java |6 and

[Libreoffice-commits] core.git: Branch 'feature/vclptr' - 2 commits - avmedia/source basctl/source cui/source dbaccess/source formula/source sd/source sfx2/source svtools/source svx/source sw/source v

2015-04-13 Thread Michael Meeks
avmedia/source/framework/mediacontrol.cxx |2 basctl/source/basicide/baside2b.cxx |2 basctl/source/basicide/basidesh.cxx |2 cui/source/customize/cfg.cxx

[Libreoffice-commits] core.git: config_host.mk.in configure.ac RepositoryExternal.mk shell/source

2015-04-13 Thread David Tardon
RepositoryExternal.mk | 16 config_host.mk.in |3 + configure.ac| 40 +++- shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx |3 - 4 files changed, 59 inse

About initial value of token counting

2015-04-13 Thread julien2412
Hello, Sorry for this dumb question but why the token count is initialized at 1 and not at 0 in these: 1) tmpl_getTokenCount http://opengrok.libreoffice.org/xref/core/comphelper/source/misc/string.cxx#117 () 2) ScStringUtil::GetQuotedTokenCount http://opengrok.libreoffice.org/xref/core/sc/source

Re: About initial value of token counting

2015-04-13 Thread Stephan Bergmann
On 04/13/2015 04:45 PM, julien2412 wrote: Sorry for this dumb question but why the token count is initialized at 1 and not at 0 in these: 1) tmpl_getTokenCount http://opengrok.libreoffice.org/xref/core/comphelper/source/misc/string.cxx#117 () 2) ScStringUtil::GetQuotedTokenCount http://opengrok

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

2015-04-13 Thread Caolán McNamara
svx/source/engine3d/scene3d.cxx |9 + 1 file changed, 1 insertion(+), 8 deletions(-) New commits: commit bca8d8985666d3fd22b91eb280f9baaeb933c2d0 Author: Caolán McNamara Date: Mon Apr 13 15:51:43 2015 +0100 Resolves: tdf#90583 3D pie-chart missing guide handles parti

[SOLVED] Re: About initial value of token counting

2015-04-13 Thread julien2412
Ok, I had misinterpreted it as the number of times "search pattern" is found in "search string". Thank you! :-) -- View this message in context: http://nabble.documentfoundation.org/About-initial-value-of-token-counting-tp4146131p4146134.html Sent from the Dev mailing list archive at Nabble.co

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

2015-04-13 Thread Bjoern Michaelsen
sw/qa/python/check_table.py | 59 +++- sw/source/core/unocore/unotbl.cxx | 503 +- 2 files changed, 220 insertions(+), 342 deletions(-) New commits: commit d0b4c6e4bacc9e894cbee2b34e6242c67566f9df Author: Bjoern Michaelsen Date: Mon Apr 13 14:45:14

Re: Crash test update

2015-04-13 Thread Eike Rathke
Hi, On Saturday, 2015-04-11 20:43:52 +0100, Caolán McNamara wrote: > commit bf8b86e932df3edaeaa887509a22e57cd3920bc1 > > sc: Don't limit the zoom to some funny numbers. > > Instead just assert if we get something really really wrong there - > and let's fix the root cause. > > So we

Re: Crash test update

2015-04-13 Thread Jan Holesovsky
Hi Eike, Eike Rathke píše v Po 13. 04. 2015 v 17:28 +0200: > > So we have a root cause there now I guess. > > Whatever the root cause in this case may be, SetZoom() may be indirectly > called from the API and a 0 value or very high values are possible and > passed down, so removing some "funny

Re: Some troubles building LO

2015-04-13 Thread Eike Rathke
Hi Hamidi, On Monday, 2015-04-13 12:13:47 +0200, Hamidi Massinissa wrote: > I have some troubles building LibreOffice. I updated my repository and > enabled the debugging support with --enable-debug and --enable-dbgutil. I > have already built the project and it worked perfectly. Did you by chan

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

2015-04-13 Thread Tor Lillqvist
libreofficekit/source/gtk/lokdocview.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c10f132aa823dc1129ab863c97083a03c7859e8c Author: Tor Lillqvist Date: Mon Apr 13 18:36:11 2015 +0300 WaE: format string is not a string literal Change-Id: I0346c98

Re: DocumentEventListener problem

2015-04-13 Thread Michael Stahl
On 12.04.2015 22:53, Piet van Oostrum wrote: > I am trying to program a Global DocumentEventListener in Python. > Then on a certain event (e.g. File Open), I want to analyse/print the > paragraph structure of the document. > > I am running LibreOffice on port 2002. I am using the internal Python

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

2015-04-13 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) New commits: commit 9f52efa43b2d65c0b6c92790cc2859e752bf975f Author: Eike Rathke Date: Mon Apr 13 18:06:46 2015 +0200 string access out of bounds Another UniString to

[Libreoffice-commits] core.git: officecfg/Configuration_officecfg.mk officecfg/registry postprocess/CustomTarget_registry.mk

2015-04-13 Thread Stephan Bergmann
officecfg/Configuration_officecfg.mk |1 + officecfg/registry/data/org/openoffice/ucb/Configuration.xcu |6 -- postprocess/CustomTarget_registry.mk |3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) New commits: commit 51e0d789

[Bug 46504] Bibisect regressions in LibreOffice

2015-04-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46504 amol holani changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |holaniamo...@gmail.com

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

2015-04-13 Thread Julien Nabet
sfx2/source/sidebar/Theme.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit cbbb24d0afcdbdac21d03ec4ee1455a3834afff4 Author: Julien Nabet Date: Mon Apr 13 20:10:16 2015 +0200 tdf#90566: memory leak: maChangeListeners is not properly disposed +

[ANN] LIbreOffice 4.3.7 RC1 available

2015-04-13 Thread Christian Lohmaier
Dear Community, The Document Foundation is pleased to announce the first release candidate of LibreOffice 4.3.7. The upcoming 4.3.7 will be the seventh and final of a sequence of frequent bugfix releases for our feature-packed 4.3 line. Please be aware that LibreOffice 4.3.7 RC1 has not been flagg

[Bug 90290] reduce some copy&paste code in ucalc

2015-04-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90290 --- Comment #14 from Markus Mohrhard --- (In reply to David Tardon from comment #13) > (In reply to Markus Mohrhard from comment #0) > > ucalc is one of the mail calc tests and is split between many files in > > sc/qa/unit > > > > This ta

[Bug 86190] use GLM library instead of basegfx

2015-04-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86190 --- Comment #2 from Markus Mohrhard --- glm provides a well maintained library for low-level computer graphics algorithms that maps really well to OpenGL. Of course this does not mean that an easy-hack for replacing tools classes would no

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

2015-04-13 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) New commits: commit 468b868c6209e26ab29d83ccacd007fcf785402a Author: Eike Rathke Date: Mon Apr 13 18:06:46 2015 +0200 string access out of bounds Another UniString to

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

2015-04-13 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) New commits: commit fed4bc5e52340262eec408fa348bf633f02823bf Author: Eike Rathke Date: Mon Apr 13 18:06:46 2015 +0200 string access out of bounds Another UniString to

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

2015-04-13 Thread Caolán McNamara
svx/source/engine3d/scene3d.cxx |9 + 1 file changed, 1 insertion(+), 8 deletions(-) New commits: commit fa316c6459d40d97fab52881cdff94d2cbab0c91 Author: Caolán McNamara Date: Mon Apr 13 15:51:43 2015 +0100 Resolves: tdf#90583 3D pie-chart missing guide handles parti

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

2015-04-13 Thread Eike Rathke
sc/inc/scmatrix.hxx |3 + sc/source/core/tool/interpr1.cxx |6 +-- sc/source/core/tool/interpr5.cxx | 15 +++- sc/source/core/tool/scmatrix.cxx | 72 --- 4 files changed, 42 insertions(+), 54 deletions(-) New commits: commit 6b3decb

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

2015-04-13 Thread Caolán McNamara
sw/qa/extras/odfimport/data/fdo90130.odt |binary sw/qa/extras/odfimport/odfimport.cxx | 10 ++ sw/source/core/unocore/unoframe.cxx |3 +++ 3 files changed, 13 insertions(+) New commits: commit 855b0af13803c810593ed16ad65eed542d023756 Author: Caolán McNamara Date: Mon A

[Libreoffice-commits] core.git: Branch 'feature/vclptr' - 3 commits - include/svx include/vcl sfx2/source svx/source vcl/qa vcl/source vcl/workben

2015-04-13 Thread Michael Meeks
include/svx/sidebar/PanelLayout.hxx |1 include/svx/sidebar/Popup.hxx |2 - include/vcl/vclptr.hxx| 22 +++--- sfx2/source/sidebar/Deck.cxx |2 - svx/source/sidebar/PanelFa

[Bug 46504] Bibisect regressions in LibreOffice

2015-04-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46504 --- Comment #5 from Björn Michaelsen --- (In reply to amol holani from comment #4) > Bug 42982 - improve UNO API error reporting Hi amol, that seems to have misfired: This is not bug 42982. Also note the recommended way to send patches i

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

2015-04-13 Thread Siqi Liu
sc/inc/document.hxx|1 + sc/source/ui/docshell/docsh.cxx| 10 ++ sc/source/ui/inc/docsh.hxx |3 +++ sd/source/ui/docshell/docshell.cxx | 15 +++ sd/source/ui/inc/DrawDocShell.hxx |3 +++ sfx2/source/doc/objcont.cxx|1 + 6

[Bug 46504] Bibisect regressions in LibreOffice

2015-04-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46504 Björn Michaelsen changed: What|Removed |Added Attachment #114763|0 |1 is patch|

[Libreoffice-commits] core.git: Changes to 'private/jmux/libreoffice-4-1-6+all'

2015-04-13 Thread Christoph Lutz
New branch 'private/jmux/libreoffice-4-1-6+all' available with the following commits: commit 32fbf5475594c22005f2e39d1f03e16def4d038b Merge: ae4406f 0da5615 Author: Christoph Lutz Date: Wed Apr 8 17:08:32 2015 + Merge branch 'private/jmux/libreoffice-4-1-6+backports' into private/jmux

[ATTENTION] tentative gerrit upgrade Tuesday to Wednesday nigh

2015-04-13 Thread Norbert Thiebaud
In preparation of the upcoming Goggle OpenID shutdown Gerrit will be upgraded to 2.10.2 Tuesday Apr 14 night (i.e early Wednesday 15 morning), probably around 1-3 am UTC Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.

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

2015-04-13 Thread Andras Timar
chart2/source/view/main/VLegend.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a13bd70d509b2e3f78910d4a968bfdbdd2a0fbf8 Author: Andras Timar Date: Sat Apr 4 14:13:18 2015 +0200 tdf#90404 OOXML chart legend import improvement In the bugdoc, th

[Libreoffice-commits] core.git: dictionaries

2015-04-13 Thread Jacobo Aragunde Pérez
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e7ca29d0b2eaf40dc32b53196282350cc75ed3a0 Author: Jacobo Aragunde Pérez Date: Mon Apr 13 14:13:47 2015 +0200 Updated core Project: dictionaries cbf6d67ea480b68c40697e56efda4cd07e2a4e18

[Libreoffice-commits] dictionaries.git: es/description.xml es/dictionaries.xcu es/es_ANY.aff es/es_ANY.dic es/package-description.txt es/README_es_ANY.txt es/README_th_es_ANY.txt

2015-04-13 Thread Jacobo Aragunde Pérez
es/README_es_ANY.txt |9 + es/README_th_es_ANY.txt|8 - es/description.xml | 13 +- es/dictionaries.xcu|6 - es/es_ANY.aff | 24 +++- es/es_ANY.dic | 267 - es/package-description.txt |

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

2015-04-13 Thread Takeshi Abe
starmath/qa/cppunit/test_nodetotextvisitors.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 79f64d75b25ebb7fdf9f827218cd8a762dc2739b Author: Takeshi Abe Date: Tue Apr 14 13:27:39 2015 +0900 Drop an unused variable Change-Id: I7b0f7120e425b5dc7d345e52cf7f994fd1a97f

LibreOffice Gerrit News for submodules on 2015-04-14

2015-04-13 Thread gerrit
Moin! ~~ Project dictionaries ~~ * Open changes on master for project dictionaries changed in the last 25 hours: None * Merged changes on master for project dictionaries changed in the last 25 hours: + Updated Spanish dictionary pack to 0.8 in https://gerrit.libreoffice.org/15285

LibreOffice Gerrit News for core on 2015-04-14

2015-04-13 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + Resolves tdf#83366 Copy and Paste crashes Calc when original doc closed in https://gerrit.libreoffice.org/15292 from Henry Castro about module sc + added curre

LibreOffice Gerrit News for dev-tools on 2015-04-14

2015-04-13 Thread gerrit
Moin! * Open changes on master for project dev-tools changed in the last 25 hours: + crashtest: add support for single testfile run in https://gerrit.libreoffice.org/15294 from Norbert Thiebaud + crashtest: use a ini style config file in https://gerrit.libreoffice.org/15293 from Norbert Thieb