summaryrefslogtreecommitdiff
path: root/include/vcl
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-03 09:50:50 +0100
commite8fc0d70d59e0fc3f1aaf3627fa5d38f4ee7d048 (patch)
treef75f19b5098565ec9d58c0f8b84892fe82c6602d /include/vcl
parentd042c73ad1205e186ef4137568049da4781d9343 (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/84280 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include/vcl')
-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 0cb93fd6f7d4..c1c5c1c0d924 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -96,11 +96,7 @@ namespace vcl
class VCL_DLLPUBLIC ITiledRenderable
{
-protected:
- int mnTilePixelWidth, mnTilePixelHeight;
- int mnTileTwipWidth, mnTileTwipHeight;
public:
-
virtual ~ITiledRenderable();
/**