summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 14:35:55 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 08:59:06 +0200
commit124e69df7b064d12aed866c48ae2812c69b75478 (patch)
treeb8ecbc25f9bc5ee2030ab237e5d636436bd3ba55 /svtools
parent83c51ee1adc7884f18b5927a39bf6629054e56e8 (diff)
cid#705248 missing break in switch
Change-Id: I325b95900e7a5ec927e8c38a687a7fe8058bbdfa
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/optionsdrawinglayer.cxx1
1 files changed, 1 insertions, 0 deletions
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:
{