diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-03-23 15:59:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-03-23 20:32:30 +0000 |
commit | 68fe430723368bdb0be91b7eef0bc3e3d294caa5 (patch) | |
tree | 3cddf798e95db8c4d93bdc20c28fe43437a25925 /vcl | |
parent | f70314c8d438efe6d26460cfbeb2e7fd955346cd (diff) |
rename mnAnimCount to gAnimationRendererCount
to better distinguish it from nAnimCount
Change-Id: I2fc5912964e8d48a991dfe0d755e5ce27d9e0905
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149458
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/animate/Animation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/animate/Animation.cxx b/vcl/source/animate/Animation.cxx index 9c188e417951..9f890c6568d3 100644 --- a/vcl/source/animate/Animation.cxx +++ b/vcl/source/animate/Animation.cxx @@ -31,7 +31,7 @@ #include <animate/AnimationRenderer.hxx> -sal_uLong Animation::mnAnimCount = 0; +sal_uLong Animation::gAnimationRendererCount = 0; Animation::Animation() : maTimer("vcl::Animation") |