You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2014/07/23 09:25:53 UTC

svn commit: r1612782 - /openoffice/branches/AOO410/main/sw/source/core/unocore/unostyle.cxx

Author: orw
Date: Wed Jul 23 07:25:52 2014
New Revision: 1612782

URL: http://svn.apache.org/r1612782
Log:
125299: bring back <break> which got accidently lost by merging changes for issue 78498 from trunk to branch AOO410


Modified:
    openoffice/branches/AOO410/main/sw/source/core/unocore/unostyle.cxx

Modified: openoffice/branches/AOO410/main/sw/source/core/unocore/unostyle.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/sw/source/core/unocore/unostyle.cxx?rev=1612782&r1=1612781&r2=1612782&view=diff
==============================================================================
--- openoffice/branches/AOO410/main/sw/source/core/unocore/unostyle.cxx (original)
+++ openoffice/branches/AOO410/main/sw/source/core/unocore/unostyle.cxx Wed Jul 23 07:25:52 2014
@@ -1944,6 +1944,7 @@ void lcl_SetStyleProperty(const SfxItemP
             else
                 throw lang::IllegalArgumentException();
         }
+        break;
 
         case RES_PARATR_OUTLINELEVEL:
         {