diff options
Diffstat (limited to 'vcl/inc/salprn.hxx')
-rw-r--r-- | vcl/inc/salprn.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/inc/salprn.hxx b/vcl/inc/salprn.hxx index 9a23731e9b8e..4f1066cd843d 100644 --- a/vcl/inc/salprn.hxx +++ b/vcl/inc/salprn.hxx @@ -52,9 +52,8 @@ class VCL_PLUGIN_PUBLIC SalInfoPrinter public: std::vector< PaperInfo > m_aPaperFormats; // all printer supported formats bool m_bPapersInit; // set to true after InitPaperFormats - bool m_bCompatMetrics; - SalInfoPrinter() : m_bPapersInit( false ), m_bCompatMetrics( false ) {} + SalInfoPrinter() : m_bPapersInit( false ) {} virtual ~SalInfoPrinter(); // SalGraphics or NULL, but two Graphics for all SalFrames |