[Libreoffice-commits] core.git: oox/source
Caolán McNamara
caolanm at redhat.com
Mon Mar 31 02:10:19 PDT 2014
oox/source/drawingml/texteffectscontext.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 9900c41c963755a65e5452fde6ab9db5b5f42e26
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Mar 31 10:06:18 2014 +0100
coverity#1194923 Missing break in switch
and coverity#1194924
Change-Id: I1225745b22d27918ff3efe3ad8f0a7d69ed2f015
diff --git a/oox/source/drawingml/texteffectscontext.cxx b/oox/source/drawingml/texteffectscontext.cxx
index 6107896..a4cfd7a 100644
--- a/oox/source/drawingml/texteffectscontext.cxx
+++ b/oox/source/drawingml/texteffectscontext.cxx
@@ -135,6 +135,7 @@ void TextEffectsContext::processAttributes(const AttributeList& rAttribs)
{
pushAttributeToGrabBag(OOX_TOKEN(w14, rad), "rad", rAttribs);
}
+ break;
case OOX_TOKEN(w14, srgbClr):
case OOX_TOKEN(w14, schemeClr):
case OOX_TOKEN(w14, tint):
@@ -192,6 +193,7 @@ void TextEffectsContext::processAttributes(const AttributeList& rAttribs)
{
pushAttributeToGrabBag(OOX_TOKEN(w14, val), "val", rAttribs);
}
+ break;
case OOX_TOKEN(w14, gs):
{
pushAttributeToGrabBag(OOX_TOKEN(w14, pos), "pos", rAttribs);
More information about the Libreoffice-commits
mailing list