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/informationdialog.cxx |5



  54 files changed, 426 insertions(+), 490 deletions(-)

New commits:
commit b3c76dee6d44d07eae404b8d7341e6c88e6c4429
Author: Noel Grandinn...@peralex.com
Date:   Sat May 26 13:53:19 2012 +0200

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

 Update calls to factories to use new ::create methods

 Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d
 Signed-off-by: Stephan Bergmannsberg...@redhat.com, added some tweaks.



seems to make MacOSX unhappy:

illegal combination shl/OXT/OOO at 
/Volumes/TBRAM/core/solenv/bin/macosx-change-install-names.pl line 70,IN  
line 3.
make[2]: *** 
[/Volumes/TBRAM/core/workdir/unxmacxi.pro/LinkTarget/Library/SunPresentationMinimizer.uno.dylib]
 Error 9
make[2]: *** Deleting file 
`/Volumes/TBRAM/core/workdir/unxmacxi.pro/LinkTarget/Library/SunPresentationMinimizer.uno.dylib'


argh, sure, an extension must not link against comphelper

will take care

Stephan

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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 their 
names, those MSF variables were already references to XComponentContext, 
so comphelper::ComponentContext(X).getUNOContext() was a complicated way 
to just write X.


Stephan

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice