summaryrefslogtreecommitdiff
path: root/sc/Library_scd.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sc/Library_scd.mk')
-rw-r--r--sc/Library_scd.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/Library_scd.mk b/sc/Library_scd.mk
index 25e2a6e1badf..815ce7d26d70 100644
--- a/sc/Library_scd.mk
+++ b/sc/Library_scd.mk
@@ -29,6 +29,8 @@ $(eval $(call gb_Library_set_include,scd,\
$$(INCLUDE) \
))
+$(eval $(call gb_Library_use_external,scd,boost_headers))
+
$(eval $(call gb_Library_use_sdk_api,scd))
$(eval $(call gb_Library_use_libraries,scd,\
pan>Stephan Bergmann ...as follow-up clean-up after 71fefe1dc2bcda3a4cc18d71e1acaf161cc059f2 "Change 'blink times' to be of type sal_uInt64 and thus consistent with Timer::Get/SetTimeout since 9c7016b5b530ca212b1275f44f9e2fc0527109ee 'Scheduler: Changed uLong to uInt32/uInt64.'" Transitively meant to change quite a number of further time-related places from sal_uLong/sal_uIntPtr to consistently use sal_uInt64. Change-Id: I38eb493943906356138bf58eb098d2f54a3dee34 Reviewed-on: https://gerrit.libreoffice.org/15214 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com> 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann Change-Id: Iad602cece6e328c7f5d5f36adb294c97b152ade3 2015-03-19loplugin:constantfunction: vclNoel Grandin Change-Id: I985b781a8d53190505fcb1182749cdaf5cd0f8d0 2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl Change-Id: I7714a4638b03d020820b276028c0819ef054fa26 2014-11-06rename KEY_MODTYPE to KEY_MODIFIERS_MASKNoel Grandin Change-Id: I7948988e4fd89bf94a98afee15298cd33e2a4d06 2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin Change-Id: I7b0085af3b13bd6e1a50bf1e0e986d1524b52d7b 2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara and automatically seed from time on first use coverity#1242393 Don't call rand coverity#1242404 Don't call rand coverity#1242410 Don't call rand and additionally allow 0xFF as a value coverity#1242409 Don't call rand coverity#1242399 Don't call rand coverity#1242372 Don't call rand coverity#1242377 Don't call rand coverity#1242378 Don't call rand coverity#1242379 Don't call rand coverity#1242382 Don't call rand coverity#1242383 Don't call rand coverity#1242402 Don't call rand coverity#1242397 Don't call rand coverity#1242390 Don't call rand coverity#1242389 Don't call rand coverity#1242388 Don't call rand coverity#1242386 Don't call rand coverity#1242384 Don't call rand coverity#1242394 Don't call rand Change-Id: I241feab9cb370e091fd6ccaba2af941eb95bc7cf 2014-10-01fdo#82577: Handle TimeNoel Grandin Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-09-23fdo#82577: Handle WindowNoel Grandin Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a 2014-07-01New loplugin:stringconcatStephan Bergmann Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac 2014-05-22trunc is C99 only (thus not C++03)Stephan Bergmann Change-Id: Ia045472386c82369206bfb06dbc8f7a5bde60510 2014-05-22WaE: unused variable 'bHandled'Tor Lillqvist While at it, make it use SAL_INFO instead of fprintf. Change-Id: Id4018819f8f790bef219e5aca3b6bbb5f6acd6aa 2014-05-22Make the inserted text more European and sensible for now.Michael Meeks Change-Id: I8b2ecef11362c0fc1dc2b76780140881e769bb89 2014-05-22quit after emitting all the events to allow valgrinding.Michael Meeks Change-Id: Ibee9d8f00008dd0a266db276772d48deb0bd9d18 2014-05-22Initial cut at some infinite monkeys work.Michael Meeks Change-Id: I71c7fe027262305893d8eabee94a726f4aa909d6