diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-26 22:55:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-26 22:55:09 +0800 |
commit | a79d06d9334f85c65a9f0dd0a5e79b3a47f8320c (patch) | |
tree | f23bf413a0d7c236b8526c143895638dd4dee615 /editors/libreoffice/files | |
parent | a9e041acb86730892cb8b967768d83fdb2de3611 (diff) | |
download | freebsd-ports-gnome-a79d06d9334f85c65a9f0dd0a5e79b3a47f8320c.tar.gz freebsd-ports-gnome-a79d06d9334f85c65a9f0dd0a5e79b3a47f8320c.tar.zst freebsd-ports-gnome-a79d06d9334f85c65a9f0dd0a5e79b3a47f8320c.zip |
- add a patch fixing .doc/.docx loading [1]
- workaround a pointyhat/tinderbox box, preventing it to figureout clang is
needed as a dependency on 7 and 8 when host is 9+
Submitted by: Meowthink <meowthink@gmail.com> (via office@ mailing list)
Obtained from: libreoffice git master [1]
Diffstat (limited to 'editors/libreoffice/files')
-rw-r--r-- | editors/libreoffice/files/patch-vbahelper_inc_vbahelper_vbaaccesshelper.hxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-vbahelper_inc_vbahelper_vbaaccesshelper.hxx b/editors/libreoffice/files/patch-vbahelper_inc_vbahelper_vbaaccesshelper.hxx new file mode 100644 index 000000000000..a1ceb1636afd --- /dev/null +++ b/editors/libreoffice/files/patch-vbahelper_inc_vbahelper_vbaaccesshelper.hxx @@ -0,0 +1,11 @@ +--- vbahelper/inc/vbahelper/vbaaccesshelper.hxx.orig 2012-04-26 10:20:44.869218717 +0200 ++++ vbahelper/inc/vbahelper/vbaaccesshelper.hxx 2012-04-26 14:53:44.559610302 +0200 +@@ -51,7 +51,7 @@ + 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 ) ); |