tdf#120703 PVS: V547 Expression is always true

The inner check looks suspicious. Still, I don't think that intended
behavior was to check nFillDefault, because in that case the next
line would likely start with "else if".

The change just keeps current behavior; I make this an individual
commit to keep the decision's context.

Change-Id: I67d37aa0fee82190ce4bba5784b76c9f522b97ff
Reviewed-on: https://gerrit.libreoffice.org/62864
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
diff --git a/sd/source/filter/eppt/pptexanimations.cxx b/sd/source/filter/eppt/pptexanimations.cxx
index 5eabb24..7be6a29 100644
--- a/sd/source/filter/eppt/pptexanimations.cxx
+++ b/sd/source/filter/eppt/pptexanimations.cxx
@@ -282,8 +282,7 @@

    if ( nFill == AnimationFill::DEFAULT )
    {
        if ( nFill != AnimationFill::AUTO )
            nFill = nFillDefault;
        nFill = nFillDefault;
    }
    if( nFill == AnimationFill::AUTO )
    {