summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-10-29 07:53:45 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-10-29 07:53:45 +0100
commitc5fd63966e689b55b271d2d76860ed471eacdc74 (patch)
tree859ece8ff096a0b6a904135150cbe895765c5ef7 /starmath
parenta3f0eab294df3a48d497c2b985ec9655f2da2357 (diff)
cppcheck: duplicate break or break which follows a return
Change-Id: I0985d28289e31969cb9b048b221abfae1572025d
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/unomodel.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index bc802e8e103a..6e5391c5bbfc 100644
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -949,7 +949,6 @@ void SmModel::_getPropertyValues( const PropertyMapEntry **ppEntries, Any *pValu
case HANDLE_INTEROP_GRAB_BAG:
getGrabBagItem(*pValue);
break;
- break;
}
}
}