[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Sep 19 23:38:57 PDT 2012


 sc/source/filter/oox/extlstcontext.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 973574cbd4d9ec39efff3961b8121e27890a56da
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Jul 12 23:45:35 2012 +0200

    ExtGlobalContext::onCreateContext: warning C4702: unreachable code
    
    Change-Id: Iccbf66d8838fcfa2f2c620dd768aba75f9e071f4
    (cherry picked from commit d0e4215b653b0fab6718b06a5dc0e566170f538d)
    
    Signed-off-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sc/source/filter/oox/extlstcontext.cxx b/sc/source/filter/oox/extlstcontext.cxx
index 6435128..740a841 100644
--- a/sc/source/filter/oox/extlstcontext.cxx
+++ b/sc/source/filter/oox/extlstcontext.cxx
@@ -180,8 +180,6 @@ ContextHandlerRef ExtGlobalContext::onCreateContext( sal_Int32 nElement, const A
         else
             return this;
     }
-
-    return 0;
 }
 
 void ExtGlobalContext::onStartElement( const AttributeList& rAttribs )


More information about the Libreoffice-commits mailing list