summaryrefslogtreecommitdiff
path: root/stoc/Library_proxyfac.mk
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/Library_proxyfac.mk')
-rw-r--r--stoc/Library_proxyfac.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/stoc/Library_proxyfac.mk b/stoc/Library_proxyfac.mk
index 8eb08e55265d..75166f0f6809 100644
--- a/stoc/Library_proxyfac.mk
+++ b/stoc/Library_proxyfac.mk
@@ -36,8 +36,6 @@ $(eval $(call gb_Library_use_libraries,proxyfac,\
$(gb_UWINAPI) \
))
-$(eval $(call gb_Library_add_standard_system_libs,proxyfac))
-
$(eval $(call gb_Library_set_componentfile,proxyfac,stoc/source/proxy_factory/proxyfac))
$(eval $(call gb_Library_add_exception_objects,proxyfac,\
t'> Change-Id: I2140b7b48ee4cc46a4a6e8e4719f3ce78a600829 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139624 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@aliftype.com> 2022-09-08vcl: Drop now unused FontCharMap::GetGlyphIndex()Khaled Hosny Change-Id: Icf687d09c2d25a3d578faf7ae574b3e655b8540f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139600 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@aliftype.com> 2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin Change-Id: I9ddb786eb88213c53cf53067ced6899ca40ac6e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137000 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2021-06-19loplugin:finalclassesNoel Grandin improve the plugin to detect more cases. I only apply the new final changes to classes in /include here. Which reveals that RoadmapWizard::getPageController( TabPage* _pCurrentPage ) will always return nullptr Also needed to sprinkle some SAL_DLLPUBLIC_TEMPLATE around to workaround Visual Studio linking problems. Change-Id: Iadb7d46a9e0e73dabce562375ca013c0fea6690c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117365 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>