From 5aa05e27c8920be0c164683187170f1c5670189d Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Wed, 24 Sep 2014 16:34:42 +0200 Subject: add missing break Should have been included in 3891ba42a886fa85eb43da24d1badf44e765d54c. Change-Id: I22e5ba931a58c83efdbf996ce701c52dcf0bf9c5 --- writerfilter/source/dmapper/GraphicImport.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'writerfilter') diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx index 2c5733720e70..9cda86a4daad 100644 --- a/writerfilter/source/dmapper/GraphicImport.cxx +++ b/writerfilter/source/dmapper/GraphicImport.cxx @@ -857,6 +857,7 @@ void GraphicImport::lcl_attribute(Id nName, Value & val) m_pImpl->bOpaque = false; break; case NS_ooxml::LN_CT_Anchor_locked: // 90990; - ignored + break; case NS_ooxml::LN_CT_Anchor_layoutInCell: // 90991; - ignored m_pImpl->bLayoutInCell = nIntValue != 0; break; -- cgit