diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-07-18 13:24:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-07-18 16:11:03 +0200 |
commit | e729021a913639fdcfde7f35a881ce342b58b0c7 (patch) | |
tree | 49e113245ffe2c41c5dcc2e0f62849653bf716f8 | |
parent | 7877296d355da050e9866bccc9ecf631e0633be0 (diff) |
Related: rhbz#1602589 copy_paste_error: 'getKeyTimes'
Change-Id: I2b48d8c75af42429ce41a8f809fc3ac82cb354de
Reviewed-on: https://gerrit.libreoffice.org/57636
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | filter/source/svg/presentation_engine.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/presentation_engine.js b/filter/source/svg/presentation_engine.js index bf705b38125c..152fe03e867a 100644 --- a/filter/source/svg/presentation_engine.js +++ b/filter/source/svg/presentation_engine.js @@ -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 |