From 2c6a260b12bea4f7024ad39acf90d42cff3e173e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 11 Sep 2015 17:51:52 +0200 Subject: clang-analyzer-deadcode.DeadStores ...ever since the code block's inception with 8037c7164c747ea240b563af39a11f4f6bf037ef "#119860# fix bent connector's type lost when save .ppt file" Change-Id: I6afa201a83c588cc8b280a99cb75c2267b962efc --- filter/source/msfilter/escherex.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'filter') diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx index fa693fc5ad6c..d3033b560a79 100644 --- a/filter/source/msfilter/escherex.cxx +++ b/filter/source/msfilter/escherex.cxx @@ -2296,7 +2296,6 @@ bool EscherPropertyContainer::CreateConnectorProperties( rShapeType = ( sal_uInt16 )( ESCHER_ShpInst_BentConnector2 + nAdjCount); for ( sal_Int32 i = 0 ; i < nAdjCount; ++ i) AddOpt( (sal_uInt16) ( ESCHER_Prop_adjustValue+i) , lcl_GetConnectorAdjustValue( aPoly, i ) ); - bRetValue = true; } sal_Int32 nAngle=0; if (lcl_GetAngle(aPoly,rShapeFlags,nAngle )) -- cgit