diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-07-27 12:26:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-07-27 13:32:53 +0100 |
commit | 81047eaebc0e25ff926bf944c57e082a8727c7f2 (patch) | |
tree | aa7d706ce0ed855c00e31a711c5c762b9bf62a0e /include/svtools | |
parent | ae11dafc89a1f748233500ea0fd89cff4ef7378c (diff) |
make animation loop sal_uInt32 consistently
all this foo is ultimately animated gifs and the count there is
limited to unsigned 16bit
Change-Id: Ib6e6dde7355f3619bb7735743e686e6338a235ee
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/grfmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx index a6339128c479..4edde4dcb503 100644 --- a/include/svtools/grfmgr.hxx +++ b/include/svtools/grfmgr.hxx @@ -186,7 +186,7 @@ private: OUString maUserData; std::unique_ptr<Timer> mxSwapOutTimer; std::unique_ptr<GrfSimpleCacheObj> mxSimpleCache; - sal_uLong mnAnimationLoopCount; + sal_uInt32 mnAnimationLoopCount; // a unique increasing ID to be able to say which data change is older sal_uLong mnDataChangeTimeStamp; |