From ecbd3104c13d4e83720ca6508a07f9ab1548de62 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 25 Jun 2013 15:35:21 +0300 Subject: MSVC build fixes Change-Id: I189fe3635f94fdd6b91bd7930c7abf02e70368aa Reviewed-on: https://gerrit.libreoffice.org/4581 Tested-by: LibreOffice gerrit bot Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- oox/source/ppt/pptshapepropertiescontext.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'oox/source/ppt') diff --git a/oox/source/ppt/pptshapepropertiescontext.cxx b/oox/source/ppt/pptshapepropertiescontext.cxx index 1ebf9268207c..1dcbda895111 100644 --- a/oox/source/ppt/pptshapepropertiescontext.cxx +++ b/oox/source/ppt/pptshapepropertiescontext.cxx @@ -60,7 +60,6 @@ ContextHandlerRef PPTShapePropertiesContext::onCreateContext( sal_Int32 aElement default: return ShapePropertiesContext::onCreateContext( aElementToken, rAttribs ); } - return 0; } } } -- cgit