From 9b237f9d84e65b16502f2af0dab78801168cd262 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 6 Jun 2014 09:17:11 +0100 Subject: coverity#705224 Missing break in switch, surely unintentional Change-Id: I9ebeb373f5ab15220e3d9a4bb57db88d7a8f2714 --- sd/source/ui/unoidl/SdUnoDrawView.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/unoidl/SdUnoDrawView.cxx b/sd/source/ui/unoidl/SdUnoDrawView.cxx index 9a4c554e5ad1..436736595fe2 100644 --- a/sd/source/ui/unoidl/SdUnoDrawView.cxx +++ b/sd/source/ui/unoidl/SdUnoDrawView.cxx @@ -381,7 +381,7 @@ void SdUnoDrawView::setFastPropertyValue ( rValue >>= bValue; setLayerMode( bValue ); } - + break; case DrawController::PROPERTY_ACTIVE_LAYER: { Reference xLayer; -- cgit