office-gobmx/bean
Miklos Vajna e58aa27adf bean: fix the OfficeBean SDK example
Regression from 26b4f5be81 (java:use
System.arrayCopy to copy arrays, 2015-06-09), as the old code used to handle
the case when aArguments was null.

How to reproduce:

1) Source the SDK environment.
2) cd instdir/sdk/examples/DevelopersGuide/OfficeBean/
3) make OOoBeanViewer.run
4) Click new document... -> Text Document -> NullPointerException

Change-Id: I5521c7fd200f6c74c5f2665f2e4a99f0d6abfeeb
Reviewed-on: https://gerrit.libreoffice.org/24366
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2016-04-25 14:56:08 +00:00
..
com/sun/star/comp/beans bean: fix the OfficeBean SDK example 2016-04-25 14:56:08 +00:00
native
qa/complex/bean
test
BUCK
Jar_officebean.mk
JunitTest_bean_complex.mk
Library_officebean.mk
Makefile
Module_bean.mk
pom.officebean.xml
README

To use LibreOffice from Java applications.

LibreOffice's API is completely exposed so that all office components can be fully controlled.