diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-08 15:23:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-08 15:28:05 +0100 |
commit | e5a9124e405aa461aa8a46b662a9d9d810f0d7f5 (patch) | |
tree | a47de07fe8272d6c9606e44f49eb03cb5da97b8e | |
parent | de37aa18faf03da14dc453e843b1419edbedbfa9 (diff) |
coverity#735386 Copy-paste error
this has got to be wrong, surely
Change-Id: Id23419f022c5db7daf887c3d3fc6e33bab3e8e5f
-rw-r--r-- | sd/source/ui/func/fuoaprms.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuoaprms.cxx b/sd/source/ui/func/fuoaprms.cxx index 251e94d714f7..805baed8245e 100644 --- a/sd/source/ui/func/fuoaprms.cxx +++ b/sd/source/ui/func/fuoaprms.cxx @@ -442,7 +442,7 @@ void FuObjectAnimationParameters::DoExecute( SfxRequest& rReq ) if (nSecondPlayFullSet == ATTR_SET) aSet.Put(SfxBoolItem(ATTR_ACTION_PLAYFULL, bSecondPlayFull)); - else if (nPlayFullSet == ATTR_MIXED) + else if (nSecondPlayFullSet == ATTR_MIXED) aSet.InvalidateItem(ATTR_ACTION_PLAYFULL); else aSet.Put(SfxBoolItem(ATTR_ACTION_PLAYFULL, false)); |