libreoffice fonts dependency, MSO import

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 25 22:36:26 UTC 2012


On Wed, Apr 25, 2012 at 11:03:51PM +0800, Meowthink wrote:
> Yes if compiled with clang, as
> ooo::vba::createVBAUnoAPIServiceWithArgs will raise an exception which
> intent to be caught by SwDoc::GetVbaEventProcessor, at least compile
> with gcc -fno-enforce-sh-specs - but clang won't.
> 
> There's a fix commit 707609c in master branch:
> 
> diff --git a/vbahelper/inc/vbahelper/vbaaccesshelper.hxx
> b/vbahelper/inc/vbahelper/vbaaccesshelper.hxx
> index 2533b5c..761d3a2 100644
> --- a/vbahelper/inc/vbahelper/vbaaccesshelper.hxx
> +++ b/vbahelper/inc/vbahelper/vbaaccesshelper.hxx
> @@ -51,7 +51,7 @@ namespace ooo
>              return xVBAFactory;
>          }
> 
> -        VBAHELPER_DLLPRIVATE inline css::uno::Reference<
> css::uno::XInterface > createVBAUnoAPIServiceWithArgs( SfxObjectShell*
> pShell,  const sal_Char* _pAsciiName, const css::uno::Sequence<
> css::uno::Any >& aArgs ) throw (css::uno::RuntimeException)
> +        VBAHELPER_DLLPRIVATE inline css::uno::Reference<
> css::uno::XInterface > createVBAUnoAPIServiceWithArgs( SfxObjectShell*
> pShell,  const sal_Char* _pAsciiName, const css::uno::Sequence<
> css::uno::Any >& aArgs ) throw (css::uno::Exception)
>          {
>              OSL_PRECOND( pShell, "createVBAUnoAPIService: no shell!" );
>              ::rtl::OUString sVarName(
> ::rtl::OUString::createFromAscii( _pAsciiName ) );
> _______________________________________________
> freebsd-office at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-office
> To unsubscribe, send any mail to "freebsd-office-unsubscribe at freebsd.org"

Thank you very much I'll try this tomorrow, I wasn't able to figure it out!!!

Thanks a lot,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-office/attachments/20120425/e87a929f/attachment.pgp


More information about the freebsd-office mailing list