Kaydet (Commit) e729021a authored tarafından Caolán McNamara's avatar Caolán McNamara

Related: rhbz#1602589 copy_paste_error: 'getKeyTimes'

Change-Id: I2b48d8c75af42429ce41a8f809fc3ac82cb354de
Reviewed-on: https://gerrit.libreoffice.org/57636
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 7877296d
......@@ -7987,7 +7987,7 @@ AnimationBaseNode3.prototype.info = function( bVerbose )
sInfo += '; keyTimes: ' + this.getKeyTimes().join( ',' );
// values
if( this.getKeyTimes().length )
if( this.getValues().length )
sInfo += '; values: ' + this.getValues().join( ',' );
// formula
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment