[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - writerfilter/source
LuboÅ¡ LuÅák
l.lunak at collabora.com
Thu Sep 25 02:17:40 PDT 2014
writerfilter/source/dmapper/GraphicImport.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5aa05e27c8920be0c164683187170f1c5670189d
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 2c57337..9cda86a 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;
More information about the Libreoffice-commits
mailing list