Kaydet (Commit) 8451dec8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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

üst cafcd857
...@@ -56,6 +56,8 @@ public class DocumentLoader ...@@ -56,6 +56,8 @@ public class DocumentLoader
// makes debugging work better, sigh // makes debugging work better, sigh
Bootstrap.dlopen("libvcllo.so"); Bootstrap.dlopen("libvcllo.so");
Bootstrap.dlopen("libmergedlo.so"); Bootstrap.dlopen("libmergedlo.so");
Bootstrap.dlopen("libswdlo.so");
Bootstrap.dlopen("libswlo.so");
com.sun.star.uno.XComponentContext xContext = null; com.sun.star.uno.XComponentContext xContext = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment