From 34b52ae66a275d7dd6328adf0d8da23b2ead6560 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 21 Nov 2019 13:18:48 +0100 Subject: These functions don't need to be VCL_DLLPUBLIC They were exported with 86ea64f216819696cd86d1926aff0a138ace2baf "Support for native 32bit Bitmap in VCL and SVP (cairo) backend" but appear to only be used within Library_vcl. Change-Id: I03595c8345b289676e6260e7bd88b6b146ac002d Reviewed-on: https://gerrit.libreoffice.org/83385 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- include/vcl/BitmapTools.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/vcl/BitmapTools.hxx b/include/vcl/BitmapTools.hxx index 1cf13d4c7de8..4e3efbcef84f 100644 --- a/include/vcl/BitmapTools.hxx +++ b/include/vcl/BitmapTools.hxx @@ -33,8 +33,8 @@ typedef sal_uInt8 (*lookup_table)[256]; lookup_table VCL_DLLPUBLIC get_premultiply_table(); lookup_table VCL_DLLPUBLIC get_unpremultiply_table(); -VCL_DLLPUBLIC sal_uInt8 unpremultiply(sal_uInt8 c, sal_uInt8 a); -VCL_DLLPUBLIC sal_uInt8 premultiply(sal_uInt8 c, sal_uInt8 a); +sal_uInt8 unpremultiply(sal_uInt8 c, sal_uInt8 a); +sal_uInt8 premultiply(sal_uInt8 c, sal_uInt8 a); /** * Intended to be used to feed into CreateFromData to create a BitmapEx. RGB data format. -- cgit v1.2.3