summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/animate/AnimationBitmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/animate/AnimationBitmap.cxx b/vcl/source/animate/AnimationBitmap.cxx
index 7ebaf98d9ec5..af4b1bb78556 100644
--- a/vcl/source/animate/AnimationBitmap.cxx
+++ b/vcl/source/animate/AnimationBitmap.cxx
@@ -41,7 +41,7 @@ BitmapChecksum AnimationBitmap::GetChecksum() const
Int32ToSVBT32(mnWait, aBT32);
nCrc = vcl_get_checksum(nCrc, aBT32, 4);
- UInt32ToSVBT32(o3tl::underlyingEnumValue(meDisposal), aBT32);
+ UInt32ToSVBT32(o3tl::to_underlying(meDisposal), aBT32);
nCrc = vcl_get_checksum(nCrc, aBT32, 4);
UInt32ToSVBT32(sal_uInt32(mbUserInput), aBT32);