Re: Solarmutex Deadlock when Closing Calc which contains functions with XVolatileResult return values

2012-08-10 Thread Stephan Bergmann
On 08/10/2012 03:35 PM, anwen wrote: Stephan Bergmann-2 wrote I think you should execute your shutdown activies on notifyTermination, not queryTermination. The latter can be veto'ed by some other listener, in which case Desktop would cancel the termination and continue running (and notify you

[REVIEW 3-6 (but only 3.6.2?)] No more prereg, no more unopkg sync

2012-08-10 Thread Stephan Bergmann
Quoting http://cgit.freedesktop.org/libreoffice/core/commit/?id=6dcb3d4ef46312729bb6f16c473b433474863f68 Related fdo#51252: No more prereg, no more unopkg sync: Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 'fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes' removed

[Libreoffice-commits] .: i18npool/Module_i18npool.mk

2012-08-10 Thread Stephan Bergmann
i18npool/Module_i18npool.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 293151c8fc10c5a0ba84c5c5a796a3c72f573654 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Aug 10 18:54:27 2012 +0200 Disabling CppunitTest_i18npool_test_languagetag for now

[Libreoffice-commits] .: desktop/source

2012-08-10 Thread Stephan Bergmann
desktop/source/app/app.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 0ab5ce54c441b12ea6c12a2cedb9069f36cfd0f4 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Aug 10 19:36:08 2012 +0200 fdo#53006: Remove directories too, not just plain files

[REVIEW 3-6] fdo#53006: Remove directories too, not just plain files

2012-08-10 Thread Stephan Bergmann
On 08/10/2012 05:29 PM, Petr Mladek wrote: Just to be sure. removeTree(url) removes only files and not directories. Is it by intention? I think that both variants would be fine. Oh, good catch. No, it was an oversight to not remove directories. So

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread Stephan Bergmann
On 08/13/2012 08:38 AM, James Chen wrote: ld: warning: ignoring file /opt/local/lib/libiconv.dylib, file was built for unsupported file forma ld: warning: ignoring file /opt/local/lib/libz.dylib, file was built for unsupported file format ld: in /opt/local/lib/libiconv.2.dylib, file was built

[Libreoffice-commits] .: connectivity/registry connectivity/source connectivity/workben

2012-08-13 Thread Stephan Bergmann
f50a41437ee99aee499dbabd1d36ef8197db5559 Author: Stephan Bergmann sberg...@redhat.com Date: Mon Aug 13 09:52:43 2012 +0200 fdo#53246 Fresh postgresql-sdbc implementation names The descriptions for fdo#53246 Libo36 does not start, InvalidRegistryException from program/services/postgresql

[REVIEW 3-6] fdo#53246 Fresh postgresql-sdbc implementation names

2012-08-13 Thread Stephan Bergmann
Besides the general problem of LO 3.6 not starting due to duplicate UNO implementations caused by the bundled extension prereg mechanism, there are also reports for a more specific problem of not starting due to duplicate UNO implementations of org.openoffice.comp.connectivity.pq.Driver,

[Libreoffice-commits] .: 2 commits - RepositoryExternal.mk RepositoryFixes.mk

2012-08-13 Thread Stephan Bergmann
RepositoryExternal.mk |2 +- RepositoryFixes.mk|1 + 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit fc2b42ed182c8e7d20a8626712b8a416d7a5bae5 Author: Stephan Bergmann sberg...@redhat.com Date: Mon Aug 13 11:46:50 2012 +0200 Proper sorting Change-Id

Re: [REVIEW 3-6 ] No more prereg, no more unopkg sync

2012-08-13 Thread Stephan Bergmann
On 08/13/2012 01:48 PM, Michael Meeks wrote: IMHO I'd prefer to have an RC3 for 3.6.1 than the potential for regression by including this in 3.6.2 - and having the state-of-the-art code that is shared between master and -3-6 for testing seems sensible (to me). In the end, I'd be fine

[Libreoffice-commits] .: desktop/source

2012-08-13 Thread Stephan Bergmann
desktop/source/app/app.cxx| 75 ++ desktop/source/deployment/registry/component/dp_component.cxx |7 2 files changed, 55 insertions(+), 27 deletions(-) New commits: commit e9631f40ee49a244b6c6816e5cfb36814b9bafba Author: Stephan Bergmann sberg

[REVIEW 3-6] fdo#53006: And detect LO downgrading scenarios

2012-08-13 Thread Stephan Bergmann
As Petr found out, if you first run LO 3.6.1, then some old LO 3.5.x (making use of share/prereg/bundled), then LO 3.6.1 again, all on the same UserInstallation, it can still happen that LO 3.6.1 refuses to start (as LO 3.5.x copied potentially broken data to user/extensions/bundled but did

Re: minutes of ESC call ...

2012-08-14 Thread Stephan Bergmann
On 08/13/2012 08:10 PM, Bjoern Michaelsen wrote: On Mon, Aug 13, 2012 at 10:26:57AM -0700, bfo wrote: I think many bugs introduced are an effect of omitting one (or more) steps from that list by the developer. nope, I think you are just underestimating the size of the codebase (and the range

Re: Solarmutex Deadlock when Closing Calc which contains functions with XVolatileResult return values

2012-08-14 Thread Stephan Bergmann
On 08/14/2012 12:35 AM, anwen wrote: I implemented the above code with c++ . However, it did not work. Anything wrong with the following code: m_xCC is a given ReferenceXComponentContext ReferenceXEventBroadcaster

[Libreoffice-commits] .: hunspell/makefile.mk

2012-08-14 Thread Stephan Bergmann
hunspell/makefile.mk |3 +++ 1 file changed, 3 insertions(+) New commits: commit d3bec41a1b92cc8ca9f4750c5f9740da52879085 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Aug 14 10:53:06 2012 +0200 Patches reported upstream Change-Id

[Libreoffice-commits] .: 3 commits - offapi/com offapi/type_reference offapi/UnoApi_offapi.mk

2012-08-14 Thread Stephan Bergmann
/type_reference/types.rdb |binary offapi/type_reference/update-rdb.sh | 32 + 11 files changed, 59 insertions(+), 58 deletions(-) New commits: commit 629dd9dae17b902b53839842929fcff4b836b47a Author: Stephan Bergmann sberg...@redhat.com Date: Tue

[Libreoffice-commits] .: xmlsecurity/Module_xmlsecurity.mk

2012-08-14 Thread Stephan Bergmann
xmlsecurity/Module_xmlsecurity.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d72568fc7d2680107c8f86f777bc6f55e5f09ae7 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Aug 14 14:47:20 2012 +0200 Fix condition Change-Id

[Libreoffice-commits] .: solenv/gbuild

2012-05-25 Thread Stephan Bergmann
solenv/gbuild/UnoApiTarget.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3d199e410bda1ba148eed26176e1003df21eaa75 Author: Stephan Bergmann sberg...@redhat.com Date: Fri May 25 10:27:30 2012 +0200 Removed documentation from type rdbs Before

Re: [Libreoffice-commits] .: Removed documentation from type rdbs

2012-05-25 Thread Stephan Bergmann
difference on contemporary hardware.) Stephan On 05/25/2012 10:54 AM, Stephan Bergmann wrote: solenv/gbuild/UnoApiTarget.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3d199e410bda1ba148eed26176e1003df21eaa75 Author: Stephan Bergmannsberg...@redhat.com Date: Fri May

[Libreoffice-commits] .: stoc/source

2012-05-25 Thread Stephan Bergmann
stoc/source/invocation_adapterfactory/iafactory.cxx | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) New commits: commit 3f250092747263fb14a3f13c4509ebd02ec2fb2a Author: Stephan Bergmann sberg...@redhat.com Date: Fri May 25 16:22:11 2012 +0200 Use simple

Re: ciruclar dependencies (was: feature/gbuild_merge needs testing)

2012-05-25 Thread Stephan Bergmann
On 05/25/2012 01:28 PM, David Tardon wrote: At the end, an anecdotical evidence about how far we progressed into gbuild land: the move of gtk/kde file pickers from fpicker to vcl introduced a dependency loop, because the pickers in vcl depend on headers from fpicker, but fpicker already

[Libreoffice-commits] .: shell/source

2012-05-29 Thread Stephan Bergmann
shell/source/backends/gconfbe/gconfaccess.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b6ce391171e417199d33ae085d2f0768a3e952b3 Author: Stephan Bergmann sberg...@redhat.com Date: Tue May 29 09:01:32 2012 +0200 -Werror=deprecated-declarations

[Libreoffice-commits] .: connectivity/AllLangResTarget_hsqldb.mk

2012-05-29 Thread Stephan Bergmann
connectivity/AllLangResTarget_hsqldb.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e689eb6401e69c39c2e52a4659b49b7b98422914 Author: Stephan Bergmann sberg...@redhat.com Date: Tue May 29 10:41:31 2012 +0200 Typo Change-Id

[Libreoffice-commits] .: connectivity/source

2012-05-29 Thread Stephan Bergmann
Author: Stephan Bergmann sberg...@redhat.com Date: Tue May 29 10:53:49 2012 +0200 -Werror=overloaded-virtual Change-Id: Ic70ccbb9b9a3aeb226af116ce009937510cd8153 diff --git a/connectivity/source/drivers/kab/KPreparedStatement.hxx b/connectivity/source/drivers/kab/KPreparedStatement.hxx

[Libreoffice-commits] .: connectivity/Library_postgresql-sdbc-impl.mk

2012-05-29 Thread Stephan Bergmann
connectivity/Library_postgresql-sdbc-impl.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a4849e9d2b409b399191efaa446d42b797cc3d1e Author: Stephan Bergmann sberg...@redhat.com Date: Tue May 29 11:01:35 2012 +0200 Unquoted $(COMMA) Change-Id

[Libreoffice-commits] .: connectivity/inc

2012-05-29 Thread Stephan Bergmann
connectivity/inc/connectivity/dbcharset.hxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 553455ae8a9b8adc477323043073068b8c7ecfc3 Author: Stephan Bergmann sberg...@redhat.com Date: Tue May 29 11:20:40 2012 +0200 -Werror=conversion Change-Id

[Libreoffice-commits] .: scp2/source

2012-05-29 Thread Stephan Bergmann
scp2/source/ooo/file_library_ooo.scp | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) New commits: commit 79179df3d97e6f838fa07cfffbbeb2987ce66c17 Author: Stephan Bergmann sberg...@redhat.com Date: Tue May 29 14:49:57 2012 +0200 Adapted to changed lib names after

[Libreoffice-commits] .: scp2/source

2012-05-29 Thread Stephan Bergmann
scp2/source/ooo/file_library_ooo.scp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit e62b67648afe11b941257d1d6156dcf1e45610e3 Author: Stephan Bergmann sberg...@redhat.com Date: Tue May 29 16:34:57 2012 +0200 Removed spurious trailing semicolons

[Libreoffice-commits] .: 2 commits - officecfg/registry qadevOOo/runner sc/source

2012-05-29 Thread Stephan Bergmann
, 4 insertions(+), 19 deletions(-) New commits: commit 3e07bdfce6ef700a94868ccc03268aa005c295b8 Author: Stephan Bergmann sberg...@redhat.com Date: Tue May 29 18:23:12 2012 +0200 Revert fdo#50183 Use one sheet as default in Calc This reverts commit

Re: Advice needed about some cppcheck reports

2012-05-30 Thread Stephan Bergmann
On 05/28/2012 06:03 PM, julien2412 wrote: [sal/osl/unx/file.cxx:1261] - [sal/osl/unx/file.cxx:1261]: (style) Same expression on both sides of '-'. 1257 if (nSize 0) 1258 { 1259 c^= pData[0]; 1260 pData += nSize; 1261

Re: [PATCH] Unify OUTPATH values

2012-05-30 Thread Stephan Bergmann
On 05/26/2012 12:59 PM, Francois Tigeot wrote: I don't think there's any good reason to have wildly different OUTPATH names for each specific platform variant. The various names also lead to unnecessary work when packaging, just to correctly handle LD_LIBRARY_PATH. The attached patch reduces

Re: ciruclar dependencies

2012-05-30 Thread Stephan Bergmann
On 05/29/2012 01:33 PM, Michael Stahl wrote: On 29/05/12 13:17, Tor Lillqvist wrote: the fastest way to start is still to load only the code that is necessary to start. Isn't there something called demand paging that takes care of that? it is supposed to do this, but falls short when it

Work in progress to allow for editing of read-only documents

2012-05-31 Thread Stephan Bergmann
, Stephan From e215c5b5796194d5ba3b3f4b926d296b21e495cb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann sberg...@redhat.com Date: Thu, 31 May 2012 09:25:10 +0200 Subject: [PATCH] Work in progress to allow for editing of read-only documents When e.g. viewing mail attachments (that have been stored r

[Libreoffice-commits] .: 2 commits - officecfg/registry qadevOOo/tests sc/source

2012-05-31 Thread Stephan Bergmann
71056d59de59561ee1d74a3c2d9d66a223422c7e Author: Stephan Bergmann sberg...@redhat.com Date: Thu May 31 11:36:17 2012 +0200 Revert Revert fdo#50183 Use one sheet as default in Calc This reverts commit 3e07bdfce6ef700a94868ccc03268aa005c295b8. The problems with the tests still assuming three sheets

Re: [PATCH] Re: 1 sheet by default [was Re: Tinderbox failure, Linux-RHEL6-x86_64@14-with-check, MASTER, last success: 2012-05-15 18:12:02]

2012-05-31 Thread Stephan Bergmann
On 05/30/2012 03:53 PM, Stefan Knorr (Astron) wrote: first: Stephan, I'm very sorry for breaking your tinderbox(es) for days and not noticing it. (I just assumed my 2-byte change of a commit was innocent enough. I'll do make check in the future as you advised.) No problem. And picking up

Re: About fdo#47044 crashed when accessing Proxy etc

2012-06-01 Thread Stephan Bergmann
On 05/31/2012 01:52 PM, julien2412 wrote: Just noticed that fdo#49903 contained the same top lines (more than 10) on the bt. However, I wonder why this part of code (shell\source\backends\wininetbe\wininetbackend.cxx) is called. Looks like doc contains a http link to a graphic, so webdav ucp

[Libreoffice-commits] .: cppuhelper/source

2012-06-01 Thread Stephan Bergmann
cppuhelper/source/defaultbootstrap.cxx | 433 +++-- 1 file changed, 314 insertions(+), 119 deletions(-) New commits: commit c16d0dd846e25df56feffe868a15eb33bb55e42a Author: Stephan Bergmann sberg...@redhat.com Date: Fri Jun 1 09:59:49 2012 +0200 fdo#49291

[Libreoffice-commits] .: 2 commits - cppuhelper/source

2012-06-01 Thread Stephan Bergmann
cppuhelper/source/defaultbootstrap.cxx | 26 +++--- 1 file changed, 11 insertions(+), 15 deletions(-) New commits: commit 5fd78feebe220f848c4a0d3beeb1ef0f04bbae6f Author: Stephan Bergmann sberg...@redhat.com Date: Fri Jun 1 10:10:07 2012 +0200 Revert bootstrapping

Re: About fdo#47044 crashed when accessing Proxy etc

2012-06-01 Thread Stephan Bergmann
On 05/30/2012 11:45 PM, julien2412 wrote: Quite recently, an interesting bt has been published by bfoman about this bug (see https://bugs.freedesktop.org/attachment.cgi?id=62055) , here are the top lines : sal3!rtl_uString_newFromAscii+0x15 wininetbe1_uno!rtl::OUString::createFromAscii+0x40

Re: Meaning of _SOLAR__PRIVATE

2012-06-01 Thread Stephan Bergmann
On 05/31/2012 05:51 PM, Eike Rathke wrote: Or rather if you state you're a friend of me I believe you ... wow, that would make _SOLAR__PRIVATE the forerunner of facebook ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] .: RepositoryModule_ooo.mk

2012-06-01 Thread Stephan Bergmann
RepositoryModule_ooo.mk |1 - 1 file changed, 1 deletion(-) New commits: commit da621dadb7d4e108d6d6187e5877f821ac6a1c0b Author: Stephan Bergmann sberg...@redhat.com Date: Fri Jun 1 11:58:35 2012 +0200 Remove duplicate xmlsecurity entry Change-Id

Re: fdo#46808, Adapt UNO services to new style, Part 7, updating ::create

2012-06-01 Thread Stephan Bergmann
On 06/01/2012 03:27 PM, Noel Grandin wrote: I'm hoping Stephan can either patch up the problems or point me in the right direction - build error log attached. Will take a look. Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: fdo#46808, Adapt UNO services to new style, Part 7, updating ::create

2012-06-01 Thread Stephan Bergmann
On 06/01/2012 04:53 PM, Riccardo Magliocchetti wrote: It's inside the zip file. Maybe your email firewall dropped it? Some of them do that. I see only the build error log attached Yep, patches.zip apparently got stripped from the mail as circulated via the mailing list (it is intact in the

[Libreoffice-commits] .: sc/source

2012-06-01 Thread Stephan Bergmann
sc/source/core/data/documen2.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 477c2229d2532a11ec8c81b9ef392ce49357f95c Author: Stephan Bergmann sberg...@redhat.com Date: Fri Jun 1 17:27:58 2012 +0200 Missing initialization ...which could cause

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

2012-06-01 Thread Stephan Bergmann
/viewfrm.cxx | 28 7 files changed, 50 insertions(+), 24 deletions(-) New commits: commit b9ecec7c74687ed5a9470cffb7d02e0e6e83107e Author: Stephan Bergmann sberg...@redhat.com Date: Fri Jun 1 17:32:07 2012 +0200 Allow for editing of read-only documents When

Re: Work in progress to allow for editing of read-only documents

2012-06-01 Thread Stephan Bergmann
On 05/31/2012 11:51 AM, Michael Meeks wrote: On Thu, 2012-05-31 at 10:09 +0200, Stephan Bergmann wrote: Nevertheless, I would appreciate it if people versed with the details of the various applications could give it a try, to see whether it breaks any obscure behaviour. (For example

Re: [Libreoffice-commits] .: 2 commits - chart2/source connectivity/source cui/source desktop/source editeng/source embeddedobj/source extensions/source forms/source framework/source oox/source sc/Cpp

2012-06-05 Thread Stephan Bergmann
On 06/04/2012 09:14 PM, Norbert Thiebaud wrote: On 6/4/12 09:58 , Stephan Bergmann wrote: ... sdext/Library_minimizer.mk |1 sdext/source/minimizer/impoptimizer.cxx |6 sdext/source/minimizer

[Libreoffice-commits] .: sdext/Library_minimizer.mk sdext/source

2012-06-05 Thread Stephan Bergmann
sdext/Library_minimizer.mk |1 - sdext/source/minimizer/impoptimizer.cxx |5 ++--- sdext/source/minimizer/informationdialog.cxx |3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) New commits: commit 719618f28e003c545c20a8fc94d348b667c8376a Author: Stephan

Re: [Libreoffice-commits] .: 2 commits - chart2/source connectivity/source cui/source desktop/source editeng/source embeddedobj/source extensions/source forms/source framework/source oox/source sc/Cpp

2012-06-05 Thread Stephan Bergmann
On 06/05/2012 08:47 AM, Stephan Bergmann wrote: argh, sure, an extension must not link against comphelper will take care Fixed now as http://cgit.freedesktop.org/libreoffice/core/commit/?id=719618f28e003c545c20a8fc94d348b667c8376a Remove bogus dependency of extension on comphelper. Despite

Re: regcomp under windows, registering components

2012-06-05 Thread Stephan Bergmann
On 06/04/2012 08:14 PM, Olivier Hallot wrote: since LibreOffice 3.?, some of these libs moved elsewhere and dll's have new names, specifically: what is now deploymentguimi.uno.dll ? (I have deployment.dll, deploymentgui.dll and deploymentmisclo.dll, so which one?) should be deploymentgui.dll

[Libreoffice-commits] .: 2 commits - autogen.sh config_host.mk.in

2012-06-05 Thread Stephan Bergmann
autogen.sh|6 +++--- config_host.mk.in |1 - 2 files changed, 3 insertions(+), 4 deletions(-) New commits: commit 1dfb956306a1ec63e1d2f683c3414fffeb07b2e8 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Jun 5 11:57:31 2012 +0200 Indentation clean up Change

[Libreoffice-commits] .: configure.in

2012-06-05 Thread Stephan Bergmann
configure.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9616b9440106a40058b7c1f1134417fdbfc0cdf6 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Jun 5 14:53:46 2012 +0200 Bump AC_PACKAGE_VERSION, too Change-Id

Re: [PATCH] [PYTHON] DialogBox class for Python

2012-06-06 Thread Stephan Bergmann
On 06/05/2012 07:37 PM, Joost Eekhoorn wrote: Where is the place for such a demo ? The LO SDK includes a number of examples, see odk/examples/python/. Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [PUSHED] Re: fdo#46808, Adapt UNO services to new style, Part 7, updating ::create

2012-06-06 Thread Stephan Bergmann
On 06/06/2012 11:28 AM, Noel Grandin wrote: In this patch, shouldn't it be uno::Reference frame::XDispatchProvider xDispatchProvider(rFrame, uno::UNO_QUERY_THROW ); because you are not confirming the result with an is() call. diff --git

[Libreoffice-commits] .: ucb/source

2012-06-06 Thread Stephan Bergmann
ucb/source/core/ucb.cxx |4 +- ucb/source/inc/regexpmap.hxx |2 + ucb/source/inc/regexpmap.tpt | 59 +-- 3 files changed, 55 insertions(+), 10 deletions(-) New commits: commit 9631f96acae6bd179d40ee343ce986296f490741 Author: Stephan Bergmann

[Libreoffice-commits] .: 4 commits - dbaccess/source extensions/source moz/makefile.mk moz/patches reportdesign/source

2012-06-06 Thread Stephan Bergmann
+++ reportdesign/source/core/sdr/UndoEnv.cxx | 18 5 files changed, 45 insertions(+), 31 deletions(-) New commits: commit 075271062ac719a2790713b7f301a4a4ac7505c0 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Jun 6 09:31:30 2012 +0200 -Werror,-Wself-assign (Clang

[Libreoffice-commits] .: binfilter/bf_basic binfilter/bf_forms binfilter/bf_sc binfilter/bf_sd binfilter/bf_starmath binfilter/bf_svtools binfilter/bf_svx binfilter/bf_sw binfilter/inc

2012-06-06 Thread Stephan Bergmann
: Stephan Bergmann sberg...@redhat.com Date: Wed Jun 6 10:37:57 2012 +0200 Fixes for various Clang (on Mac OS X) warnings Change-Id: I06df07f6d4133658fad90d5622762a8d1cdf04af diff --git a/binfilter/bf_basic/source/basmgr/basmgr.cxx b/binfilter/bf_basic/source/basmgr/basmgr.cxx

Re: Draft document-rendering tiling API to be called from viewer apps

2012-06-06 Thread Stephan Bergmann
On 06/06/2012 01:43 PM, Tor Lillqvist wrote: Now I am having second thoughts, though, but still, a first, in progress, draft API is in UNOIDL form is in touch/idl. I see no need for a DocumentRenderCallback service. XDocumentRenderCallback will be implemented by UNO objects specific to the

Re: Draft document-rendering tiling API to be called from viewer apps

2012-06-06 Thread Stephan Bergmann
On 06/06/2012 03:11 PM, Tor Lillqvist wrote: I would go the UNO approach nevertheless. It's a hard decision to make... With the current state of touch/idl, what you would want to do in C++ is an implementation of the Document service, plus potentially an implementation of an

[Libreoffice-commits] .: boost/boost_1_44_0-clang-warnings.patch boost/makefile.mk

2012-06-07 Thread Stephan Bergmann
boost/boost_1_44_0-clang-warnings.patch | 61 boost/makefile.mk |3 + 2 files changed, 64 insertions(+) New commits: commit 48d6c11c6fc6276c45bed56318fc4ac0dc033fdf Author: Stephan Bergmann sberg...@redhat.com Date: Thu Jun 7 08:03

Building on Mac OS X 10.7

2012-06-07 Thread Stephan Bergmann
FYI, attached BUILD-lo script allowed me to build recent LO master on Mac OS X 10.7 with Xcode 4. A few comments: * It builds into ~/Software/lo (which must not yet exist). * It uses MacPorts for the various dependencies, but in a way that does not pollute the machine (by checking out and

[Libreoffice-commits] .: binfilter/bf_forms

2012-06-07 Thread Stephan Bergmann
binfilter/bf_forms/source/component/Image.hxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 4630cdd4990593733872a264e8abf031fa144e1f Author: Stephan Bergmann sberg...@redhat.com Date: Thu Jun 7 09:24:45 2012 +0200 Disentangle disposing using Change-Id

Re: Is it ok to remove visual navigator comments?

2012-06-07 Thread Stephan Bergmann
On 06/06/2012 05:00 PM, Michael Stahl wrote: it is more useful if it separates a chunk of related stuff from another chunk of related stuff, e.g. if there are multiple classes implemented in one file it can be nice to have a separator between the methods of different classes, but this should

[Libreoffice-commits] .: codemaker/source

2012-06-07 Thread Stephan Bergmann
codemaker/source/cppumaker/cpputype.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit b67445306634571cd7d2a62942b00c0edb82b215 Author: Stephan Bergmann sberg...@redhat.com Date: Thu Jun 7 14:36:05 2012 +0200 XInterfaceTypeDescription missing from isBootstrapType

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - codemaker/source

2012-06-07 Thread Stephan Bergmann
codemaker/source/cppumaker/cpputype.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 916158a42d925c5aaa629a0c1a01698ed6ea17f5 Author: Stephan Bergmann sberg...@redhat.com Date: Thu Jun 7 14:36:05 2012 +0200 XInterfaceTypeDescription missing from isBootstrapType

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - scp2/source

2012-06-07 Thread Stephan Bergmann
, it works. Change-Id: I14c347b5cbc47789eb0484769a676703361c2193 (cherry picked from commit 8783ead70cc2bc2a83bf473b0dfb51f3ee10b6da) Signed-off-by: Stephan Bergmann sberg...@redhat.com diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo

Re: [PUSHED-3-5] Bug 43989 - After installation first launch terminates after splash screen

2012-06-07 Thread Stephan Bergmann
On 06/05/2012 05:36 PM, Andras Timar wrote: It was a MAB, please review and cherry-pick to libreoffice-3-5. done ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: officecfg/registry

2012-06-07 Thread Stephan Bergmann
officecfg/registry/data/org/openoffice/ucb/Configuration.xcu |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d4924b747eb6abd439a6313e338384ae50cbdc8e Author: Stephan Bergmann sberg...@redhat.com Date: Thu Jun 7 17:47:11 2012 +0200 Revert accidental changes

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - officecfg/registry

2012-06-07 Thread Stephan Bergmann
officecfg/registry/data/org/openoffice/ucb/Configuration.xcu |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4b462e9ef9c5bb5ddcc7beeaa4c727e239464377 Author: Stephan Bergmann sberg...@redhat.com Date: Thu Jun 7 17:47:11 2012 +0200 Revert accidental changes

[Libreoffice-commits] .: officecfg/Configuration_officecfg.mk officecfg/registry postprocess/packregistry

2012-06-07 Thread Stephan Bergmann
459e482c7a9ba9aff5b5a505cc54247493202b46 Author: Stephan Bergmann sberg...@redhat.com Date: Thu Jun 7 17:54:43 2012 +0200 Make webdav and odma ucp configuration properly conditional Change-Id: I9a8eb6a1e9af051d458a5462c01357540c3d9277 diff --git a/officecfg

[Libreoffice-commits] .: sc/source

2012-06-08 Thread Stephan Bergmann
sc/source/ui/inc/tabvwsh.hxx |3 +-- sc/source/ui/view/formatsh.cxx |2 +- sc/source/ui/view/tabvwsh5.cxx |1 - sc/source/ui/view/tabvwsha.cxx |2 +- 4 files changed, 3 insertions(+), 5 deletions(-) New commits: commit b27475db2e8a72d16fca3c812ba803073bb6ef6c Author: Stephan

Re: [PATCH] [PUSHED] dead code: remove ScDocument::DeleteNumberFormat

2012-06-08 Thread Stephan Bergmann
On 06/07/2012 07:44 PM, Thomas Arnhold wrote: Thanks! Pushed. Hi Thomas, Can I nudge you to use --enable-werror? Esp. when pruning code, it can help detect further stuff that is becoming unused (in some cases even leading to nice avalanches). Thanks anyway, Stephan

Re: [PATCH] WaE in ScTabViewShell::UpdateNumberFormatter

2012-06-08 Thread Stephan Bergmann
On 06/08/2012 12:05 AM, David Ostrovsky wrote: this patch solves WaE unused pDoc parameter in ScTabViewShell::UpdateNumberFormatter. I have no idea, why I'm getting it now, git blame says that the last changes in this file were years ago ... Oops, sorry, only discovered this thread now that I

Re: [GERRIT] gbuild migration: pyuno module

2012-06-08 Thread Stephan Bergmann
On 06/08/2012 09:49 AM, Stephan Bergmann wrote: But what source do I need exactly for this? Is it still a feature branch? And https://gerrit.libreoffice.org/#/c/179/ from above only gives me a Not Found. Ah, found it now. The wonderful and frightening world of gerrit... ;) Stephan

Re: Can connectivity/source/inc/odbc/ODefs3.hxx file be dropped ?

2012-06-08 Thread Stephan Bergmann
On 06/07/2012 08:17 PM, julien2412 wrote: Then I searched with Opengrok about ODefs3, it seems unused. Did I miss something or could I remove it ? Looks like it can be removed, indeed. Stephan ___ LibreOffice mailing list

Re: [GERRIT] gbuild migration: pyuno module

2012-06-08 Thread Stephan Bergmann
On 06/08/2012 10:51 AM, Bjoern Michaelsen wrote: On Fri, Jun 08, 2012 at 09:49:06AM +0200, Stephan Bergmann wrote: on wnt: native python executable wrapper is built in pyuno/Executable_python.mk now and is delivered by default to bin/python.exe. But then we have a collision with native python

Re: minutes of ESC call ...

2012-06-08 Thread Stephan Bergmann
On 06/08/2012 11:09 AM, Michael Meeks wrote: + 3.6 blocker: Java not detected on Windows (fixed thanks to Stephan) Credits actually need to go to David Ostrovsky here, not me. Stephan ___ LibreOffice mailing list

Re: [GERRIT] gbuild migration: pyuno module

2012-06-08 Thread Stephan Bergmann
On 06/08/2012 09:49 AM, Stephan Bergmann wrote: On 06/08/2012 09:22 AM, David Ostrovsky wrote: 2. on Linux I'm testing the clean build with --enable-python=internal, and it seems not to work: opening Tools=Macros=Organize Macros=Python and trying to open Hello World python Macor. I do not see

[Libreoffice-commits] .: shell/source

2012-06-08 Thread Stephan Bergmann
shell/source/backends/wininetbe/wininetbackend.cxx | 66 ++--- 1 file changed, 44 insertions(+), 22 deletions(-) New commits: commit 0dded0d18a5945ed5a38623068ba7aa93da39df0 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Jun 8 16:54:18 2012 +0200 fdo#47044: Adapt

Re: [GERRIT] gbuild migration: pyuno module

2012-06-11 Thread Stephan Bergmann
On 06/11/2012 12:17 AM, David Ostrovsky wrote: On 08.06.2012 15:21, Stephan Bergmann wrote: * SAL_DLLPUBLIC_EXPORT was missing from pyuno/source/module/pyuno_dlopenwrapper.c, so that the pyuno.so wrapper did not export initpyuno. Well it was done intentionally, my understanding

[Libreoffice-commits] .: sc/source

2012-06-11 Thread Stephan Bergmann
sc/source/ui/condformat/condformatdlg.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 0d6e3233a7062c895dd6e00121ab977bde6dea7d Author: Stephan Bergmann sberg...@redhat.com Date: Mon Jun 11 09:29:36 2012 +0200 eMode may be used uninitialized

[Libreoffice-commits] .: ure/source

2012-06-11 Thread Stephan Bergmann
ure/source/startup.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fa414fcf975b8eb572ce3679a0b91e2e16ca7f2e Author: Olivier Hallot olivier.hal...@alta.org.br Date: Sat Jun 9 13:31:52 2012 -0300 Fix typo in /ure/bin/startup.sh Fix typo in

Re: [PUSHED] Re: LIBPAT under AIX?

2012-06-11 Thread Stephan Bergmann
On 06/09/2012 06:35 PM, Olivier Hallot wrote: Patch attached. Pushed, thanks. Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Build error: bf_migratefilter.component

2012-06-11 Thread Stephan Bergmann
On 06/09/2012 08:58 PM, Kálmán „KAMI” Szalai wrote: dmake: Error: -- `/home/libo64/libo/solver/unxlngx6.pro/xml/bf_migratefilter.component' not found, and can't be made core and binfilter repos run out of sync (i.e., does ./g pull help)? otherwise, maybe a problem with changing

Re: [PATCH] disable mozilla per default on all platforms (was Re: --disable mozilla necessary for Ubuntu)

2012-06-11 Thread Stephan Bergmann
On 06/08/2012 09:59 PM, David Ostrovsky wrote: On 08.06.2012 12:52, Rene Engelhard wrote: On Thu, Jun 07, 2012 at 09:01:31PM -0700, Joel Madero wrote: It's been a long time since the default install has worked for me on any Ubuntu or Ubuntu based distro. I always have to add --disable-mozilla

Re: Using same User Profile with various users and / or LibO Versions

2012-06-11 Thread Stephan Bergmann
On 06/10/2012 10:08 AM, Rainer Bielefeld wrote: it would be great if an expert could add some brief notes on https://wiki.documentfoundation.org/UserProfile concerning following questions: - Is it allowed/possible/useful to use the same User Profile with more than 1 User? - Is it

Re: [Libreoffice-qa] New Bugzilla Version Picker items – 2

2012-06-11 Thread Stephan Bergmann
On 06/08/2012 03:45 PM, Petr Mladek wrote: The problem might be the tilda '~'. It is substituted to $HOME in linux shell. ...but only at the beginning of a word. Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] .: libcdr/libcdr-0.0.8-msc.patch libcdr/makefile.mk

2012-06-11 Thread Stephan Bergmann
libcdr/libcdr-0.0.8-msc.patch | 10 ++ libcdr/makefile.mk|2 ++ 2 files changed, 12 insertions(+) New commits: commit d6576f9dd1d872b646d2cdc56a17d73f1d57dc13 Author: Stephan Bergmann sberg...@redhat.com Date: Mon Jun 11 15:17:04 2012 +0200 MSC fix

Re: Build Error

2012-06-11 Thread Stephan Bergmann
On 06/11/2012 08:23 AM, Rob Snelders wrote: When i tried a build with debugging then I ran into the error as is in the file build-error. The attached patch solved the error. But that patch didn't solve the problem for me (GetFontFileName is declared to return rtl::OString* after all, but

Re: regcomp under windows, registering components

2012-06-11 Thread Stephan Bergmann
On 06/11/2012 04:55 PM, Olivier Hallot wrote: Is there a tool to handle services.rdb, beside pure xml text edition? Nothing besides (XML-aware) text editors. regview etc. no longer work on it. (Which I considered a minor problem when changing it, as the information is already textual now.

[Libreoffice-commits] .: vcl/source

2012-06-11 Thread Stephan Bergmann
vcl/source/gdi/pdfwriter_impl.cxx | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) New commits: commit 4eeaa94ae07f45f0e9f1f05c474fa75e955d4e70 Author: Gökçen Eraslan gokcen.eras...@gmail.com Date: Mon Jun 11 17:18:10 2012 +0200 Make DO_TEST_PDF code work

Re: Removed parts of PDFWriter and doTestCode method

2012-06-11 Thread Stephan Bergmann
On 06/10/2012 01:13 PM, Gökçen Eraslan wrote: I have commented out outdated parts and added a com::sun::star::uno::Reference com::sun::star::beans::XMaterialHolder to make it work. Patch is attached. In IRC, Tor said that writing a unit test is a better way. Maybe I can write one. I pushed

Re: Using same User Profile with various users and / or LibO Versions

2012-06-11 Thread Stephan Bergmann
[putting libreoffice ML back on cc] On 06/11/2012 05:18 PM, Rainer Bielefeld wrote: The facts you mentioned cause some problems for me: I often try various Versions to find out where the Bug appeared, some of them intended with the same profile to unify test conditions. I do not believe that it

Re: [REVIEW] fdo#43989 first launch terminates after splash

2012-06-11 Thread Stephan Bergmann
On 06/11/2012 05:47 PM, Korrawit Pruegsanusak wrote: I'd like to propose Stephan's patch into stable branch: * http://cgit.freedesktop.org/libreoffice/core/commit/?id=55836370ffb70a34b888f81cdacdfede8fee29cf This fixed fdo#43989, which is 3.5 MAB, but we already have Andras'

[Libreoffice-commits] .: sc/inc

2012-06-12 Thread Stephan Bergmann
sc/inc/conditio.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a61b43cbf9c798f553e5d81c60f59a29e47d240f Author: Stephan Bergmann sberg...@redhat.com Date: Tue Jun 12 08:36:34 2012 +0200 -Werror,-Wmismatched-tags Change-Id

Re: pyuno is broken on mingw on current master

2012-06-12 Thread Stephan Bergmann
On 06/12/2012 09:17 AM, David Ostrovsky wrote: What do you mean here? Personally, for an experimental platform like mingw, and as you have demonstrated that it does not work right now, I would not bother to make it work prior to gbuild'ification. Has pyuno on mingw ever been known to work?

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - shell/source

2012-06-12 Thread Stephan Bergmann
shell/source/backends/wininetbe/wininetbackend.cxx | 66 ++--- 1 file changed, 44 insertions(+), 22 deletions(-) New commits: commit 4c07fd7f899b75edd61aa0d16c0f3dff0ebb94ad Author: Stephan Bergmann sberg...@redhat.com Date: Fri Jun 8 16:54:18 2012 +0200 fdo#47044: Adapt

[Libreoffice-commits] .: sw/CppunitTest_sw_subsequent_ww8tok.mk

2012-06-12 Thread Stephan Bergmann
sw/CppunitTest_sw_subsequent_ww8tok.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 770e990dabcd4f0415da65ef3ace4fc5a3784278 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Jun 12 10:31:35 2012 +0200 Missing dependency Change-Id

Re: extraordinary stoc/ thrash ...

2012-06-12 Thread Stephan Bergmann
On 04/05/2012 02:23 PM, Stephan Bergmann wrote: On 04/03/2012 02:27 PM, Stephan Bergmann wrote: I have a vague idea of placing yet another cppuhelper bootstrap mechanism next to the existing ones, which will internally use completely different (read: cheap) mechanisms to set up a component

[Libreoffice-commits] .: moz/extractfiles.mk moz/zipped nss/makefile.mk

2012-06-12 Thread Stephan Bergmann
moz/extractfiles.mk|7 ++- moz/zipped/makefile.mk | 12 nss/makefile.mk| 12 3 files changed, 26 insertions(+), 5 deletions(-) New commits: commit dc82cf021f76ea83ff7a4bcb2d7525f2e111f0cc Author: Stephan Bergmann sberg...@redhat.com Date: Tue

<    1   2   3   4   5   6   7   8   9   10   >