diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-07 20:43:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-07 20:43:38 +0000 |
commit | d32883b641724f7e9efa205a55068bc664660bbf (patch) | |
tree | cd07e53f1be7566501358f45b79f08cc6fa8b76a /sfx2 | |
parent | 4fcaa8ee1f94799321596eab2f6fd2c768bbec9d (diff) |
coverity#735493 Logically dead code
Change-Id: Iddf09c1acb7d2e812b86c6f14f5394a6a266d258
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewprn.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/view/viewprn.cxx b/sfx2/source/view/viewprn.cxx index 2a82e005d3d5..c7bb3fc1e3c1 100644 --- a/sfx2/source/view/viewprn.cxx +++ b/sfx2/source/view/viewprn.cxx @@ -871,8 +871,6 @@ void SfxViewShell::ExecPrint_Impl( SfxRequest &rReq ) // so it will only be deleted here if dialog was cancelled DELETEZ( pDlgPrinter ); rReq.Ignore(); - if ( SID_PRINTDOC == nId ) - rReq.SetReturnValue(SfxBoolItem(0,false)); } } } |