[Libreoffice-commits] core.git: vcl/source
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 16 05:05:00 UTC 2019
vcl/source/gdi/print.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 7fd536fb96724dda6c0e6c047f108dc951ad2750
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Tue Oct 15 22:36:03 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Oct 16 07:04:20 2019 +0200
Remove a FIXME for win95 in vcl/gdi/print
Since LO requires Win7 at least
Change-Id: I4f4ea9fa3b87b4fae3f4eabbf736c4a2e7db3d8b
Reviewed-on: https://gerrit.libreoffice.org/80861
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index 13041c14c3cd..e80fc25d777b 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -1564,9 +1564,6 @@ void Printer::EndJob()
mbDevOutput = false;
mpPrinter->EndJob();
- // FIXME: Do not destroy the printer asynchronously as Win95
- // can't handle destroying a printer object and printing
- // at the same time
mpPrinter.reset();
}
}
More information about the Libreoffice-commits
mailing list