summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-02 13:59:14 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-04 14:23:04 +0200
commit2049940bac74a5230decedacbd95407d93c116db (patch)
tree286c2e7cc0fe9bc4283818163ae2a991158be61b
parent1e7fd91514940520c33f14898c2298d1251ac34d (diff)
remove useless line (probably mis-merge)
-rw-r--r--vcl/source/gdi/print3.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/print3.cxx b/vcl/source/gdi/print3.cxx
index 260fdc02b5f7..017681a323b6 100644
--- a/vcl/source/gdi/print3.cxx
+++ b/vcl/source/gdi/print3.cxx
@@ -451,7 +451,6 @@ void Printer::ImplPrintJob( const boost::shared_ptr<PrinterController>& i_pContr
PrintDialog aDlg( NULL, i_pController );
if( ! aDlg.Execute() )
{
- GDIMetaFile aPageFile;
i_pController->abortJob();
return;
}