From 32c3167be34546bd437ad0f1cacc50a61ef753f7 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 4 Jan 2015 21:51:29 +0100 Subject: upload libmwaw 0.3.4 Change-Id: I0208d53522da4d3d32c4060b6d784d62a64bf0eb --- external/libmwaw/ExternalPackage_libmwaw.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external') diff --git a/external/libmwaw/ExternalPackage_libmwaw.mk b/external/libmwaw/ExternalPackage_libmwaw.mk index 3b3bcb6d8ee6..97a6e6d6e642 100644 --- a/external/libmwaw/ExternalPackage_libmwaw.mk +++ b/external/libmwaw/ExternalPackage_libmwaw.mk @@ -16,7 +16,7 @@ $(eval $(call gb_ExternalPackage_add_file,libmwaw,$(LIBO_LIB_FOLDER)/libmwaw-0.3 else ifeq ($(OS),WNT) $(eval $(call gb_ExternalPackage_add_file,libmwaw,$(LIBO_LIB_FOLDER)/libmwaw-0.3.dll,src/lib/.libs/libmwaw-0.3.dll)) else ifeq ($(filter IOS ANDROID,$(OS)),) -$(eval $(call gb_ExternalPackage_add_file,libmwaw,$(LIBO_LIB_FOLDER)/libmwaw-0.3.so.3,src/lib/.libs/libmwaw-0.3.so.3.0.3)) +$(eval $(call gb_ExternalPackage_add_file,libmwaw,$(LIBO_LIB_FOLDER)/libmwaw-0.3.so.3,src/lib/.libs/libmwaw-0.3.so.3.0.$(MWAW_VERSION_MICRO))) endif # vim: set noet sw=4 ts=4: -- cgit tro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bean
AgeCommit message (Expand)Author
2016-03-11neither doxygen nor javadoc make use of <type scope="…"> annotationsChristian Lohmaier
2016-03-11NoConnectionException is com.sun.star.comp.beans.NoConnectionExceptionChristian Lohmaier
2016-03-11javadoc is HTML 4, not xhtml or html5, so <br/> is not allowedChristian Lohmaier
2016-03-04coverity#1326333 Unguarded writeCaolán McNamara
2016-02-05Fix typosAndrea Gelmini
2016-02-05officebeans: RVP no longer used, only local used nowChris Sherlock
2016-01-05Fix typosAndrea Gelmini
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky
2015-12-01Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-05java:avoid empty if statementsNoel Grandin
2015-10-22coverity#1328488 DLS: Dead local storeCaolán McNamara
2015-10-20coverity#1326431 Dereference null return valueCaolán McNamara
2015-10-16cid#1326334 Unguarded readNoel Grandin
2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14cid#1326360 Data race conditionNoel Grandin
2015-10-14cid#1326347 Check of thread-shared field evades lock acquisitionNoel Grandin
2015-10-02Fix typosAndrea Gelmini
2015-07-08Fix typosAndrea Gelmini
2015-06-22Fix typosAndrea Gelmini
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-06-09java:use System.arrayCopy to copy arraysNoel Grandin
2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin
2015-06-03reduce sleep when connecting to soffice from JavaNoel Grandin
2015-05-08jboolean-related clean-upStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2015-01-02Remove unnecessary bean/inc/comp_LocalOfficeWindow.hStephan Bergmann
2014-12-19java: these fields can be converted to local variablesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-12-05java: remove some unused fieldsNoel Grandin
2014-12-02Deprecated com.sun.star.beans is goneStephan Bergmann
2014-11-18java: fix some raw types warningsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18java: rather use @Deprecated annotationNoel Grandin
2014-10-28Revert some changes that affected the bean/com/sun/star/comp APINoel Grandin
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-11bean: String comparisonRobert Antoni Buj i Gelonch
2014-10-10bean: Use com.sun.star.uno.RuntimeException(Throwable thrwbl)Robert Antoni Buj i Gelonch
2014-10-08We should know what our name isTor Lillqvist
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin