From 201651953740edd3e9eb0b4fcbdcd4bf1a79a2c1 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sun, 24 May 2020 00:11:42 +1000 Subject: tdf#74702 vcl: extract SetMetafileMapMode() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icdd9d612b998d260c4cf0e30fb38e72b5ebd3194 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94723 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- include/vcl/outdev.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/vcl/outdev.hxx') diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 6813eccd51ee..e9822fc37049 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1667,6 +1667,7 @@ public: void SetMapMode(); virtual void SetMapMode( const MapMode& rNewMapMode ); void SetRelativeMapMode( const MapMode& rNewMapMode ); + virtual void SetMetafileMapMode(const MapMode& rNewMapMode, bool bIsRecord); const MapMode& GetMapMode() const { return maMapMode; } protected: -- cgit