[Libreoffice-commits] .: sd/source
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Dec 15 00:57:59 PST 2010
sd/source/filter/ppt/pptinanimations.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 63f23271a6af3c1fb34db3a7e8ad0414d0ed3e8a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Dec 14 20:45:59 2010 +0000
cppcheck: unused variable
diff --git a/sd/source/filter/ppt/pptinanimations.cxx b/sd/source/filter/ppt/pptinanimations.cxx
index 552469b..50c91f2 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;
More information about the Libreoffice-commits
mailing list