summaryrefslogtreecommitdiff
path: root/unoxml/Library_unoxml.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/Library_unoxml.mk')
-rw-r--r--unoxml/Library_unoxml.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk
index a0ab78c1cc27..5081c1b99fad 100644
--- a/unoxml/Library_unoxml.mk
+++ b/unoxml/Library_unoxml.mk
@@ -48,7 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,unoxml,\
$(gb_STDLIBS) \
))
-$(call gb_Library_use_external,unoxml,libxml2)
+$(eval $(call gb_Library_use_external,unoxml,libxml2))
$(eval $(call gb_Library_add_exception_objects,unoxml,\
unoxml/source/dom/node \
fice-7-0-3&id=8511ee5cd11a5143a4476c0152f0ede0f2b6b87e'>no need to construct unique_ptr hereJochen Nitschke 2017-05-30teach redundantcast plugin about functional castsNoel Grandin 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2016-12-21No apparent reason for an unnamed namespace in an include file hereStephan Bergmann 2016-10-16clang-cl loplugin: openclStephan Bergmann 2016-10-01Fix typosAndrea Gelmini 2016-09-21Valgrind reports read of uninitialized bCLBoolStephan Bergmann 2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl 2016-08-27put StreamMode masks in scope of enum classJochen Nitschke 2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin 2016-07-27improve passstuffbyref return analysisNoel Grandin 2016-07-12desktop: validate OpenCL drivers before use.Michael Meeks 2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann 2016-07-11opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl 2016-06-27Add some informative commentsTor Lillqvist 2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann 2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl 2016-05-10Fix typosAndrea Gelmini 2016-04-29coverity#1358844 Uninitialized pointer fieldCaolán McNamara 2016-04-22Various loplugin warnings in opencl/Stephan Bergmann 2016-04-22opencl: better logging of devices and device selectionTomaž Vajngerl 2015-10-01loplugin:unusedmethodsNoel Grandin 2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-02OpenCL: correctly handle platforms without devicesGiuseppe Bilotta 2015-01-20Some more loplugin:cstylecast: openclStephan Bergmann 2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist 2014-11-27Clean up confusing OpenCL code a bitTor Lillqvist 2014-11-27Move more Calc-independent OpenCL stuff from the sc to the opencl moduleTor Lillqvist