You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pa...@apache.org on 2012/11/30 14:16:22 UTC

svn commit: r1415617 - /openoffice/trunk/main/sw/source/filter/ww8/wrtw8esh.cxx

Author: paveljanik
Date: Fri Nov 30 13:16:22 2012
New Revision: 1415617

URL: http://svn.apache.org/viewvc?rev=1415617&view=rev
Log:
Add missing break in the original code.

Modified:
    openoffice/trunk/main/sw/source/filter/ww8/wrtw8esh.cxx

Modified: openoffice/trunk/main/sw/source/filter/ww8/wrtw8esh.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/filter/ww8/wrtw8esh.cxx?rev=1415617&r1=1415616&r2=1415617&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/filter/ww8/wrtw8esh.cxx (original)
+++ openoffice/trunk/main/sw/source/filter/ww8/wrtw8esh.cxx Fri Nov 30 13:16:22 2012
@@ -2309,8 +2309,9 @@ SwEscherEx::SwEscherEx(SvStream* pStrm, 
                     else
                         ASSERT( !this, "Where is the SDR-Object?" );
 #endif
-	    default:
-	      ;
+		    break;
+	        default:
+		    break;
                 }
 
             if( !nShapeId )