dlopen() also the sw and swd libs ahead of time so that they can be debugged

This commit is contained in:
Tor Lillqvist 2012-04-05 20:32:33 +03:00
parent cafcd85774
commit 8451dec867

View file

@ -56,6 +56,8 @@ public class DocumentLoader
// makes debugging work better, sigh
Bootstrap.dlopen("libvcllo.so");
Bootstrap.dlopen("libmergedlo.so");
Bootstrap.dlopen("libswdlo.so");
Bootstrap.dlopen("libswlo.so");
com.sun.star.uno.XComponentContext xContext = null;