summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap/checksum.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/bitmap/checksum.cxx')
-rw-r--r--vcl/source/bitmap/checksum.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/bitmap/checksum.cxx b/vcl/source/bitmap/checksum.cxx
index 3c9a8a6f1656..d33d884033f9 100644
--- a/vcl/source/bitmap/checksum.cxx
+++ b/vcl/source/bitmap/checksum.cxx
@@ -126,7 +126,7 @@ static const sal_uInt64 vcl_crc64Table[256] = {
/*
* vcl_crc64.
*/
-sal_uInt64 SAL_CALL vcl_crc64 (
+sal_uInt64 vcl_crc64 (
sal_uInt64 Crc,
const void *Data, sal_uInt32 DatLen) SAL_THROW_EXTERN_C()
{