[Libreoffice-commits] core.git: sfx2/source

Stephan Bergmann sbergman at redhat.com
Thu Apr 18 07:30:45 PDT 2013


 sfx2/source/doc/zoomitem.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 5a274ac7e0f12829cc0264df7a1f9cc4df776e77
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Apr 18 16:30:22 2013 +0200

    warning C4702: unreachable code
    
    Change-Id: Ica48a91c0b8b55c984e59dbe9771d604bc77cdaf

diff --git a/sfx2/source/doc/zoomitem.cxx b/sfx2/source/doc/zoomitem.cxx
index 09b2ae7..1f64cd5 100644
--- a/sfx2/source/doc/zoomitem.cxx
+++ b/sfx2/source/doc/zoomitem.cxx
@@ -209,7 +209,6 @@ bool SvxZoomItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMem
             OSL_FAIL("sfx2::SvxZoomItem::PutValue(), Wrong MemberId!");
             return false;
     }
-    return true;
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list