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/29 20:47:35 UTC

svn commit: r1415337 - /openoffice/trunk/main/sw/source/filter/ww8/writerhelper.hxx

Author: paveljanik
Date: Thu Nov 29 19:47:34 2012
New Revision: 1415337

URL: http://svn.apache.org/viewvc?rev=1415337&view=rev
Log:
Default return to prevent compiler warnings.

Modified:
    openoffice/trunk/main/sw/source/filter/ww8/writerhelper.hxx

Modified: openoffice/trunk/main/sw/source/filter/ww8/writerhelper.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/filter/ww8/writerhelper.hxx?rev=1415337&r1=1415336&r2=1415337&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/filter/ww8/writerhelper.hxx (original)
+++ openoffice/trunk/main/sw/source/filter/ww8/writerhelper.hxx Thu Nov 29 19:47:34 2012
@@ -195,8 +195,8 @@ namespace sw
 			return (maGrf == rOther.maGrf);
 		else if ((!mbForBullet) && (!rOther.mbForBullet))
 			return (mpFlyFrm == rOther.mpFlyFrm);
-		else
-			return false;
+
+		return false;
         }
 
         /** The Size of the contained element