summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-14 20:45:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-15 08:50:26 +0000
commit65eacbadd5444ed9581f3b92fedcd216f716df8d (patch)
treef1c0ff55245819b181e6e6aa9fe59ce803c75b52 /sd
parent6d7760eb3eac41d4d9d511b2166992b82fc21004 (diff)
cppcheck: unused variable
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/ppt/pptinanimations.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/filter/ppt/pptinanimations.cxx b/sd/source/filter/ppt/pptinanimations.cxx
index 73dd62e77ee8..b6d5ec10831d 100644
--- a/sd/source/filter/ppt/pptinanimations.cxx
+++ b/sd/source/filter/ppt/pptinanimations.cxx
@@ -3190,8 +3190,6 @@ void AnimationImporter::dump_atom_header( const Atom* pAtom, bool bOpen, bool bA
{
const char* pTitle;
- bool bUnknown = false;
-
switch( pAtom->getType() )
{
case DFF_msofbtAnimEvent: pTitle = "AnimEvent"; break;