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

2014-08-28 Thread Stephan Bergmann
sc/qa/unit/helper/qahelper.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 214fd01ba451f10226c703d3f2337ad4f42a378c Author: Stephan Bergmann Date: Fri Aug 29 08:37:03 2014 +0200 Fix signature of dummy non-ORCUS implementation Change-Id: I8ff7d0d8d

LibreOffice Gerrit News for core on 2014-08-29

2014-08-28 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + fdo#79018: LO hangs while opening file. in https://gerrit.libreoffice.org/9564 from Yogesh Bharate about module sw End of freshness + java: when ret

[Libreoffice-commits] core.git: 2 commits - include/oox sc/inc sc/Library_scfilt.mk sc/source

2014-08-28 Thread Kohei Yoshida
include/oox/core/relations.hxx|3 sc/Library_scfilt.mk |1 sc/inc/document.hxx |4 sc/inc/dpcache.hxx| 21 - sc/inc/dpobject.hxx | 18 sc/inc/dpoutput.hxx |3 sc/source/core/

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

2014-08-28 Thread Maxim Monastirsky
filter/source/textfilterdetect/filterdetect.cxx | 16 +++- sw/source/uibase/shells/annotsh.cxx |8 +++- sw/source/uibase/shells/drwtxtex.cxx|8 +++- 3 files changed, 13 insertions(+), 19 deletions(-) New commits: commit 1298c1d13572c6fbfbabb81

[Libreoffice-commits] core.git: 4 commits - sw/CppunitTest_sw_tox.mk sw/CppunitTest_sw_uwriter.mk sw/inc sw/Module_sw.mk sw/qa sw/source

2014-08-28 Thread Michael Stahl
sw/CppunitTest_sw_tox.mk | 84 +++ sw/CppunitTest_sw_uwriter.mk |3 sw/Module_sw.mk |4 + sw/inc/IMark.hxx |2 sw/inc/docsh.hxx

[Libreoffice-commits] core.git: Branch 'feature/chart_opengl_window_rebased' - chart2/source

2014-08-28 Thread Markus Mohrhard
chart2/source/view/charttypes/GL3DBarChart.cxx | 43 - chart2/source/view/inc/GL3DBarChart.hxx| 10 + 2 files changed, 45 insertions(+), 8 deletions(-) New commits: commit c73c54b8d6f33289e7a0f97436f40dce92a306bf Author: Markus Mohrhard Date: Thu Aug 28

Re: UNO Writer: Merging cells results in wrong column count from XTextTable

2014-08-28 Thread Grover Blue
So, really, I want to grab all rows and find the max columns count among them. On Thu, Aug 28, 2014 at 2:56 PM, Michael Stahl wrote: > On 28/08/14 20:43, Grover Blue wrote: > > I have a Writer document with a table that has two rows and 5 columns. > > When XTextTable is first created, xTextTabl

[Libreoffice-commits] core.git: Changes to 'feature/chart_opengl_window_rebased'

2014-08-28 Thread Markus Mohrhard
New branch 'feature/chart_opengl_window_rebased' available with the following commits: commit 674934563de3ed0eb327c613dc4e1b5665843e55 Author: Markus Mohrhard Date: Thu Aug 28 21:00:42 2014 +0200 ignore aggressive Nvidia GLSL compiler error messages Change-Id: Ifc83bd3fb1d0fcbc805

Re: UNO Writer: Merging cells results in wrong column count from XTextTable

2014-08-28 Thread Michael Stahl
On 28/08/14 20:43, Grover Blue wrote: > I have a Writer document with a table that has two rows and 5 columns. > When XTextTable is first created, xTextTable.getColumns().getCount() > returns the correct count of 5. When I merge 4 columns in the first row, > xTextTable.getColumns().getCount() then

UNO Writer: Merging cells results in wrong column count from XTextTable

2014-08-28 Thread Grover Blue
I have a Writer document with a table that has two rows and 5 columns. When XTextTable is first created, xTextTable.getColumns().getCount() returns the correct count of 5. When I merge 4 columns in the first row, xTextTable.getColumns().getCount() then returns a count of 2. But that's wrong, since

LibreOffice Conference PGP Keysigning Party

2014-08-28 Thread Eike Rathke
Hi, If you plan to attend the LibreOffice conference and want to take part at the PGP Keysigning party (KSP) to strengthen the web of trust and meet each key holder face to face, it's only two more days time to submit your key to the libo2014.keysigning.ch server, i.e. gpg --keyserver libo2014.ke

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

2014-08-28 Thread Stephan Bergmann
ucb/source/ucp/expand/ucpexpand.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a6e28fe9c6fa8ce8be4fc9a839f1a3b55644dacd Author: Stephan Bergmann Date: Thu Aug 28 18:07:53 2014 +0200 Fix *_component_getFactory function type Change-Id: I6b7a9e1

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

2014-08-28 Thread Stephan Bergmann
svx/source/tbxctrls/fillctrl.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 9cd55a26c285e5c8535b666866439d7bcf4f2baf Author: Stephan Bergmann Date: Thu Aug 28 18:01:54 2014 +0200 Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy Change-Id:

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

2014-08-28 Thread Michael Stahl
cli_ure/source/uno_bridge/cli_environment.cxx |8 ++-- cli_ure/source/uno_bridge/cli_environment.h |1 + cli_ure/source/uno_bridge/cli_proxy.cxx | 16 +--- cli_ure/source/uno_bridge/cli_proxy.h |3 +++ 4 files changed, 23 insertions(+), 5 deletions(-)

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

2014-08-28 Thread Michael Stahl
pyuno/source/module/pyuno_runtime.cxx | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) New commits: commit f919c2c441a88837f3a85b90011ea3d91041f4bb Author: Michael Stahl Date: Thu Aug 28 15:11:37 2014 +0200 fdo#46678: pyuno: fix deadlock in Runtime::any2PyObject

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

2014-08-28 Thread Stephan Bergmann
shell/source/sessioninstall/services.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 83ac0fd7bdda4a811aacf1413f4adde4838b1cd3 Author: Stephan Bergmann Date: Thu Aug 28 17:35:03 2014 +0200 Fix *_component_getFactory function type Change-Id: I406e0b

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

2014-08-28 Thread Stephan Bergmann
sw/source/core/inc/unofreg.hxx |1 + 1 file changed, 1 insertion(+) New commits: commit 2ffaaf6b594317d16417b952c84be5acd9c52362 Author: Stephan Bergmann Date: Thu Aug 28 17:24:24 2014 +0200 Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy Change-Id: I3

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

2014-08-28 Thread Miklos Vajna
writerfilter/source/dmapper/DomainMapper_Impl.cxx |2 +- writerfilter/source/dmapper/OLEHandler.cxx|5 +++-- writerfilter/source/dmapper/OLEHandler.hxx|2 +- 3 files changed, 5 insertions(+), 4 deletions(-) New commits: commit 4034d96aeee07f069a6fb9e0445436577a6065e3 A

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 25/2a23821c46bc6f80996213b2cc48d8f96dbe6e

2014-08-28 Thread Caolán McNamara
25/2a23821c46bc6f80996213b2cc48d8f96dbe6e |1 + 1 file changed, 1 insertion(+) New commits: commit 92b002ca18059cf14c8530d688b9b52713cdd8a7 Author: Caolán McNamara Date: Thu Aug 28 15:53:52 2014 +0100 Notes added by 'git notes add' diff --git a/25/2a23821c46bc6f80996213b2cc48d8f96db

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - external/icu

2014-08-28 Thread Caolán McNamara
external/icu/icu4c-icu11100.patch.1 | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit b68d4b14c0ff336318602310dd987ced737b4213 Author: Caolán McNamara Date: Thu Aug 28 10:02:31 2014 +0100 bidi, the gift that keeps on giving Change-Id: Ia33eb3

[Libreoffice-commits] core.git: external/icu

2014-08-28 Thread Caolán McNamara
external/icu/icu-ubsan.patch.0 | 25 + 1 file changed, 25 insertions(+) New commits: commit 7890a7263f8a6740582bc58328c76613818fe2d5 Author: Caolán McNamara Date: Thu Aug 28 15:51:10 2014 +0100 update getTableSize (and fRowLen) for dodgy 2-based arithmetic

Re: help needed (embedded writed docs): fdo#44081 fix circular dependency sw / sfx

2014-08-28 Thread Lionel Elie Mamane
On Wed, Aug 27, 2014 at 09:27:45PM +0200, Tomaž Vajngerl wrote: > On Wed, Aug 27, 2014 at 7:44 PM, Lionel Elie Mamane wrote: >> I'd like to have some help on fdo#44081 >> https://bugs.freedesktop.org/44081 >> So I worked on that, and wrote https://gerrit.libreoffice.org/11152 >> Which I'm deeply

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Timur changed: What|Removed |Added Depends on||37315 -- You are receiving this mail because: Y

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

2014-08-28 Thread David Tardon
bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5b189dd7e075af80f3d4ba366a46561562854ba7 Author: David Tardon Date: Thu Aug 28 16:10:11 2014 +0200 cast arg to the right type According to desc., t

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

2014-08-28 Thread Stephan Bergmann
shell/source/cmdmail/cmdmailentry.cxx |4 ++-- shell/source/unix/exec/shellexecentry.cxx |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 5253732ca6ff31f3cce9e1ad3c65a48db721e966 Author: Stephan Bergmann Date: Thu Aug 28 16:40:02 2014 +0200 Fix som

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

2014-08-28 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/fdo74229.rtf | 33 + sw/qa/extras/rtfimport/rtfimport.cxx | 10 +++ writerfilter/source/rtftok/rtfdocumentimpl.cxx | 11 3 files changed, 54 insertions(+) New commits: commit 54bdfe0a891f2119bc35c5d82ecbc94c8cb

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Timur changed: What|Removed |Added Depends on||79731 --- Comment #60 from Timur --- Added Bug

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

2014-08-28 Thread Oliver-Rainer Wittmann
writerfilter/source/ooxml/OOXMLDocumentImpl.cxx| 12 +-- writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx | 62 + writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx | 11 +-- 3 files changed, 43 insertions(+), 42 deletions(-) New commits: commit 12e1f920882

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

2014-08-28 Thread Michael Stahl
pyuno/source/module/pyuno_runtime.cxx | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) New commits: commit 0364d3b7e670bddb49d5132268cf28737c3301c6 Author: Michael Stahl Date: Thu Aug 28 15:11:37 2014 +0200 fdo#46678: pyuno: fix deadlock in Runtime::any2PyObject

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

2014-08-28 Thread David Tardon
bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ef8b94ab0e689851871f9783d4b1f3724177cf3a Author: David Tardon Date: Thu Aug 28 16:10:11 2014 +0200 cast arg to the right type According to desc., t

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

2014-08-28 Thread Stephan Bergmann
xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx |3 +++ xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx |1 + 2 files changed, 4 insertions(+) New commits: commit 7bac68d79e2e3b9a5e2e2b12a3e83c8d1e62b16f Author: Stephan Bergmann Date: Thu Aug 28 16:17:35 2014 +0

[Libreoffice-commits] core.git: desktop/source dtrans/source extensions/source scripting/source

2014-08-28 Thread Stephan Bergmann
desktop/source/deployment/gui/dp_gui_service.cxx |6 +++--- dtrans/source/cnttype/mctfentry.cxx|2 +- extensions/source/bibliography/bibload.cxx |4 ++-- scripting/source/dlgprov/dlgprov.cxx |4 ++-- scripting/source/stringresource/stringreso

[Libreoffice-commits] core.git: 2 commits - chart2/source connectivity/source

2014-08-28 Thread Stefan Weiberg
chart2/source/controller/dialogs/res_DataLabel.cxx |2 chart2/source/controller/dialogs/tp_AxisLabel.cxx |2 chart2/source/controller/dialogs/tp_LegendPosition.cxx |2 chart2/source/controller/dialogs/tp_TitleRotation.cxx |2 chart2/source/view/main/ChartView.cxx

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

2014-08-28 Thread Stephan Bergmann
svx/source/svdraw/svdobj.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 27eb09662da8ca9bf44d424dec15d86a92b08b84 Author: Stephan Bergmann Date: Thu Aug 28 15:50:12 2014 +0200 Avoid unnecessary, potentially invalid downcasts from SdrObject to SdrO

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

2014-08-28 Thread Stephan Bergmann
sfx2/source/dialog/navigat.cxx |3 +++ sfx2/source/sidebar/SidebarChildWindow.cxx |1 + 2 files changed, 4 insertions(+) New commits: commit 240ea11fe8e96cb4b86d83e887e9a2e69328a626 Author: Stephan Bergmann Date: Thu Aug 28 15:42:41 2014 +0200 Avoid incomplete type in

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

2014-08-28 Thread Daniel Sikeler
avmedia/source/viewer/mediawindow.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit f43d50d1e470dbfbadb4e90135069f0ca89d65c7 Author: Daniel Sikeler Date: Thu Aug 28 12:18:10 2014 + fdo#82994: added missing media extensions Change-Id: Ibbce

[Libreoffice-commits] core.git: basebmp/CppunitTest_basebmp.mk basegfx/CppunitTest_basegfx.mk odk/CppunitTest_checkapi.mk odk/CppunitTest_odk_checkapi.mk odk/Module_odk.mk

2014-08-28 Thread Stephan Bergmann
basebmp/CppunitTest_basebmp.mk | 12 ++-- basegfx/CppunitTest_basegfx.mk | 10 +- odk/CppunitTest_checkapi.mk | 34 -- odk/CppunitTest_odk_checkapi.mk | 34 ++ odk/Module_odk.mk |2 +- 5

[Libreoffice-commits] translations.git: 2 commits - source/bs source/en-GB source/fr source/nl source/nn source/uk

2014-08-28 Thread Lionel Elie Mamane
source/bs/helpcontent2/source/text/scalc/05.po |2 source/en-GB/helpcontent2/source/text/shared/00.po |2 source/fr/helpcontent2/source/text/shared/01.po|2 source/nl/helpcontent2/source/text/sbasic/guide.po |2 source/nl/

[Libreoffice-commits] core.git: translations

2014-08-28 Thread Lionel Elie Mamane
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 10e770492449b8c1640b58737c41fa6528a546dd Author: Lionel Elie Mamane Date: Thu Aug 28 14:46:44 2014 +0200 Updated core Project: translations d9ae641365f094cc1898d7f614dc8a72a1c6b914 diff --git a

Daniel Sikeler license statement

2014-08-28 Thread Daniel Sikeler
Hi, all my current and past contributions made to the LibreOffice project may be licensed under the MPLv2/LGPLv3+ dual license. Until further notice, all my future contributions to the LibreOffice project are available under the MPLv2/LGPLv3+ dual license. Best regards, Daniel Sikeler _

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - lingucomponent/source scp2/source

2014-08-28 Thread Yuri Dario
lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk |6 +- lingucomponent/source/spellcheck/spell/makefile.mk |4 scp2/source/calc/makefile.mk |2 +- scp2/source/ooo/file_library_ooo.scp

Patch for compilation against boost-1.56.0

2014-08-28 Thread Thomas Klausner
Hi! Jörg Sonnenberger made a patch fixing the compilation of libreoffice-4.2.5.2 against boost-1.56.0. I've applied the patches to git head (only one patch needed slight modifications). The result is attached. Usually, I would just push this, but since libreoffice distributes matching boost versi

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

2014-08-28 Thread Olivier Hallot
sd/uiconfig/simpress/ui/remotedialog.ui | 71 +--- 1 file changed, 57 insertions(+), 14 deletions(-) New commits: commit fedae0bd6cf768e7d307bd9d0f15d83a5f3fa0f8 Author: Olivier Hallot Date: Wed Aug 27 16:25:55 2014 -0300 Fix fdo#83160 (part): Help button for

[Libreoffice-commits] core.git: download.lst external/hunspell

2014-08-28 Thread Caolán McNamara
download.lst |2 external/hunspell/UnpackedTarball_hunspell.mk |4 external/hunspell/hunspell-1.3.2-compound.patch | 11 -- external/hunspell/hunspell-1.3.2-literal.patch|4 external/hunspell/hunspell-android.patch | 22 ---

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

2014-08-28 Thread David Tardon
bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6df6eb9c4d462532271cd800537830a68221242a Author: David Tardon Date: Thu Aug 28 13:44:13 2014 +0200 fix variable name Change-Id: I170f0390f8f510591d

[Libreoffice-commits] core.git: 8 commits - include/test oox/source sd/qa sfx2/source test/source

2014-08-28 Thread Tomaž Vajngerl
include/test/xmltesttools.hxx |2 oox/source/export/drawingml.cxx | 318 +++--- oox/source/export/shapes.cxx | 44 +--- sd/qa/unit/data/bnc822347_EmptyBullet.odp |binary sd/qa/unit/export-tests.cxx | 37 +++ sd/qa/

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

2014-08-28 Thread David Tardon
bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b38de1f8f3712f0a632ff9b6fa10df2cf3ce268f Author: David Tardon Date: Thu Aug 28 13:44:13 2014 +0200 fix variable name Change-Id: I170f0390f8f510591d

Stefan Weiberg license statement

2014-08-28 Thread Stefan Weiberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, all my current and past contributions made to the LibreOffice project may be licensed under the MPLv2/LGPLv3+ dual license. Until further notice, all my future contributions to the LibreOffice project are available under the MPLv2/LGPLv3+ dual li

Stefan Weiberg license statement

2014-08-28 Thread Stefan Weiberg
Hi, all my current and past contributions made to the LibreOffice project may be licensed under the MPLv2/LGPLv3+ dual license. Until further notice, all my future contributions to the LibreOffice project are available under the MPLv2/LGPLv3+ dual license. Best regards, Stefan Weiberg __

[Bug 32419] When inserted on Writer, get "Base size" for formulas from underlining paragraph

2014-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32419 Owen Genat changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Bug 32419] When inserted on Writer, get "Base size" for formulas from underlining paragraph

2014-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32419 Owen Genat changed: What|Removed |Added CC||x...@hdsnet.hu --- Comment #10 from Owen Ge

[Bug 32419] When inserted on Writer, get "Base size" for formulas from underlining paragraph

2014-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32419 Owen Genat changed: What|Removed |Added CC||yury.tarasiev...@gmail.com --- Comment #9 f

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - oox/source sd/qa

2014-08-28 Thread Miklos Vajna
oox/source/ppt/pptimport.cxx |2 ++ sd/qa/unit/import-tests.cxx | 16 2 files changed, 18 insertions(+) New commits: commit c46620ffd96638377018e6da0d31c46c4b4d3016 Author: Miklos Vajna Date: Thu Aug 28 10:08:02 2014 +0200 PPTX import: fix missing document metadata

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

2014-08-28 Thread Christian Lohmaier
check.php | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) New commits: commit 56debb6fc6aaa5fca286010250385b9b6d423577 Author: Christian Lohmaier Date: Thu Aug 28 13:00:45 2014 +0200 update to 4.3.1 and 4.2.6-secfix diff --git a/check.php b/check.php inde

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

2014-08-28 Thread Miklos Vajna
oox/source/ppt/pptimport.cxx |2 ++ sd/qa/unit/import-tests.cxx | 16 2 files changed, 18 insertions(+) New commits: commit 97bd79cbd866dbb4944c774b4e6161cb990f6ec2 Author: Miklos Vajna Date: Thu Aug 28 10:08:02 2014 +0200 PPTX import: fix missing document metadata

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

2014-08-28 Thread Caolán McNamara
svx/uiconfig/ui/optgridpage.ui |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit fe228874772e692acf2a899259e961f57175cd94 Author: Caolán McNamara Date: Thu Aug 28 08:44:58 2014 +0100 Resolves: fdo#77516 sub-grid shouldn't be allowed as 0 regres

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

2014-08-28 Thread Miklos Vajna
writerfilter/source/dmapper/OLEHandler.cxx | 14 -- writerfilter/source/filter/ImportFilter.cxx | 38 +--- writerfilter/source/filter/WriterFilter.hxx |1 3 files changed, 9 insertions(+), 44 deletions(-) New commits: commit 6465857e02ed1a6a88d6f41dc4c114

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

2014-08-28 Thread Caolán McNamara
basebmp/source/bitmapdevice.cxx | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) New commits: commit 0ec580e7aa010e38f7c742b2fae5646ccdf4bede Author: Caolán McNamara Date: Thu Aug 28 09:23:03 2014 +0100 keep nScanlineStride number sane bff + valgrind

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

2014-08-28 Thread Caolán McNamara
svx/uiconfig/ui/optgridpage.ui |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit d557b1e7c998b3895fde7236c1a2d8e0998922c5 Author: Caolán McNamara Date: Thu Aug 28 08:44:58 2014 +0100 Resolves: fdo#77516 sub-grid shouldn't be allowed as 0 regres

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

2014-08-28 Thread Caolán McNamara
svx/source/svdraw/svdoedge.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 111c7d6773f7cae554d0f235eef00d774309525a Author: Caolán McNamara Date: Wed Aug 27 16:40:58 2014 +0100 Resolves: fdo#83062 infinite recursion regression from

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - translations

2014-08-28 Thread Lionel Elie Mamane
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5041bbd4f95f7a55e07aa0dbb45fc06e3210d227 Author: Lionel Elie Mamane Date: Thu Aug 28 11:39:03 2014 +0200 Updated core Project: translations d02be4f13598d40c2c02b6e97e91002871f5ff58 corr

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

2014-08-28 Thread Caolán McNamara
basebmp/source/bitmapdevice.cxx | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) New commits: commit 8e01c3fc925b714f4b77ca9c51d7a9973276f577 Author: Caolán McNamara Date: Thu Aug 28 09:23:03 2014 +0100 keep nScanlineStride number sane bff + valgrind

[Libreoffice-commits] translations.git: Branch 'libreoffice-4-3' - source/nl

2014-08-28 Thread Lionel Elie Mamane
source/nl/readlicense_oo/docs.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d02be4f13598d40c2c02b6e97e91002871f5ff58 Author: Lionel Elie Mamane Date: Thu Aug 28 11:39:03 2014 +0200 correct HTML strucutre Change-Id: I5b731612400fd072d3fe287ac556ba

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

2014-08-28 Thread Caolán McNamara
sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 737596aac515d6a24ec154ef30d9d1c2d20dd01f Author: Caolán McNamara Date: Wed Aug 27 15:43:35 2014 +0100 Resolves: fdo#83137 NULL pAction Change-Id: I7

[Libreoffice-commits] translations.git: source/nl

2014-08-28 Thread Lionel Elie Mamane
source/nl/readlicense_oo/docs.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1a15415c3fe875ee4193fbdbcbd0ebde3b13b482 Author: Lionel Elie Mamane Date: Thu Aug 28 11:39:03 2014 +0200 correct HTML strucutre Change-Id: I5b731612400fd072d3fe287ac556ba

[Libreoffice-commits] core.git: translations

2014-08-28 Thread Lionel Elie Mamane
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4942c6a0e022b98acd8f3b353448555b9508af87 Author: Lionel Elie Mamane Date: Thu Aug 28 11:39:03 2014 +0200 Updated core Project: translations 1a15415c3fe875ee4193fbdbcbd0ebde3b13b482 diff --git a

[Libreoffice-commits] core.git: compilerplugins/clang

2014-08-28 Thread Stephan Bergmann
compilerplugins/clang/compat.hxx |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit 05ead076b4a58cd18eee35ea97f9577333f6af38 Author: Stephan Bergmann Date: Thu Aug 28 11:33:32 2014 +0200 Adapt compilerplugins to Clang trunk towards 3.6 Change-Id:

[Libreoffice-commits] core.git: external/icu

2014-08-28 Thread Caolán McNamara
external/icu/icu4c-icu11100.patch.1 | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 854bf7399a635928e6c155ef2246d636ab11ec13 Author: Caolán McNamara Date: Thu Aug 28 10:02:31 2014 +0100 bidi, the gift that keeps on giving Change-Id: Ia33eb3

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

2014-08-28 Thread Miklos Vajna
oox/source/ppt/pptimport.cxx |2 ++ sd/qa/unit/import-tests.cxx | 16 2 files changed, 18 insertions(+) New commits: commit ef2668bad976f1fbb70759887cafd35ea7833655 Author: Miklos Vajna Date: Thu Aug 28 10:08:02 2014 +0200 PPTX import: fix missing document metadata

[Libreoffice-commits] core.git: 2 commits - include/sfx2 include/svtools sfx2/source svtools/source svx/uiconfig unusedcode.easy

2014-08-28 Thread Caolán McNamara
include/sfx2/templdlg.hxx|2 -- include/svtools/treelistbox.hxx |2 -- sfx2/source/dialog/templdlg.cxx | 10 -- sfx2/source/sidebar/AsynchronousCall.cxx | 26 -- sfx2/source/sidebar/AsynchronousCall.hxx |1 - svtools

Re: Adding an infobar to calc

2014-08-28 Thread Samuel Mehrbrodt
Cédric helped me on IRC so no need to answer anymore here. Am 27.08.2014 um 00:15 schrieb Samuel Mehrbrodt: Hi, I'm working on fdo#80538 (adding an infobar when document is in read-only mode). With the attached patch the infobar is shown wh

QA Meeting Minutes - 2014-08-27

2014-08-28 Thread Robinson Tryon
Hiya, We tried a new shorter-format QA Meeting in IRC today, and I think it went pretty well. We reviewed our QA stats, touched on some upcoming events, and had a chance for everyone to bring up their own topics. Meeting minutes are here: https://wiki.documentfoundation.org/QA/Meetings/2014/Augus

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

2014-08-28 Thread Caolán McNamara
basebmp/source/bitmapdevice.cxx | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) New commits: commit 35412949a2fb2a4472177a0289de4f0c062b674d Author: Caolán McNamara Date: Thu Aug 28 09:23:03 2014 +0100 keep nScanlineStride number sane bff + valgrind