summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_swdoc_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/CppunitTest_sw_swdoc_test.mk')
-rw-r--r--sw/CppunitTest_sw_swdoc_test.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk
index 0ca803822503..0be24f3e953a 100644
--- a/sw/CppunitTest_sw_swdoc_test.mk
+++ b/sw/CppunitTest_sw_swdoc_test.mk
@@ -71,6 +71,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_swdoc_test, \
))
$(eval $(call gb_CppunitTest_use_externals,sw_swdoc_test,\
+ boost_headers \
icuuc \
libxml2 \
))
git/lo/core/commit/bridges/source/jni_uno/jni_java2uno.cxx?id=f53bc68922dd15a53f6128b130d78d4239008d81'>Rename Context -> JniUnoEnvironmentDataStephan Bergmann 2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-10-08coverity#706248 Uncaught exceptionCaolán McNamara 2014-02-23Remove unneccessary commentsAlexander Wilms 2013-12-03Clean up string concatenationStephan Bergmann 2013-12-03Clean up use of OSL debug functionalityStephan Bergmann 2013-04-02Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith 2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac 2012-11-15re-base on ALv2 code. Includes:Michael Meeks 2012-11-09Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist 2012-11-09Use JNIEXPORT to really export these for AndroidTor Lillqvist 2012-09-24JNIEXPORT -> SAL_DLLPUBLIC_EXPORT after gbuildificationStephan Bergmann 2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi 2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann 2011-11-30catch by constant referenceTakeshi Abe 2011-11-27remove include of pch header in bridgeNorbert Thiebaud