summaryrefslogtreecommitdiff
path: root/Makefile.fetch
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.fetch')
-rw-r--r--Makefile.fetch1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.fetch b/Makefile.fetch
index ae76cf73701c..5b3f5010fe1a 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -88,7 +88,6 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)
$(call fetch_Optional,VISIO,VISIO_TARBALL) \
,$(call fetch_Download_item_special,http://dev-www.libreoffice.org/src,$(item)))
$(foreach item, \
- $(call fetch_Optional,AFMS,$(AFMS_TARBALL)) \
$(call fetch_Optional,APACHE_COMMONS,$(APACHE_COMMONS_CODEC_TARBALL)) \
$(call fetch_Optional,APACHE_COMMONS,$(APACHE_COMMONS_HTTPCLIENT_TARBALL)) \
$(call fetch_Optional,APACHE_COMMONS,$(APACHE_COMMONS_LANG_TARBALL)) \
/propshlp.cxx?h=cp-4.4-13&id=b36963c0a6a09f70ca6d8d607dd3249a3496497d'>Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-30Fix typosAndrea Gelmini 2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin 2015-07-08Fix typosAndrea Gelmini 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-09cppcheck: noExplicitConstructorCaolán McNamara 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini 2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-15Typo: constarined->constrainedJulien Nabet 2015-02-18TyposJulien Nabet 2015-01-27Get rid of std::auto_ptr in stable URE interfaceStephan Bergmann 2015-01-16Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann 2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl 2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin