summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2014-09-24 16:34:42 +0200
committerAndras Timar <andras.timar@collabora.com>2014-09-25 02:17:14 -0700
commit5aa05e27c8920be0c164683187170f1c5670189d (patch)
treed37b1f979ab6f57440134e73184c8f20ec870954
parent629eac17fda6b875a87f96d86ba468359b73c29d (diff)
add missing break
Should have been included in 3891ba42a886fa85eb43da24d1badf44e765d54c. Change-Id: I22e5ba931a58c83efdbf996ce701c52dcf0bf9c5
-rw-r--r--writerfilter/source/dmapper/GraphicImport.cxx1
1 files changed, 1 insertions, 0 deletions
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;