From 124e69df7b064d12aed866c48ae2812c69b75478 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 11 Feb 2014 14:35:55 +0200 Subject: [PATCH] cid#705248 missing break in switch Change-Id: I325b95900e7a5ec927e8c38a687a7fe8058bbdfa --- svtools/source/config/optionsdrawinglayer.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx index d3c4a5517fc2..ea47930ba69e 100644 --- a/svtools/source/config/optionsdrawinglayer.cxx +++ b/svtools/source/config/optionsdrawinglayer.cxx @@ -534,6 +534,7 @@ SvtOptionsDrawinglayer_Impl::SvtOptionsDrawinglayer_Impl() : DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_SHORT), "SvtOptionsDrawinglayer_Impl::SvtOptionsDrawinglayer_Impl()\nWho has changed the value type of \"Office.Common\\Drawinglayer\\TransparentSelectionPercent\"?" ); seqValues[nProperty] >>= m_nTransparentSelectionPercent; } + break; case PROPERTYHANDLE_SELECTIONMAXIMUMLUMINANCEPERCENT: {