dlopen() also the sw and swd libs ahead of time so that they can be debugged
This commit is contained in:
parent
cafcd85774
commit
8451dec867
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue