summaryrefslogtreecommitdiff
path: root/include/vcl/checksum.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-13 16:11:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-13 14:54:14 +0000
commit2cdc693c56c266e149473241e6b3cb54fb2a2a03 (patch)
tree0c4dc65cfd85858ef1a12db9217830d708e67336 /include/vcl/checksum.hxx
parent80f9ad9011843dbc9d166147402366438bcfe29a (diff)
Remove __cplusplus-checks from apparently-C++-only files
Change-Id: I87e9ce45cf945e75e8140a9d4608da8abcddada6 Reviewed-on: https://gerrit.libreoffice.org/27187 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/vcl/checksum.hxx')
-rw-r--r--include/vcl/checksum.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/checksum.hxx b/include/vcl/checksum.hxx
index 8bc10969ecfe..bdc503a409ba 100644
--- a/include/vcl/checksum.hxx
+++ b/include/vcl/checksum.hxx
@@ -44,9 +44,7 @@ inline void BCToBCOA< BITMAP_CHECKSUM_SIZE >( BitmapChecksum, BitmapChecksumOcte
return;
}
-#ifdef __cplusplus
extern "C" {
-#endif
/*========================================================================
*
@@ -70,10 +68,7 @@ VCL_DLLPUBLIC sal_uInt64 SAL_CALL vcl_crc64 (
VCL_DLLPUBLIC const sal_uInt64* vcl_get_crc64_table();
-
-#ifdef __cplusplus
}
-#endif
inline BitmapChecksum vcl_get_checksum (
BitmapChecksum Checksum,