LibreOffice Gerrit News for dev-tools on 2014-04-26

2014-04-25 Thread gerrit
Moin! * Open changes on master for project dev-tools changed in the last 25 hours: + esc-bug-stats: add all components containing LO code in https://gerrit.libreoffice.org/9165 from Michael Stahl * Merged changes on master for project dev-tools changed in the last 25 hours: None * Abandoned

LibreOffice Gerrit News for core on 2014-04-26

2014-04-25 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: + remove some dodgy defines from the ICGM filter in https://gerrit.libreoffice.org/9163 from Noel Grandin about module filter + remove unused code from TabBar in https://gerrit.libreoffice.org/9162 from Noel Grand

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

2014-04-25 Thread Kohei Yoshida
sc/inc/tokenarray.hxx |2 sc/qa/unit/data/xls/shared-formula/wrapped-refs.xls |binary sc/qa/unit/subsequent_filters-test.cxx | 30 + sc/source/core/tool/token.cxx | 46 sc/source/filter/exce

Missing package in build

2014-04-25 Thread Shreyansh Gandhi
Hi, I'm trying to build LO in a fresh install of ubuntu 14.04. After ./autogen.sh the build stopped at a point where the following message was dispayed:- checking for GSTREAMER_0_10... no checking for GSTREAMER_0_10... no configure: error: Package requirements (gstreamer-0.10 gstreamer-plugins-b

[Libreoffice-commits] mso-dumper.git: msodumper/formula.py

2014-04-25 Thread Kohei Yoshida
msodumper/formula.py | 37 - 1 file changed, 36 insertions(+), 1 deletion(-) New commits: commit 8a13e55de98963937216b70efb96fad61ddfcfab Author: Kohei Yoshida Date: Fri Apr 25 22:02:54 2014 -0400 Parser relative reference in formula tokens. diff --g

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

2014-04-25 Thread Takeshi Abe
sc/source/core/data/column2.cxx |3 +-- sc/source/core/data/conditio.cxx | 17 + sc/source/core/data/documen4.cxx |8 ++-- sc/source/core/data/documen8.cxx | 10 -- sc/source/core/data/drwlayer.cxx |9 +++-- 5 files changed, 19 insertions(+), 28 del

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Kohei Yoshida changed: What|Removed |Added Depends on||76611 -- You are receiving this mail be

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

2014-04-25 Thread Julien Nabet
sfx2/source/toolbox/tbxitem.cxx | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit 05cd0965487ad631d84bfb89e3c29cc342577195 Author: Julien Nabet Date: Fri Apr 25 23:47:15 2014 +0200 Prefer cppu::UnoType::get() to ::getCppuType((T*)0) Ther

Re: Questions about getCppuType

2014-04-25 Thread julien2412
I've begun to replace some parts and had this when I've changed this: else if ( pType == ::getCppuType((const sal_uInt16*)0) ) into this: else if ( pType == cppu::UnoType::get() ) : cd /home/julien/compile-libreoffice/libreoffice/sfx2 && make -j 4 -rs [build CXX] sfx2/source/toolbox/tbxitem.cxx [bu

[Libreoffice-commits] mso-dumper.git: 6 commits - msodumper/emfrecord.py msodumper/msodraw.py msodumper/wmfrecord.py

2014-04-25 Thread Miklos Vajna
msodumper/emfrecord.py | 150 +++- msodumper/msodraw.py | 64 +++ msodumper/wmfrecord.py | 262 + 3 files changed, 471 insertions(+), 5 deletions(-) New commits: commit 154a8a3c0cc0cb864fbebc55f13ca8b187214609 A

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

2014-04-25 Thread Caolán McNamara
comphelper/source/property/MasterPropertySet.cxx |4 ++-- include/comphelper/MasterPropertySet.hxx |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit dc469b9d0be2e17b351169df4bf8740ce4a27321 Author: Caolán McNamara Date: Fri Apr 25 21:00:47 2014 +010

[Libreoffice-commits] core.git: 12 commits - basctl/source bridges/inc comphelper/source include/comphelper sd/source svx/source vcl/source

2014-04-25 Thread Caolán McNamara
basctl/source/basicide/basobj2.cxx |2 - basctl/source/basicide/basobj3.cxx |2 - basctl/source/dlged/dlgedobj.cxx |2 - basctl/source/inc/basobj.hxx |4 +

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

2014-04-25 Thread Andras Timar
sfx2/source/dialog/tabdlg.cxx | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) New commits: commit d1d25c8cbc2962ce2501b4ed6034d2e4e4ccba9a Author: Andras Timar Date: Thu Apr 24 21:50:26 2014 +0200 fdo#77242 fix crash Change-Id: Ic28b2dccc02627446a794929fe9704

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

2014-04-25 Thread Caolán McNamara
lingucomponent/source/spellcheck/spell/sspellimp.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 445d62565d662a7119a0c49e8e8de68ee244dc74 Author: Caolán McNamara Date: Fri Apr 25 20:16:01 2014 +0100 error C2059: syntax error : ´)´ Change-Id

[Libreoffice-commits] core.git: include/svx offapi/com

2014-04-25 Thread Markus Mohrhard
include/svx/unoshape.hxx |4 +++- offapi/com/sun/star/drawing/XShapes2.idl |4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) New commits: commit 054b968c63b90a49025c29c7c14da913d2ac4021 Author: Markus Mohrhard Date: Fri Apr 25 20:36:26 2014 +0200 quick fix

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Jorendc changed: What|Removed |Added Depends on||77934 --- Comment #4 from Jorendc --- Adding

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

2014-04-25 Thread Caolán McNamara
chart2/source/controller/main/ShapeToolbarController.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0a861a50b6f1fc271abcd9d76d6a09ec7e9dcdda Author: Caolán McNamara Date: Fri Apr 25 19:15:30 2014 +0100 error C2872: ´chart´ : ambiguous symbol C

[Libreoffice-commits] core.git: 6 commits - chart2/inc chart2/source drawinglayer/source include/drawinglayer include/svx Makefile.in svx/source

2014-04-25 Thread Markus Mohrhard
Makefile.in |4 chart2/inc/ChartModel.hxx |3 chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx | 33 +- chart2/source/model/main/ChartModel.cxx |

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Kohei Yoshida changed: What|Removed |Added Depends on|76611 | -- You are receiving this mail because

upper case digits in OUString/OString::number() (was: [Libreoffice-commits] core.git: Change RGB "FFFF00" -> "ffff00" to keep roundtrip test happy)

2014-04-25 Thread Eike Rathke
Hi Stephan, On Friday, 2014-04-25 10:06:17 +0200, Stephan Bergmann wrote: > Would it be better to change > oox::drawingml::DrawingML::WriteColor(sal_uInt32, sal_Int32) > (oox/source/export/drawingml.cxx) to always write OOXML > ST_HexColorRGB values in W3C XML Schema hexBinaryCanonical form, > i.

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

2014-04-25 Thread Tor Lillqvist
chart2/source/view/main/ChartView.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 9a587bf74f74c8f9b18c6fe1be28e1f1c3032820 Author: Tor Lillqvist Date: Fri Apr 25 20:13:43 2014 +0300 No need for XShape dumping (for unit testing) for non-desktop

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

2014-04-25 Thread Eike Rathke
sc/qa/unit/helper/shared_test_impl.hxx | 120 + sc/qa/unit/subsequent_export-test.cxx | 38 ++ sc/qa/unit/subsequent_filters-test.cxx | 115 --- 3 files changed, 159 insertions(+), 114 deletions(-) New commits: commit 1652b8

[Bug 60270] LibreOffice 4.1 most annoying bugs

2014-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Bug 60270 depends on bug 72741, which changed state. Bug 72741 Summary: UI: Sort performance ~17 times slower than version 4.0.6.2 https://bugs.freedesktop.org/show_bug.cgi?id=72741 What|Removed |Added

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

2014-04-25 Thread Kohei Yoshida
sc/inc/column.hxx |3 ++- sc/inc/table.hxx |3 ++- sc/source/core/data/column4.cxx| 11 --- sc/source/core/data/document10.cxx |3 ++- sc/source/core/data/table7.cxx |5 +++-- 5 files changed, 17 insertions(+), 8 deletions(-) Ne

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

2014-04-25 Thread Kohei Yoshida
sc/source/core/data/column.cxx | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) New commits: commit 6b7f07e3dbd990fd63c707d9297b4715e6e3957d Author: Kohei Yoshida Date: Fri Apr 25 00:54:47 2014 -0400 fdo#77728: Re-compile tokens when named range is updated

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

2014-04-25 Thread Tor Lillqvist
i18npool/source/registerservices/registerservices.cxx | 81 ++ 1 file changed, 81 insertions(+) New commits: commit 0962f24a90961dfa0112a9fd8d7492371b78ddc6 Author: Tor Lillqvist Date: Fri Apr 25 18:49:18 2014 +0300 Obey --with-locales here, too Avoid linking in

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

2014-04-25 Thread Kohei Yoshida
sc/source/core/tool/interpr1.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 37d7d115dd346ba7a713a5a18d90fc48a0d35072 Author: Kohei Yoshida Date: Fri Apr 25 11:53:18 2014 -0400 fdo#75971: Perhaps this will prevent the crash ? I can't reproduce the

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

2014-04-25 Thread Kohei Yoshida
sc/source/core/tool/queryparam.cxx | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) New commits: commit 9f115c83fe94b0ed86562906f9d96465e59ec761 Author: Kohei Yoshida Date: Thu Apr 24 19:42:30 2014 -0400 fdo#77039: Fill the match string even if the raw string is em

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

2014-04-25 Thread Caolán McNamara
external/hunspell/hunspell-fdo48017-wfopen.patch |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 187765b8a45761e14d18da58463dbc0f5bd825e9 Author: Caolán McNamara Date: Fri Apr 25 16:38:16 2014 +0100 try including windows.h for MultiByteToWideChar C

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

2014-04-25 Thread Caolán McNamara
drawinglayer/source/primitive2d/metafileprimitive2d.cxx |4 sd/source/ui/view/drviewsa.cxx | 92 vcl/source/gdi/font.cxx |6 - 3 files changed, 50 insertions(+), 52 deletions(-) New commits: commit 21334f74a53197

[Libreoffice-commits] core.git: pyuno/Module_pyuno.mk

2014-04-25 Thread Norbert Thiebaud
pyuno/Module_pyuno.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 731f7fe778c19378dfcbc1a5e9165f666ebb90df Author: Norbert Thiebaud Date: Fri Apr 25 10:23:22 2014 -0500 disable pytest_ssl on mac Change-Id: I9f6a50f00bd98aeffa46f3ef40211e30edf658d6 diff --git a

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 76663, which changed state. Bug 76663 Summary: LibreOffice Calc's PRODUCT function returns incorrect results in array formula https://bugs.freedesktop.org/show_bug.cgi?id=76663 What|Removed

[Bug 36466] Copying Visible Cells Only

2014-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36466 suokunl...@gmail.com changed: What|Removed |Added CC||ugost...@list.ru --- Comment #9 fr

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

2014-04-25 Thread Stephan Bergmann
vcl/source/outdev/outdev.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6ee8e0eb5c80e3d79d3d2eed7a4a9a577f5e18ba Author: Stephan Bergmann Date: Fri Apr 25 17:06:22 2014 +0200 Fix OutputDevice::Pop Change-Id: Iaaf19c01dc4ec10c72a66dac35ac64e37766d

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

2014-04-25 Thread Tomofumi Yagi
include/svx/tbcontrl.hxx |1 - svx/source/tbxctrls/tbcontrl.cxx |9 ++--- 2 files changed, 2 insertions(+), 8 deletions(-) New commits: commit f5dc536eae7dc28e09112ab9dd69e55fae015ee8 Author: Tomofumi Yagi Date: Sun Apr 20 16:27:10 2014 +0900 fdo#77683 the color in the

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - oox/source sw/source

2014-04-25 Thread Armin Le Grand
oox/source/drawingml/customshapeproperties.cxx | 11 oox/source/ppt/slidefragmenthandler.cxx| 31 + oox/source/token/properties.txt|1 sw/source/core/tox/tox.cxx | 17 +++-- 4 files changed, 42 insertio

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

2014-04-25 Thread Stephan Bergmann
ucb/source/ucp/webdav-neon/DAVException.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 356fa61f40d954e0210c79c7154482c3693603af Author: Stephan Bergmann Date: Fri Apr 25 16:07:35 2014 +0200 If you intend DAVException to appear as a std::exception, then sa

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

2014-04-25 Thread Tomofumi Yagi
svx/source/tbxctrls/tbcontrl.cxx | 12 1 file changed, 12 insertions(+) New commits: commit eb492e0bcf5c05d3ee5b95f4cc7e598845b26db2 Author: Tomofumi Yagi Date: Sat Apr 19 16:52:44 2014 +0900 fdo#73891 Fix "UI color panel does not show the actual color in Writer" 1

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

2014-04-25 Thread Tomofumi Yagi
svx/source/tbxctrls/tbcontrl.cxx | 12 1 file changed, 12 insertions(+) New commits: commit cf74704979090792bf083957619c8dd608e4f5c0 Author: Tomofumi Yagi Date: Sat Apr 19 16:52:44 2014 +0900 fdo#73891 Fix "UI color panel does not show the actual color in Writer" 1

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

2014-04-25 Thread Tomofumi Yagi
svx/source/tbxctrls/tbcontrl.cxx | 12 1 file changed, 12 insertions(+) New commits: commit 5c31515d2e54a42ceac1b21409cb730cdbb825ed Author: Tomofumi Yagi Date: Sat Apr 19 16:52:44 2014 +0900 fdo#73891 Fix "UI color panel does not show the actual color in Writer" 1

[Libreoffice-commits] core.git: 3 commits - include/vcl vcl/Library_vcl.mk vcl/source

2014-04-25 Thread Chris Sherlock
include/vcl/outdev.hxx| 49 --- include/vcl/outdevmap.hxx | 44 +++ include/vcl/outdevstate.hxx | 78 ++ vcl/Library_vcl.mk|1 vcl/source/app/settings.cxx | 14 - vcl/source/outdev/outdev.cxx | 475 +++--

[Libreoffice-commits] core.git: Branch 'private/tbsdy/outdev' - include/vcl

2014-04-25 Thread Chris Sherlock
include/vcl/outdev.hxx| 22 +- include/vcl/outdevmap.hxx | 44 2 files changed, 45 insertions(+), 21 deletions(-) New commits: commit 7a88d43902d1b2c3630b509e3de12fbda4c440ca Author: Chris Sherlock Date: Fri Apr 25 22:55:

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 76607, which changed state. Bug 76607 Summary: vector::_M_range_check crash when sorting mixed formula and value https://bugs.freedesktop.org/show_bug.cgi?id=76607 What|Removed |Added

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

2014-04-25 Thread Kohei Yoshida
sc/source/core/tool/interpr1.cxx |1 + sc/source/core/tool/scmatrix.cxx | 14 ++ 2 files changed, 11 insertions(+), 4 deletions(-) New commits: commit b3d3c64a83c510a5c9aacf517eee8ca697e21d8f Author: Kohei Yoshida Date: Thu Apr 24 12:26:01 2014 -0400 fdo#76663: Let's not

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

2014-04-25 Thread Kohei Yoshida
sc/source/core/tool/interpr6.cxx |1 + sc/source/core/tool/scmatrix.cxx | 14 ++ 2 files changed, 11 insertions(+), 4 deletions(-) New commits: commit a686162553f68f19663694b8407a47d2ec9be700 Author: Kohei Yoshida Date: Thu Apr 24 12:26:01 2014 -0400 fdo#76663: Let's not

Re: Fwd: [Bug 1087931] [abrt] libreoffice-core: KDE4FilePicker::execute -> QTransform::type: soffice.bin killed by SIGABRT

2014-04-25 Thread Lubos Lunak
On Thursday 17 of April 2014, Lubos Lunak wrote: > On Wednesday 16 of April 2014, Stephan Bergmann wrote: > > Jan-Marek, all, > > > > Any details on the reason for the revert, and whether it could be the > > cause for the newly seen crash? > > KDE4 file dialog support is currently apparently broke

[Libreoffice-commits] core.git: 5 commits - configure.ac vcl/CustomTarget_kde4_moc.mk vcl/unx

2014-04-25 Thread Luboš Luňák
configure.ac | 45 vcl/CustomTarget_kde4_moc.mk |3 - vcl/unx/kde4/KDE4FilePicker.cxx | 22 vcl/unx/kde4/KDESalInstance.cxx |2 vcl/unx/kde4/KDEXLib.cxx | 23

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

2014-04-25 Thread Stephan Bergmann
connectivity/source/drivers/mork/MConnection.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit aff54e8ef51add95e2d775163b264c8fe9104b2d Author: Stephan Bergmann Date: Fri Apr 25 14:14:50 2014 +0200 That lone acquire() was hopefully just a needless copy/paste ...from

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

2014-04-25 Thread Tor Lillqvist
xmloff/source/draw/XMLShapeStyleContext.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d5d10b03b1f3e4bf784ad35254cb55d719a8c1b3 Author: Tor Lillqvist Date: Fri Apr 25 14:35:54 2014 +0300 WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'

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

2014-04-25 Thread Tor Lillqvist
configure.ac | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) New commits: commit bcc44b82b53d5f008b56528e678e69759a9a9dfb Author: Tor Lillqvist Date: Fri Apr 25 14:33:49 2014 +0300 Improve help message for --with-locales Change-Id: I54109240f55a6e0d

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 84/33ee82c9323501545164ddf6e6008db483ab7a

2014-04-25 Thread Miklos Vajna
84/33ee82c9323501545164ddf6e6008db483ab7a |1 + 1 file changed, 1 insertion(+) New commits: commit cb803dbb9e2adbbba5ba0c12149f881517254179 Author: Miklos Vajna Date: Fri Apr 25 13:09:19 2014 +0200 Notes added by 'git notes add' diff --git a/84/33ee82c9323501545164ddf6e6008db483ab7a

[Libreoffice-commits] core.git: 2 commits - include/xmloff officecfg/registry sw/sdi sw/source sw/uiconfig xmloff/source

2014-04-25 Thread Miklos Vajna
include/xmloff/XMLShapeStyleContext.hxx |2 officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu |3 sw/sdi/_frmsh.sdi| 12 + sw/source/core/attr/format.cxx | 19 ++ sw/source/core/

Re: Questions about getCppuType

2014-04-25 Thread julien2412
sberg wrote > ... > getCppuType is not without flaws though, and cppu::UnoType should be > used instead. > ... > What cast are you talking about? The one in the typical usage like > getCppuType((T*)0)? Sure, nothing keeps you from writing that as > getCppuType(static_cast(0)), or better ye

[Libreoffice-commits] core.git: i18npool/CustomTarget_breakiterator.mk

2014-04-25 Thread Tor Lillqvist
i18npool/CustomTarget_breakiterator.mk | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) New commits: commit 474fe287c4c97427a4b48d0c0d17f3231290150a Author: Tor Lillqvist Date: Fri Apr 25 13:57:05 2014 +0300 Filter out extra ICU data for locales we don't want

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

2014-04-25 Thread Julien Nabet
cui/source/tabpages/border.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b4a95f8d215564a2d4cf55c293175ac8e73910c1 Author: Julien Nabet Date: Fri Apr 25 12:49:12 2014 +0200 Since bPut is bool, let's use true/false Change-Id: I37b05b3d62eda03aecfa

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

2014-04-25 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit ee75263f6c942c0a8f59beb84c21a98c141bc7f1 Author: Eike Rathke Date: Fri Apr 25 11:12:12 2014 +0100 we need to push a return value in any case, fdo#73148 related ... n

Re: Questions about getCppuType

2014-04-25 Thread Stephan Bergmann
On 04/25/2014 07:55 AM, julien2412 wrote: Seeing the number of times getCppuType is used, I've got several questions about this: - what's the use of it? It resembles at the first look to "typeid" but I suppose it's not this. Yes, it's to the C++ UNO language binding what typeid is to C++, mappi

[Libreoffice-commits] core.git: external/hunspell lingucomponent/source

2014-04-25 Thread László Németh
external/hunspell/UnpackedTarball_hunspell.mk|1 external/hunspell/hunspell-fdo48017-wfopen.patch | 109 +++ lingucomponent/source/spellcheck/spell/sspellimp.cxx | 13 +- 3 files changed, 117 insertions(+), 6 deletions(-) New commits: commit 5e4b21e2d627de0c815

[Bug 43157] Clean up OSL_ASSERT, DBG_ASSERT, etc.

2014-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43157 --- Comment #23 from Commit Notification --- Michaël Lefèvre committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=fe075edc27a1fc301c31cfdff5ddbc83e52d929f fdo#43157

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

2014-04-25 Thread Michaël Lefèvre
include/osl/diagnose.h |2 -- registry/test/regdiagnose.h |2 +- 2 files changed, 1 insertion(+), 3 deletions(-) New commits: commit fe075edc27a1fc301c31cfdff5ddbc83e52d929f Author: Michaël Lefèvre Date: Mon Apr 7 15:33:26 2014 +0200 fdo#43157 : [API CHANGE] Remove OSL_THIS

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

2014-04-25 Thread Tor Lillqvist
cppuhelper/source/shlib.cxx |8 solenv/bin/native-code.py |3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) New commits: commit 838d749ceb152de40d03538a0448bf709264ccdb Author: Tor Lillqvist Date: Fri Apr 25 12:50:27 2014 +0300 Add css_comp_chart2_ChartDocumentWr

[Libreoffice-commits] core.git: formula/source include/formula sc/inc sc/qa sc/source

2014-04-25 Thread Winfried Donkers
formula/source/core/resource/core_resource.src |7 + include/formula/compiler.hrc |3 include/formula/opcode.hxx |1 sc/inc/global.hxx | 16 sc/inc/helpids.h |1 sc/qa/unit/uc

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

2014-04-25 Thread Andras Timar
source/text/shared/01/xformsdataadd.xhp | 44 source/text/swriter/01/05040800.xhp |4 +- 2 files changed, 24 insertions(+), 24 deletions(-) New commits: commit f1e1bf8afae41ba0a7defa75b48ca827d79e33cd Author: Andras Timar Date: Fri Apr 25 11:26:22 201

[Libreoffice-commits] core.git: helpcontent2

2014-04-25 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2e41702ed4f224f195d33054e2e714f546b4442c Author: Andras Timar Date: Fri Apr 25 11:26:22 2014 +0200 Updated core Project: help f1e1bf8afae41ba0a7defa75b48ca827d79e33cd diff --git a/helpcontent2

[Libreoffice-commits] core.git: 6 commits - chart2/Library_chartcontroller.mk chart2/source

2014-04-25 Thread Miklos Vajna
chart2/Library_chartcontroller.mk |1 chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx |7 chart2/source/controller/chartcontroller.component| 20 +- chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx|

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

2014-04-25 Thread Andrzej Hunt
sc/source/core/tool/formulagroup.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 7f01a960995b728489ab359fc082609c75216f95 Author: Andrzej Hunt Date: Fri Apr 25 09:08:21 2014 +0100 fix "Wrap opencl-only functions in appropriate ifdef." 062871853cc420f35ddfbc2534

Re: [Libreoffice-commits] core.git: Change RGB "FFFF00" -> "ffff00" to keep roundtrip test happy

2014-04-25 Thread Stephan Bergmann
On 04/23/2014 10:54 PM, Stephan Bergmann wrote: commit 8485a276022e05bd34afb2321e72ecfad4589f7e Author: Stephan Bergmann Date: Wed Apr 23 22:50:09 2014 +0200 Change RGB "00" -> "00" to keep roundtrip test happy Change-Id: I14e48d56b6f34be31a1580d448352b925f9aadde diff --gi

[Libreoffice-commits] core.git: 2 commits - bin/ios-mapfile-statistics

2014-04-25 Thread Tor Lillqvist
bin/ios-mapfile-statistics | 34 -- 1 file changed, 32 insertions(+), 2 deletions(-) New commits: commit bc4c2098a66bbcf4f3d265dd8e0a154062e4337d Author: Tor Lillqvist Date: Fri Apr 25 11:02:06 2014 +0300 Improve command line handling, don't read stdin

[Libreoffice-commits] core.git: bin/ios-mapfile-statistics

2014-04-25 Thread Tor Lillqvist
bin/ios-mapfile-statistics | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) New commits: commit 5743570619ee2ef1350b88f708f21cd3ec38bac2 Author: Tor Lillqvist Date: Fri Apr 25 10:20:49 2014 +0300 Add -f option to filter in symbols from some libraries only You

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

2014-04-25 Thread Julien Nabet
sw/source/core/uibase/utlui/uitool.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 1900ac0b853eb3ae55c495da078410709004f433 Author: Julien Nabet Date: Fri Apr 25 09:12:04 2014 +0200 Related fdo#77874: [None] as only possible choice in lists

[Libreoffice-commits] core.git: sc/Module_sc.mk

2014-04-25 Thread Miklos Vajna
sc/Module_sc.mk |7 +++ 1 file changed, 7 insertions(+) New commits: commit 00c19e5def4a62445c85786aef6a507bee6c45fa Author: Miklos Vajna Date: Fri Apr 25 08:57:58 2014 +0200 sc: add back lost scopencl Probably removed by accident in 96475ada3fcf026ae7833824a056b642c1