diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-27 12:37:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-27 12:39:31 +0100 |
commit | 5970bfd278052d59c560c6f8bd33b3f7cf4cae75 (patch) | |
tree | 6b219ca5955ae064734a95f1042361de06eea685 /vcl | |
parent | 5f80a1059b19355753ce7950f7f900f51b13c2f0 (diff) |
Resolves: fdo#77206 CRASH printing with all applications on windows
Change-Id: I5d5066413508a115f6b4c63b8b3dd19268f66574
(cherry picked from commit 3041269ff285685d660a049bfef43f3dab6f8946)
Diffstat (limited to 'vcl')
-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 dcbe378961e3..e6e1e365223d 100644 --- a/vcl/source/gdi/print.cxx +++ b/vcl/source/gdi/print.cxx @@ -648,7 +648,7 @@ bool Printer::AcquireGraphics() const void Printer::ImplReleaseFonts() { -#ifndef UNX +#ifdef UNX // HACK to fix an urgent P1 printing issue fast // WinSalPrinter does not respect GetGraphics/ReleaseGraphics conventions // so Printer::mpGraphics often points to a dead WinSalGraphics |