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


Reply via email to