[Libreoffice-commits] core.git: 4 commits - android/sdremote

2013-10-03 Thread Artur Dryomov
android/sdremote/AndroidManifest.xml | 17 +++ android/sdremote/res/drawable-xxhdpi/ic_action_add_computer.png |binary android/sdremote/res/drawable-xxhdpi/ic_logo.png |binary android/sdremote

Re: draw a graphic::XGraphic on a rendering::XCanvas ?

2013-10-03 Thread Thorsten Behrens
Caolan McNamara wrote: > So I have a graphic::XGraphic and I want to draw it onto a > rendering::XCanvas. How do I do that? > > I mean, XCanvas has a drawBitmap which takes a rendering::XBitmap but > it's not clear to me how to get from graphic::XGraphic to > rendering::XBitmap or if that's even t

[Libreoffice-commits] core.git: dbaccess/CppunitTest_dbaccess_hsqldb_test.mk

2013-10-03 Thread Andrzej J . R . Hunt
dbaccess/CppunitTest_dbaccess_hsqldb_test.mk |1 - 1 file changed, 1 deletion(-) New commits: commit e5961c6a09b0d1747c36088d1258ad192fa944f9 Author: Andrzej J.R. Hunt Date: Thu Oct 3 21:41:31 2013 +0100 HSQLDB unit test doesn't depend on firebird. Change-Id: I393381984eded19

About LANG for backtrace and console traces

2013-10-03 Thread julien2412
Hello, I thought about changing wiki page https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace to add LANG=C before getting backtrace and so replace: run soffice --backtrace by this: LANG=C;run soffice --backtrace The goal is to have all messages

Re: minutes of ESC call ...

2013-10-03 Thread Italo Vignoli
On 10/3/13 5:58 PM, Michael Meeks wrote: > + 4.1.2 RC3 status > + on the mirror network > + pending press release / announce. > AI: + poke marketing / PR for announce (Cloph) Ready to release tomorrow, if necessary, will circulate PR to marketing private immediately. >

PATCH - SDRemote LO

2013-10-03 Thread Ana Claudia Maciel
I declare that all of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Hello, the patch is attached to the resolution of bug 66137 SDremote project. The patch has been created for the following academic UTFPR-Brazil: Ana Claudia Maciel, Junior Ces

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 42092, which changed state. Bug 42092 Summary: SVG vector graphics exported as bitmaps to PDF https://bugs.freedesktop.org/show_bug.cgi?id=42092 What|Removed |Added

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Terrence Enger changed: What|Removed |Added Depends on|68927 | -- You are receiving this mail becaus

[Libreoffice-commits] core.git: Branch 'private/kohei/calc-shared-string' - sc/source

2013-10-03 Thread Kohei Yoshida
sc/source/core/inc/interpre.hxx |2 sc/source/core/tool/interpr1.cxx | 401 +++ 2 files changed, 205 insertions(+), 198 deletions(-) New commits: commit 0d4c946ae6051c26d093c940654aa63a4b357216 Author: Kohei Yoshida Date: Thu Oct 3 15:53:18 2013 -0400

draw a graphic::XGraphic on a rendering::XCanvas ?

2013-10-03 Thread Caolán McNamara
So I have a graphic::XGraphic and I want to draw it onto a rendering::XCanvas. How do I do that? I mean, XCanvas has a drawBitmap which takes a rendering::XBitmap but it's not clear to me how to get from graphic::XGraphic to rendering::XBitmap or if that's even the right approach. Alternatively,

[Libreoffice-commits] core.git: Branch 'private/kohei/calc-shared-string' - sc/qa

2013-10-03 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx | 52 +++ 1 file changed, 52 insertions(+) New commits: commit d43f6bd9a5c8379ec43863605acb83b6660700fe Author: Kohei Yoshida Date: Thu Oct 3 14:58:06 2013 -0400 Test comparison between simple and rich-text string valu

[Libreoffice-commits] core.git: Branch 'private/kohei/calc-shared-string' - 3 commits - editeng/source include/editeng include/svl sc/inc sc/qa sc/source svl/qa svl/source

2013-10-03 Thread Kohei Yoshida
editeng/source/editeng/editobj.cxx | 58 ++ editeng/source/editeng/editobj2.hxx |4 + include/editeng/editobj.hxx |3 + include/svl/stringpool.hxx |5 -- sc/inc/column.hxx |3 + sc/inc/document.hxx |8

Re: PATCH - SDRemote LO

2013-10-03 Thread Junior Cesar Oliveira
Hi, we fixed the patch and send again. Thanks. Att Junior 2013/10/1 Andrzej Hunt > Hi Junior, > > Unfortunately your patch includes a lot of unnecessary reformatting > (space indentation replaced with tab-stops), > specifically in SlideShowActivity.java it's impossible to see what has > chang

[Libreoffice-commits] core.git: Branch 'feature/sc-notes-storage' - sc/inc sc/qa sc/source

2013-10-03 Thread Laurent Godard
sc/inc/column.hxx |1 + sc/qa/unit/ucalc.cxx|6 ++ sc/source/core/data/column2.cxx | 17 + sc/source/core/data/table2.cxx | 11 +-- 4 files changed, 25 insertions(+), 10 deletions(-) New commits: commit 6ae7bdb173adcd7e4640786023d

Re: minutes of ESC call ...

2013-10-03 Thread bjoern
Hi, On Thu, Oct 03, 2013 at 04:58:34PM +0100, Michael Meeks wrote: > * Stopping the BSA from auto-setting 'regression' keyword (Markus) > + quality of 'regression' bugs has declined significantly, too many > unconfirmed/needinfo bugs for calc. > + bit de-motivating, to see 30% of

[Libreoffice-commits] core.git: Branch 'feature/sc-notes-storage' - sc/inc sc/qa sc/source

2013-10-03 Thread Laurent Godard
sc/inc/column.hxx |1 + sc/qa/unit/ucalc.cxx | 14 ++ sc/source/core/data/column.cxx | 39 +-- 3 files changed, 52 insertions(+), 2 deletions(-) New commits: commit 6fb61764dd4ac6c46e93628ae067c9e319314ee2 Author: Laur

minutes of ESC call ...

2013-10-03 Thread Michael Meeks
* Present: + Tibby, David, Adam, Caolan, Cedric, Kendy, Kohei, Markus, Michael M, Tsahi, Cloph, Robinson, Andras, Ahmad * Completed Action Items: + setup tb3 repo on gerrit (Bjoern) https://gerrit.libreoffice.org/gitweb?p=tb3-django.git;a=summary + mail everyone wrt. instru

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.0' - 4 commits - distro-configs/CPOSX.conf instsetoo_native/util solenv/bin

2013-10-03 Thread Tor Lillqvist
distro-configs/CPOSX.conf |1 - instsetoo_native/util/makefile.mk | 18 +- solenv/bin/modules/installer.pm |2 +- solenv/bin/modules/installer/systemactions.pm |2 +- 4 files changed, 7 insertions(+), 16 deletions(-) New

[Libreoffice-commits] core.git: Branch 'private/kohei/calc-shared-string' - sc/inc sc/source

2013-10-03 Thread Kohei Yoshida
sc/inc/document.hxx|3 + sc/source/core/data/column3.cxx| 53 ++--- sc/source/core/data/documen2.cxx |9 - sc/source/core/data/documentimport.cxx |9 - 4 files changed, 35 insertions(+), 39 deletions(-) New commit

[Libreoffice-commits] core.git: Branch 'feature/sc-notes-storage' - sc/source

2013-10-03 Thread Laurent Godard
sc/source/core/data/column2.cxx | 12 1 file changed, 4 insertions(+), 8 deletions(-) New commits: commit 931f3887cf831b3e1f3c7bc761e11bcb30752112 Author: Laurent Godard Date: Thu Oct 3 16:50:23 2013 +0200 no need to clone notes, only update caption is needed Chang

[Libreoffice-commits] core.git: Branch 'feature/sc-notes-storage' - sc/source

2013-10-03 Thread Laurent Godard
sc/source/core/data/column2.cxx | 128 ++-- 1 file changed, 35 insertions(+), 93 deletions(-) New commits: commit 465ce2106cf99eb48d9020c2e85be91ddb278809 Author: Laurent Godard Date: Thu Oct 3 16:39:31 2013 +0200 unify copy/paste, notes duplications w

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

2013-10-03 Thread Miklos Vajna
sw/inc/docary.hxx |2 sw/source/core/docnode/nodedump.cxx | 100 +++- 2 files changed, 78 insertions(+), 24 deletions(-) New commits: commit 7f71207891bcf47496643551e6474c265a7ad8e9 Author: Miklos Vajna Date: Thu Oct 3 15:18:52 2013 +0200

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

2013-10-03 Thread Caolán McNamara
vcl/unx/gtk/a11y/atklistener.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ec13016a3cefc2c2f9af799e5c30799d56670ad1 Author: Caolán McNamara Date: Thu Oct 3 14:57:12 2013 +0100 Resolves: rhbz#1012390 avoid scary 'the sky is falling' a11y warning

[Libreoffice-commits] core.git: 2 commits - crashrep/source libxml2/ExternalProject_xml2.mk

2013-10-03 Thread David Tardon
crashrep/source/unx/main.cxx|2 +- libxml2/ExternalProject_xml2.mk |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit f35e38e3a95275ed86f5b777870d1614ec99bda0 Author: David Tardon Date: Sun Sep 15 09:59:51 2013 +0200 libxml2 is URE lib Change-

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

2013-10-03 Thread Caolán McNamara
avmedia/source/viewer/mediawindow.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 65f3f3a842030d121eb3537c1798d9502bb66f86 Author: Caolán McNamara Date: Thu Oct 3 14:42:56 2013 +0100 filters with incorrect trailing semicolons Change-Id: Iff22

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

2013-10-03 Thread Caolán McNamara
sw/source/core/frmedt/tblsel.cxx | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) New commits: commit dfd0284a533ecb2ead683368062f35ff5288de42 Author: Caolán McNamara Date: Thu Oct 3 13:45:10 2013 +0100 CID#1078699 confusing indent and drop BOOST_FOREAC

Re: [Libreoffice-ux-advise] Advice on adding Smart-Art related settings

2013-10-03 Thread Jan Holesovsky
Hi Jacobo, Jacobo Aragunde Pérez píše v Čt 03. 10. 2013 v 10:24 +0200: > Extracting some conclusions from the feedback in this thread, probably > the most reasonable path having mid-term in mind would be: > > 1. SmartArt should be imported in an immutable way by default, > preserving the origina

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

2013-10-03 Thread Caolán McNamara
sw/source/ui/shells/txtattr.cxx |1 + xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx |6 +- 2 files changed, 6 insertions(+), 1 deletion(-) New commits: commit a8526ce7ead7738ff4ad981c31ca1a4c5b51e5f6 Author: Caolán McNamara Date: Thu Oct 3

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

2013-10-03 Thread Caolán McNamara
basctl/source/basicide/baside2b.cxx | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) New commits: commit 717f214e66fd901826eb242d8389c4ba91fbd276 Author: Caolán McNamara Date: Thu Oct 3 13:23:46 2013 +0100 CID#738559 uninitialized member Change-Id: I68d9c84dba

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

2013-10-03 Thread Caolán McNamara
basctl/source/accessibility/accessibledialogwindow.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit df3cc933d35a1489119a57bb1a94f50befce01e0 Author: Caolán McNamara Date: Thu Oct 3 13:20:06 2013 +0100 CID#738558 uninitialized members Change-

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

2013-10-03 Thread Caolán McNamara
avmedia/source/viewer/mediawindowbase_impl.hxx |2 -- 1 file changed, 2 deletions(-) New commits: commit b459655cbbfc7abcd62c9355ecdfa7f9ff35e781 Author: Caolán McNamara Date: Thu Oct 3 13:17:35 2013 +0100 CID#738557 unused mbIsMediaWindowJavaBased member Change-Id: Ia219266

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

2013-10-03 Thread Thomas Arnhold
sw/source/core/doc/poolfmt.cxx |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) New commits: commit 84bc5c71c415f1539e066fdbaf5573bf6a467013 Author: Thomas Arnhold Date: Thu Oct 3 14:16:20 2013 +0200 tweak comment remove commented out stuff (since 1996). Ch

Re: Making VS2012 builds usable with XP

2013-10-03 Thread Jan Holesovsky
Hi Markus, Markus Mohrhard píše v St 02. 10. 2013 v 18:46 +0200: > * Go to MSDN and download the VS2013 SP3 and install it (helps me also > with crashes during debugging) > > * use --with-windows-sdk=7.1A Thanks for the info! :-) @39 updated now, the next build should be usable on XP. Regard

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.0' - distro-configs/CPOSX.conf

2013-10-03 Thread Tor Lillqvist
distro-configs/CPOSX.conf |3 --- 1 file changed, 3 deletions(-) New commits: commit e9db23020b3bd014be59e54eca5a0274b195c3ad Author: Tor Lillqvist Date: Thu Oct 3 14:38:01 2013 +0300 Corresponding change here, too Change-Id: If6ac1b2b85214bb84df75feeb4b95d51b049529e diff --

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.0' - distro-configs/CPLinux.conf distro-configs/CPWin32.conf

2013-10-03 Thread Michael Meeks
distro-configs/CPLinux.conf |2 -- distro-configs/CPWin32.conf |3 --- 2 files changed, 5 deletions(-) New commits: commit 8a2020aae2ef545f3a6948402be048eeac07186c Author: Michael Meeks Date: Thu Oct 3 12:18:18 2013 +0100 remove ~un-used scripting language bits from config.

[Libreoffice-commits] core.git: Branch 'feature/sc-notes-storage' - sc/inc sc/source

2013-10-03 Thread Laurent Godard
sc/inc/column.hxx|3 --- sc/source/core/data/column2.cxx | 11 --- sc/source/core/data/document.cxx |2 +- 3 files changed, 5 insertions(+), 11 deletions(-) New commits: commit 3c2b19e733d5f5043a211358134902a441371b04 Author: Laurent Godard Date: Thu Oct 3 13

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.0' - 2 commits - distro-configs/CPOSX.conf vcl/source

2013-10-03 Thread Tor Lillqvist
distro-configs/CPOSX.conf | 29 + vcl/source/gdi/gdimtf.cxx |2 +- 2 files changed, 30 insertions(+), 1 deletion(-) New commits: commit d8a543e170e9abb3f87a407d6443816dd8bc564b Author: Tor Lillqvist Date: Thu Oct 3 14:05:26 2013 +0300 Add first draft of C

[Libreoffice-commits] core.git: Branch 'feature/sc-notes-storage' - sc/qa sc/source

2013-10-03 Thread Laurent Godard
sc/qa/unit/ucalc.cxx|2 - sc/source/core/data/column2.cxx | 41 +++- sc/source/core/data/column3.cxx | 11 -- 3 files changed, 37 insertions(+), 17 deletions(-) New commits: commit 863c34d033d1e43aebe32445afdc4f0619cea292 Author: Lau

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

2013-10-03 Thread Miklos Vajna
sw/qa/extras/ooxmlexport/ooxmlexport.cxx|5 + writerfilter/source/dmapper/StyleSheetTable.cxx |9 - 2 files changed, 5 insertions(+), 9 deletions(-) New commits: commit df60b2f7685e5a2b732a49cb6f9954d2dfcfce16 Author: Miklos Vajna Date: Thu Oct 3 11:15:59 2013 +0200

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - dictionaries

2013-10-03 Thread Nagy Akos
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b8306c9bf05079c1f58e880b3ba9a9f596c6d556 Author: Nagy Akos Date: Thu Oct 3 12:48:13 2013 +0300 Updated core Project: dictionaries 2eadd8dc30f766ddf6975a435b47b4ec7502f51d diff --git a/dictionar

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0-6' - dictionaries

2013-10-03 Thread Nagy Akos
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2387a0e18061360cee229b1a4a54e438dca0668e Author: Nagy Akos Date: Thu Oct 3 12:48:13 2013 +0300 Updated core Project: dictionaries 680c6e25c5d716d402b8b34fe337178c0ed67052 diff --git a/dictionar

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-4-0-6' - ro/hyph_ro_RO.dic

2013-10-03 Thread Nagy Akos
ro/hyph_ro_RO.dic |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 680c6e25c5d716d402b8b34fe337178c0ed67052 Author: Nagy Akos Date: Thu Oct 3 12:48:13 2013 +0300 Patch for bug 68699 Change-Id: Id6d76d4fd6000d4ea79297286bfb2f3d1bbd5c51 Reviewed-on: https

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-4-0' - ro/hyph_ro_RO.dic

2013-10-03 Thread Nagy Akos
ro/hyph_ro_RO.dic |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2eadd8dc30f766ddf6975a435b47b4ec7502f51d Author: Nagy Akos Date: Thu Oct 3 12:48:13 2013 +0300 Patch for bug 68699 Change-Id: Id6d76d4fd6000d4ea79297286bfb2f3d1bbd5c51 Reviewed-on: https

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-4-1' - ro/hyph_ro_RO.dic

2013-10-03 Thread Nagy Akos
ro/hyph_ro_RO.dic |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 307cb4cdf237ee21d4a90e9059a347b524b13f69 Author: Nagy Akos Date: Thu Oct 3 12:48:13 2013 +0300 Patch for bug 68699 Change-Id: Id6d76d4fd6000d4ea79297286bfb2f3d1bbd5c51 Reviewed-on: https

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - dictionaries

2013-10-03 Thread Nagy Akos
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8563f3019a1c53553074ce46c93d4f9d433cd9a5 Author: Nagy Akos Date: Thu Oct 3 12:48:13 2013 +0300 Updated core Project: dictionaries 307cb4cdf237ee21d4a90e9059a347b524b13f69 diff --git a/dictionar

[Libreoffice-commits] dictionaries.git: ro/hyph_ro_RO.dic

2013-10-03 Thread Nagy Akos
ro/hyph_ro_RO.dic |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 17eed4af567c101b4306f95c345d50131a353a99 Author: Nagy Akos Date: Thu Oct 3 12:48:13 2013 +0300 Patch for bug 68699 Change-Id: Id6d76d4fd6000d4ea79297286bfb2f3d1bbd5c51 Reviewed-on: https

[Libreoffice-commits] core.git: dictionaries

2013-10-03 Thread Nagy Akos
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 78016742c77ced30533f03e1802cd5fa939d7333 Author: Nagy Akos Date: Thu Oct 3 12:48:13 2013 +0300 Updated core Project: dictionaries 17eed4af567c101b4306f95c345d50131a353a99 Patch for bug

RE:Build windows failed on 4.0.5 branch

2013-10-03 Thread Gay, Matthieu
Hello again, I answer me, I apply this patch: https://bugs.freedesktop.org/show_bug.cgi?id=66826 But the CR/LR are not present if I do a copy/paste of the patch, it's working if I save the file in lpsolve directory. So th the build is now on this way. Is this possible to backport this commit

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

2013-10-03 Thread Caolán McNamara
package/source/zippackage/ZipPackageStream.cxx | 34 + sc/qa/unit/data/ods/passwordWrongSHA.ods |binary sc/qa/unit/subsequent_filters-test.cxx | 10 +++ 3 files changed, 39 insertions(+), 5 deletions(-) New commits: commit ac848787f90cf247fab29e98bc4

[Libreoffice-commits] core.git: Branch 'feature/sc-notes-storage' - sc/qa

2013-10-03 Thread Laurent Godard
sc/qa/unit/ucalc.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 326cdf10d5d57f3439198e807fbe77bd2310445e Author: Laurent Godard Date: Thu Oct 3 10:44:19 2013 +0200 add a text in the note of testCopyToDocument Change-Id: I57dadbdeeb9f1b1a3dc96cc

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

2013-10-03 Thread Caolán McNamara
package/source/zippackage/ZipPackageStream.cxx | 34 + sc/qa/unit/data/ods/passwordWrongSHA.ods |binary sc/qa/unit/subsequent_filters-test.cxx | 10 +++ 3 files changed, 39 insertions(+), 5 deletions(-) New commits: commit f21ee4bd0d7b6082e8aa1a9f00b

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

2013-10-03 Thread Miklos Vajna
svl/source/items/style.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dccaf7afcf9a2b50fb7ca612a3645c2d73134da3 Author: Miklos Vajna Date: Thu Oct 3 10:22:11 2013 +0200 SfxStyleSheetBase::SetFollow: OSL_FAIL -> SAL_WARN Change-Id: I9fb67a1b7ccd4c8

Re: [Libreoffice-ux-advise] Advice on adding Smart-Art related settings

2013-10-03 Thread Jacobo Aragunde Pérez
El 02/10/13 16:45, Jan Holesovsky escribió: > ... > > Just so that this does not lead to confusion - SmartArt being a real > group shape is a relatively recent fix: > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=59373b753902f69cd44d183568b084429322e7ab > > In the previous versions it h

RE:Build windows failed on 4.0.5 branch

2013-10-03 Thread Gay, Matthieu
Hello, I change my environment, now I am on windows 7, I had to apply some patch to visual studio because I had thies problems: Problème visual studio 2010: http://blogs.msdn.com/b/heaths/archive/2011/04/01/visual-c-2010-sp1-compiler-update-for-the-windows-sdk-7-1.aspx https://connect.microsoft.

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

2013-10-03 Thread Tor Lillqvist
android/experimental/DocumentLoader/Makefile |6 ++ android/experimental/LibreOffice4Android/Makefile |6 ++ android/experimental/desktop/Makefile |6 ++ 3 files changed, 6 insertions(+), 12 deletions(-) New commits: commit e30a34f7d7aa3bee338e2cb0323fa153

LibreOffice Gerrit News 2013-10-03

2013-10-03 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: + fdo63235 - correct usage of marker-start/-end for svg path data in https://gerrit.libreoffice.org/6086 from Christina Roßmanith + fdo#67461 add multiple selection support to hide/show multiple styles in https://ge

Re: About Clang headers on Debian

2013-10-03 Thread julien2412
Thank you for the hints both of you. I added these lines in my autogen.input: CC=/usr/lib/llvm-3.2/bin/clang CXX=/usr/lib/llvm-3.2/bin/clang++ CLANGBUILD=/usr/lib/llvm-3.2 CLANGDIR=/usr/lib/llvm-3.2 + I created symlink for clang and clang++ since they're present in /usr/bin With master sources u