summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-11 17:51:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-14 08:26:25 +0200
commit2c6a260b12bea4f7024ad39acf90d42cff3e173e (patch)
tree79f8aa5f890cf5eb202351daaef6dbeded241bce /filter
parentc2e546c5837943466f2addfafc0d8aedc4c8e041 (diff)
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
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/escherex.cxx1
1 files changed, 0 insertions, 1 deletions
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 ))