summaryrefslogtreecommitdiff
path: root/sc/Library_scfilt.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sc/Library_scfilt.mk')
-rw-r--r--sc/Library_scfilt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk
index 8816bc3db13a..d38d40b97027 100644
--- a/sc/Library_scfilt.mk
+++ b/sc/Library_scfilt.mk
@@ -60,6 +60,7 @@ $(eval $(call gb_Library_use_libraries,scfilt,\
tl \
utl \
vcl \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))
l Grandin 2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin 2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann 2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin 2015-04-30Gradually typed LinkStephan Bergmann 2015-04-29convert PREVIEW_OBJECTTYPE constants to scoped enumNoel Grandin 2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-15add some SAL_WARN_UNUSEDCaolán McNamara 2015-04-09vcl: VclPtr conversion in svx.Noel Grandin 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin 2014-12-30convert RID_SVXFLOAT_3D docking window to .uiCaolán McNamara 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-03-01Remove visual noise from includeAlexander Wilms 2014-01-17bool improvementsStephan Bergmann 2013-12-09Convert chart 3D scene illumination to .uiOlivier Hallot 2013-11-09fdo#65108 inter-module includes <> include/svxNorbert Thiebaud 2013-10-23fixincludeguards.sh: include/svxThomas Arnhold