DomainMapper::lcl_attribute: fix missing break

Change-Id: Ibf0bd1c8bf2799ffbe5254ae11998a58d927b592
Reviewed-on: https://gerrit.libreoffice.org/16074
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
This commit is contained in:
Mike Kaganski
2015-06-04 17:02:44 +10:00
committed by Miklos Vajna
parent 4bf829ba2a
commit b89f112f16

View File

@@ -899,6 +899,7 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
break; break;
case NS_ooxml::LN_CT_FtnEdnRef_id: case NS_ooxml::LN_CT_FtnEdnRef_id:
// footnote or endnote reference id - not needed // footnote or endnote reference id - not needed
break;
case NS_ooxml::LN_CT_Color_themeColor: case NS_ooxml::LN_CT_Color_themeColor:
m_pImpl->appendGrabBag(m_pImpl->m_aSubInteropGrabBag, "themeColor", TDefTableHandler::getThemeColorTypeString(nIntValue)); m_pImpl->appendGrabBag(m_pImpl->m_aSubInteropGrabBag, "themeColor", TDefTableHandler::getThemeColorTypeString(nIntValue));
break; break;