From 81047eaebc0e25ff926bf944c57e082a8727c7f2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 27 Jul 2017 12:26:38 +0100 Subject: 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 --- include/svtools/grfmgr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svtools') 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 mxSwapOutTimer; std::unique_ptr mxSimpleCache; - sal_uLong mnAnimationLoopCount; + sal_uInt32 mnAnimationLoopCount; // a unique increasing ID to be able to say which data change is older sal_uLong mnDataChangeTimeStamp; -- cgit