diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-26 22:14:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-26 22:14:40 +0000 |
commit | ef7e326c3e0b812b883b2d075e3a2c6271f182b1 (patch) | |
tree | e996ae07d648eddc8c965e0e1ffa97aa4c1e036f | |
parent | b0c64ea3442014715fc61429e57e2ea500b4b376 (diff) |
INTEGRATION: CWS os43 (1.17.76); FILE MERGED
2004/11/18 13:01:02 hdu 1.17.76.2: #i37016# change reference resolution enumid for backward compatibility in future releases
2004/11/18 12:19:36 hdu 1.17.76.1: #i37016# change reference resolution to improve metric compatibility with legacy apps
-rw-r--r-- | vcl/source/gdi/virdev.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/gdi/virdev.cxx b/vcl/source/gdi/virdev.cxx index dd5c6fd52643..42982bfa2e7e 100644 --- a/vcl/source/gdi/virdev.cxx +++ b/vcl/source/gdi/virdev.cxx @@ -2,9 +2,9 @@ * * $RCSfile: virdev.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2004-11-26 20:43:19 $ + * last change: $Author: hr $ $Date: 2004-11-26 23:14:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -408,8 +408,8 @@ void VirtualDevice::SetReferenceDevice( RefDevMode eRefDevMode ) case REFDEV_MODE48: mnDPIX = mnDPIY = 4800; break; - case REFDEV_MODE96: - mnDPIX = mnDPIY = 1440; // as agreed with FME and AMA + case REFDEV_MODE_MSO1: + mnDPIX = mnDPIY = 6*1440; break; } |