diff options
-rw-r--r-- | vcl/source/gdi/print.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx index 09f3dbda47e2..d197a636d574 100644 --- a/vcl/source/gdi/print.cxx +++ b/vcl/source/gdi/print.cxx @@ -1599,8 +1599,8 @@ void Printer::ImplEndPage() if ( mpPrinter ) { - mpPrinter->EndPage(); ReleaseGraphics(); + mpPrinter->EndPage(); mbDevOutput = false; mpJobGraphics = nullptr; |