Kaydet (Commit) bb36996c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

Change-Id: I539f08ed94326d27c9ae8808d006c31d8403cd18
üst 10f5f6d4
...@@ -815,7 +815,6 @@ void SfxViewShell::ExecPrint_Impl( SfxRequest &rReq ) ...@@ -815,7 +815,6 @@ void SfxViewShell::ExecPrint_Impl( SfxRequest &rReq )
{ {
// PrinterDialog needs a temporary printer // PrinterDialog needs a temporary printer
VclPtr<SfxPrinter> pDlgPrinter = pPrinter->Clone(); VclPtr<SfxPrinter> pDlgPrinter = pPrinter->Clone();
nDialogRet = 0;
// execute PrinterSetupDialog // execute PrinterSetupDialog
VclPtrInstance<PrinterSetupDialog> pPrintSetupDlg( GetWindow() ); VclPtrInstance<PrinterSetupDialog> pPrintSetupDlg( GetWindow() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment