From 0fd4d12c6233da2ac1936cd89838b006ffec5192 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 8 May 2013 08:27:27 +0200 Subject: Remove code associated with psprint::CompatMetricOverride service We don't actually have any implementations of this service. This service was introduced by commit 01cf481111436df2cc3f01d1c57cc4348fc037ef Author: Kurt Zenker Date: Wed Jun 20 09:07:44 2007 +0000 INTEGRATION: CWS compmetric (1.77.2); FILE MERGED 2007/05/09 16:27:46 pl 1.77.2.2: #146890# algorithm is needed 2007/05/09 12:13:59 pl 1.77.2.1: #146890# backwards compatibility service for metrics Michael Stahl seems to think it was a Sun-internal hack introduced for a specific customer. Change-Id: I1b27778f827504c2adb0e27e8d7c0f0dedcaf940 Reviewed-on: https://gerrit.libreoffice.org/3824 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- vcl/inc/salprn.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vcl/inc') 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 -- cgit