summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2019-12-02 21:03:05 +0000
committerMichael Meeks <michael.meeks@collabora.com>2019-12-05 22:08:47 +0100
commit348cbacbed9283e2742158645a5098546eb2a199 (patch)
treee9cc6a6eceb369979596dbbb19244a3f7e4f9769 /include
parenteb1d8eff65cefa48f4ae2ef42cf3704a7fb7d388 (diff)
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 <michael.meeks@collabora.com> (cherry picked from commit 3b7661cda1c910524a2c4e3394417971fa025f31) Reviewed-on: https://gerrit.libreoffice.org/84303
Diffstat (limited to 'include')
-rw-r--r--include/vcl/ITiledRenderable.hxx4
1 files changed, 0 insertions, 4 deletions
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();
/**