[Libreoffice-commits] core.git: writerfilter/source
LuboÅ¡ LuÅák
l.lunak at collabora.com
Wed Sep 24 07:35:33 PDT 2014
writerfilter/source/dmapper/GraphicImport.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 74c6ba1b741ae76ad9e2f2b81be3e3178163f085
Author: LuboÅ¡ LuÅák <l.lunak at collabora.com>
Date: Wed Sep 24 16:34:42 2014 +0200
add missing break
Should have been included in 3891ba42a886fa85eb43da24d1badf44e765d54c.
Change-Id: I22e5ba931a58c83efdbf996ce701c52dcf0bf9c5
diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx
index 624fc84..eb920bb 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -576,6 +576,7 @@ void GraphicImport::lcl_attribute(Id nName, Value& rValue)
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;
More information about the Libreoffice-commits
mailing list