summaryrefslogtreecommitdiff
path: root/sdext/Library_presenter.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/Library_presenter.mk')
-rw-r--r--sdext/Library_presenter.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/Library_presenter.mk b/sdext/Library_presenter.mk
index eb9ec9586c8c..7cefb48fb395 100644
--- a/sdext/Library_presenter.mk
+++ b/sdext/Library_presenter.mk
@@ -27,7 +27,7 @@
$(eval $(call gb_Library_Library,PresenterScreen))
-$(eval $(call gb_Library_add_api,PresenterScreen,\
+$(eval $(call gb_Library_use_api,PresenterScreen,\
offapi \
udkapi \
))
@@ -36,7 +36,7 @@ $(eval $(call gb_Library_add_defs,PresenterScreen,\
-DPRESENTER_IMPL_IDENTIFIER=\"com.sun.PresenterScreen-$(PLATFORMID)\" \
))
-$(eval $(call gb_Library_add_linked_libs,PresenterScreen,\
+$(eval $(call gb_Library_use_libraries,PresenterScreen,\
cppu \
cppuhelper \
sal \
81dc0716cc728ea8d152'>remove some manual ref-countingNoel Grandin 2016-05-12loplugin:passstuffbyrefStephan Bergmann 2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann 2016-05-06teach passstuffbyref plugin to check for..Noel Grandin 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-04-14loplugin:passstuffbyref in ucbhelperNoel Grandin 2016-04-11clang-tidy performance-unnecessary-value-param in ucbhelperNoel Grandin 2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin 2016-03-15loplugin:constantparamNoel Grandin 2016-03-15tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar 2016-02-23new loplugin: commaoperatorNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin 2016-01-10Fix typosAndrea Gelmini 2015-11-26loplugin:unusedfields variousNoel Grandin 2015-11-17use unique_ptr for pImpl in ucbhelper/Noel Grandin 2015-11-15use initialiser for Sequence<OUString>Noel Grandin 2015-11-11com::sun::star->css in ucbhelper/Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-05loplugin:stringconstantStephan Bergmann 2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno 2015-09-30Fix typosAndrea Gelmini 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann