[Libreoffice-commits] core.git: xmloff/source

Eike Rathke erack at redhat.com
Fri Oct 31 06:43:54 PDT 2014


 xmloff/source/transform/ControlOASISTContext.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4f93d6960c4a3d56f066c72ca815beeb24e5d960
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Oct 31 14:41:05 2014 +0100

    coverity#705348 Missing break in switch
    
    Change-Id: I23e03e45ba4f6d259128bc5e4c2fd5952be05c2f

diff --git a/xmloff/source/transform/ControlOASISTContext.cxx b/xmloff/source/transform/ControlOASISTContext.cxx
index 0f1b361..52abc9e 100644
--- a/xmloff/source/transform/ControlOASISTContext.cxx
+++ b/xmloff/source/transform/ControlOASISTContext.cxx
@@ -123,6 +123,7 @@ void XMLControlOASISTransformerContext::StartElement(
                         pMutableAttrList->SetValueByIndex( i, aAttrValue );
                     }
                 }
+                break;
             case XML_ATACTION_URI_OASIS:
                 {
                     OUString aAttrValue( rAttrValue );


More information about the Libreoffice-commits mailing list