summaryrefslogtreecommitdiff
path: root/writerfilter/Library_writerfilter.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-08-23 14:06:45 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-08-23 14:06:45 +0200
commit2b5953a19e36a02040f2ff08bc87efe4785f80bd (patch)
tree10c7d1cbf66788f992ddeed0d390674fb750babe /writerfilter/Library_writerfilter.mk
parentc5d5e06c1578f8ecae9e4e6fb55f1bdb529feb7d (diff)
fix math export/import in docx/rtf
For some reason older gcc versions don't manage to dynamic_cast to the necessary cast. I'm not quite sure why, forcing sal/osl/unx/module.cxx to always use RTLD_GLOBAL does not seem to help. Most probably compiler bug. Changing the cast to two simpler ones helps.
Diffstat (limited to 'writerfilter/Library_writerfilter.mk')
-rw-r--r--writerfilter/Library_writerfilter.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk
index 3c30b36892b5..202990d6472d 100644
--- a/writerfilter/Library_writerfilter.mk
+++ b/writerfilter/Library_writerfilter.mk
@@ -74,6 +74,7 @@ $(eval $(call gb_Library_use_libraries,writerfilter,\
msfilter \
oox \
sal \
+ sfx \
sot \
svt \
tl \