summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-04-05 20:32:33 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-04-05 20:46:24 +0300
commit8451dec867e8443349921c3a5a2fa7c5205a30a6 (patch)
tree9e3449944b3a1e86f28309ade5ab82c0c6a86d08
parentcafcd8577480d79baa070cec3bd1cb973d06f88c (diff)
dlopen() also the sw and swd libs ahead of time so that they can be debugged
-rw-r--r--android/experiments/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/experiments/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java b/android/experiments/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java
index 1be23957f6b1..76b545ff0c9a 100644
--- a/android/experiments/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java
+++ b/android/experiments/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java
@@ -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;
e'>Use the new PopupMenuFloatingWindow instead of FloatingWindow for popup menu ...Kohei Yoshida 2009-08-20Check if the FloatingWindow instance is used as a popup menu, and if yes, ins...Kohei Yoshida 2009-08-20When creating an accessible object for a border window, create one from the c...Kohei Yoshida 2008-04-15INTEGRATION: CWS aqua11y01 (1.3.26); FILE MERGEDVladimir Glazounov 2008-04-15INTEGRATION: CWS aqua11y01 (1.3.26); FILE MERGEDVladimir Glazounov 2008-04-11INTEGRATION: CWS changefileheader (1.2.44); FILE MERGEDRüdiger Timm 2008-04-11INTEGRATION: CWS changefileheader (1.3.44); FILE MERGEDRüdiger Timm 2008-04-11INTEGRATION: CWS changefileheader (1.4.4); FILE MERGEDRüdiger Timm 2008-04-11INTEGRATION: CWS changefileheader (1.4.8); FILE MERGEDRüdiger Timm 2008-02-25INTEGRATION: CWS supdremove02 (1.3.40); FILE MERGEDOliver Bolte