[Libreoffice-commits] core.git: include/vcl

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Nov 21 14:15:15 UTC 2019


 include/vcl/BitmapTools.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 34b52ae66a275d7dd6328adf0d8da23b2ead6560
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Nov 21 13:18:48 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Nov 21 15:13:47 2019 +0100

    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 <sbergman at redhat.com>

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.


More information about the Libreoffice-commits mailing list