From cecb901f6eea82cca2ecc7a8a66d0645ff1e9a7f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 7 Oct 2015 16:08:08 +0200 Subject: clang-analyzer-deadcode.DeadStores Change-Id: I325b4c71507ca64a42d773cd4c66f936dfe09743 --- sfx2/source/appl/appopen.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx index 55b35b6fb69f..75bcfc49c374 100644 --- a/sfx2/source/appl/appopen.cxx +++ b/sfx2/source/appl/appopen.cxx @@ -739,7 +739,6 @@ void SfxApplication::OpenDocExec_Impl( SfxRequest& rReq ) { // SID_OPENURL does the same as SID_OPENDOC! rReq.SetSlot( SID_OPENDOC ); - nSID = SID_OPENDOC; } else if ( nSID == SID_OPENTEMPLATE ) { @@ -755,7 +754,6 @@ void SfxApplication::OpenDocExec_Impl( SfxRequest& rReq ) else if ( nSID == SID_OPENHYPERLINK ) { rReq.SetSlot( SID_OPENDOC ); - nSID = SID_OPENDOC; bHyperlinkUsed = true; } -- cgit