oox/source/vml/vmlshapecontext.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 750a9c408f9a2bd1454f567ca1fcbb6381be1570
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sun Jun 24 10:46:45 2012 +0200

    Fix consecutive break
    
    Change-Id: Ifd5dddee6950bcc08dc48c17293e794bf5aeb48e

diff --git a/oox/source/vml/vmlshapecontext.cxx 
b/oox/source/vml/vmlshapecontext.cxx
index 98e759d..28ace31 100644
--- a/oox/source/vml/vmlshapecontext.cxx
+++ b/oox/source/vml/vmlshapecontext.cxx
@@ -334,7 +334,6 @@ ContextHandlerRef ShapeTypeContext::onCreateContext( 
sal_Int32 nElement, const A
             mrTypeModel.moWrapAnchorX = rAttribs.getString(XML_anchorx);
             mrTypeModel.moWrapAnchorY = rAttribs.getString(XML_anchory);
         break;
-        break;
     }
     return 0;
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to