From 348cbacbed9283e2742158645a5098546eb2a199 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 2 Dec 2019 21:03:05 +0000 Subject: lok: calc - store zoom in the view itself. Don't duplicate this on the ITiledRenderable interface, which is not a per-view construct, this just confuses everything. Store & restore the zoom level before/after rendering a tile - unfortunately this is not done by the most optimal view yet. Change-Id: I1f7dfaa353333f45c5601d49a9bca784d34fb81a Reviewed-on: https://gerrit.libreoffice.org/84281 Tested-by: Jenkins Reviewed-by: Michael Meeks (cherry picked from commit 3b7661cda1c910524a2c4e3394417971fa025f31) Reviewed-on: https://gerrit.libreoffice.org/84303 --- include/vcl/ITiledRenderable.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx index 905a3262b1a6..fc4be7c3805e 100644 --- a/include/vcl/ITiledRenderable.hxx +++ b/include/vcl/ITiledRenderable.hxx @@ -43,11 +43,7 @@ namespace vcl class VCL_DLLPUBLIC ITiledRenderable { -protected: - int mnTilePixelWidth, mnTilePixelHeight; - int mnTileTwipWidth, mnTileTwipHeight; public: - virtual ~ITiledRenderable(); /** -- cgit