diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-06-20 09:13:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-06-20 09:13:31 +0000 |
commit | a6de66ebde90d54c8a7dc78994431da4e0b6f3a1 (patch) | |
tree | e218416f10cbd3ca0a86ca0d9e66349e8169b06f /vcl/inc | |
parent | 32d7fed2c77e6645b37f9e82ba2a5bb3f6038006 (diff) |
INTEGRATION: CWS compmetric (1.2.46); FILE MERGED
2007/05/09 15:56:25 pl 1.2.46.1: #146890# compat metrics
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/salprn.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/inc/vcl/salprn.hxx b/vcl/inc/vcl/salprn.hxx index 335ae4b28a69..5ebf0da4bf41 100644 --- a/vcl/inc/vcl/salprn.hxx +++ b/vcl/inc/vcl/salprn.hxx @@ -4,9 +4,9 @@ * * $RCSfile: salprn.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-04-11 18:08:29 $ + * last change: $Author: kz $ $Date: 2007-06-20 10:13:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -84,8 +84,9 @@ class VCL_DLLPUBLIC SalInfoPrinter public: std::vector< vcl::PaperInfo > m_aPaperFormats; // all printer supported formats bool m_bPapersInit; // set to true after InitPaperFormats + bool m_bCompatMetrics; - SalInfoPrinter() {} + SalInfoPrinter() : m_bPapersInit( false ), m_bCompatMetrics( false ) {} virtual ~SalInfoPrinter(); // SalGraphics or NULL, but two Graphics for all SalFrames |