summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-05-07 23:18:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-08 02:13:53 +0200
commit0c363500584194f75dfa7f229ee932a759a95bbe (patch)
treecfacb7345781f9171d398b790a52d062b760b3b5 /sd
parentcppcheck: knownConditionTrueFalse (diff)
downloadcore-0c363500584194f75dfa7f229ee932a759a95bbe.tar.gz
core-0c363500584194f75dfa7f229ee932a759a95bbe.zip
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.cxx3
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() )
{