sc/source/filter/oox/extlstcontext.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 973574cbd4d9ec39efff3961b8121e27890a56da Author: Michael Stahl <[email protected]> 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 <[email protected]> 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 ) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
