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/09/11 10:40:25 UTC

svn commit: r1383288 - /incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx

Author: paveljanik
Date: Tue Sep 11 08:40:24 2012
New Revision: 1383288

URL: http://svn.apache.org/viewvc?rev=1383288&view=rev
Log:
Add default case to prevent WaE issues.

Modified:
    incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx

Modified: incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx?rev=1383288&r1=1383287&r2=1383288&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx (original)
+++ incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx Tue Sep 11 08:40:24 2012
@@ -2810,6 +2810,7 @@ void ParagraphObj::ImplGetNumberingLevel
                         if ( mbIsBullet && bNumberingIsNumber )
                             nBulletFlags |= 1;
                     }
+		default: break;
                 }
             }
         }