[Libreoffice-commits] .: oox/source

Julien Nabet serval2412 at kemper.freedesktop.org
Sun Jun 24 01:47:52 PDT 2012


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

New commits:
commit 750a9c408f9a2bd1454f567ca1fcbb6381be1570
Author: Julien Nabet <serval2412 at 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;
 }


More information about the Libreoffice-commits mailing list