Fix typo
Change-Id: I0ac2c408124e620b96736088c3955c99ce484d49 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166645 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
1eb1763ff4
commit
1583d11fe8
@@ -863,7 +863,7 @@ namespace slideshow::internal
|
|||||||
ENSURE_OR_RETURN_VOID( nCurrFrame < maAnimationFrames.size(),
|
ENSURE_OR_RETURN_VOID( nCurrFrame < maAnimationFrames.size(),
|
||||||
"DrawShape::setIntrinsicAnimationFrame(): frame index out of bounds" );
|
"DrawShape::setIntrinsicAnimationFrame(): frame index out of bounds" );
|
||||||
|
|
||||||
// Load 1 more frame if needed. (make sure the current frame is loded)
|
// Load 1 more frame if needed. (make sure the current frame is loaded)
|
||||||
if (mpGraphicLoader)
|
if (mpGraphicLoader)
|
||||||
getSomeAnimationFramesFromGraphic(1, nCurrFrame);
|
getSomeAnimationFramesFromGraphic(1, nCurrFrame);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user