office-gobmx/bean
Tor Lillqvist 07976ee1de Don't export a variable called PATH_SEPARATOR
It used to be mis-spelled PATH_SEPERATOR. Now, after correcting the spelling,
it breaks the build of 3rd-party libraries using autoconfigury on Windows. The
value of PATH_SEPARATOR is ";" on Windows, and the configure scripts of those
libs run in Cygwin and assume that a PATH_SEPARATOR environment variable
should be correct for Cygwin. Which ";" isn't.

Rename the variable to LIBO_PATH_SEPARATOR.

Change-Id: Iff0eb93bf11d9f844a28be7ea4456e4c0ae10844
2013-05-15 14:23:39 +03:00
..
com/sun/star Revert to mis-typed com.sun.star.comp.beans.OOoBean.aquireSystemWindow again 2013-05-07 13:50:14 +02:00
native
qa/complex/bean Revert to mis-typed com.sun.star.comp.beans.OOoBean.aquireSystemWindow again 2013-05-07 13:50:14 +02:00
test Don't export a variable called PATH_SEPARATOR 2013-05-15 14:23:39 +03:00
Jar_officebean.mk
JunitTest_bean_complex.mk
Library_officebean.mk
Makefile
Module_bean.mk
README

To use Libre Office from Java applications.

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