Kaydet (Commit) 8dd5e973 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

oox: add missing break statements

Change-Id: I032442e0e1c583228d6837dbf290f31d01a91b45
üst 2cf94cf1
...@@ -162,6 +162,7 @@ void TextEffectsContext::processAttributes(const AttributeList& rAttribs) ...@@ -162,6 +162,7 @@ void TextEffectsContext::processAttributes(const AttributeList& rAttribs)
pushAttributeToGrabBag(OOX_TOKEN(w14, ky), "ky", rAttribs); pushAttributeToGrabBag(OOX_TOKEN(w14, ky), "ky", rAttribs);
pushAttributeToGrabBag(OOX_TOKEN(w14, algn), "algn", rAttribs); pushAttributeToGrabBag(OOX_TOKEN(w14, algn), "algn", rAttribs);
} }
break;
case OOX_TOKEN(w14, reflection): case OOX_TOKEN(w14, reflection):
{ {
pushAttributeToGrabBag(OOX_TOKEN(w14, blurRad), "blurRad", rAttribs); pushAttributeToGrabBag(OOX_TOKEN(w14, blurRad), "blurRad", rAttribs);
...@@ -178,6 +179,7 @@ void TextEffectsContext::processAttributes(const AttributeList& rAttribs) ...@@ -178,6 +179,7 @@ void TextEffectsContext::processAttributes(const AttributeList& rAttribs)
pushAttributeToGrabBag(OOX_TOKEN(w14, ky), "ky", rAttribs); pushAttributeToGrabBag(OOX_TOKEN(w14, ky), "ky", rAttribs);
pushAttributeToGrabBag(OOX_TOKEN(w14, algn), "algn", rAttribs); pushAttributeToGrabBag(OOX_TOKEN(w14, algn), "algn", rAttribs);
} }
break;
case OOX_TOKEN(w14, textOutline): case OOX_TOKEN(w14, textOutline):
{ {
pushAttributeToGrabBag(OOX_TOKEN(w14, w), "w", rAttribs); pushAttributeToGrabBag(OOX_TOKEN(w14, w), "w", rAttribs);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment