diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-07 23:18:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-08 02:13:53 +0200 |
commit | 0c363500584194f75dfa7f229ee932a759a95bbe (patch) | |
tree | cfacb7345781f9171d398b790a52d062b760b3b5 /sd | |
parent | c3e0b7dd4e7b1d33b8555e0acdf9f44cfc043ca2 (diff) |
cppcheck nitpicks variableScope and redundantAssignment
Change-Id: I1399e066a96bbd9a3b59e2670a75b0022c882a1d
Reviewed-on: https://gerrit.libreoffice.org/37354
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/pptexanimations.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/filter/eppt/pptexanimations.cxx b/sd/source/filter/eppt/pptexanimations.cxx index 58fd59517518..8e854220919f 100644 --- a/sd/source/filter/eppt/pptexanimations.cxx +++ b/sd/source/filter/eppt/pptexanimations.cxx @@ -491,12 +491,11 @@ void AnimationExporter::exportNode( SvStream& rStrm, Reference< XAnimationNode > bool bTakeBackInteractiveSequenceTimingForChild = false; sal_Int16 nFillDefault = GetFillMode( xNode, nFDef ); - bool bSkipChildren = false; - Reference< XAnimationNode > xAudioNode; static sal_uInt32 nAudioGroup; { + bool bSkipChildren = false; EscherExContainer aContainer( rStrm, nContainerRecType, nInstance ); switch( xNode->getType() ) { |