clang-analyzer-deadcode.DeadStores

Change-Id: I539f08ed94326d27c9ae8808d006c31d8403cd18
This commit is contained in:
Stephan Bergmann
2015-10-07 16:13:53 +02:00
parent 10f5f6d480
commit bb36996c6e

View File

@@ -815,7 +815,6 @@ void SfxViewShell::ExecPrint_Impl( SfxRequest &rReq )
{
// PrinterDialog needs a temporary printer
VclPtr<SfxPrinter> pDlgPrinter = pPrinter->Clone();
nDialogRet = 0;
// execute PrinterSetupDialog
VclPtrInstance<PrinterSetupDialog> pPrintSetupDlg( GetWindow() );