summaryrefslogtreecommitdiffstats
path: root/cppuhelper
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-01 18:54:50 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-01 20:13:42 +0100
commit202ea1975ca0e4ecdc6c175aaed2537bda3ac847 (patch)
tree6320921f923aa7c7744a62faf395344da1883797 /cppuhelper
parentandroid: Further reduce size of LibreOfficeExperimentalDesktop.apk. (diff)
downloadcore-202ea1975ca0e4ecdc6c175aaed2537bda3ac847.tar.gz
core-202ea1975ca0e4ecdc6c175aaed2537bda3ac847.zip
Only component-mapping.h is needed here.
Change-Id: I09fc944d7d19e8a2804d8530ba2a98b5719d8b37
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/shlib.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index f34fa8e0a70d..1d41440138fc 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -31,9 +31,7 @@
#include <loadsharedlibcomponentfactory.hxx>
-#if defined ANDROID
-#include <osl/detail/android-bootstrap.h>
-#elif defined IOS
+#if defined DISABLE_DYNLOADING
#include <osl/detail/component-mapping.h>
#endif