From 223e6484b5147464ae684fa520004316b4ec031c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 5 May 2021 14:24:44 +0200 Subject: loplugin:unnecessaryvirtual Change-Id: Iedb9586fcf34dc172b93f0a246b1c1e1c9033376 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115153 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/outdev.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/outdev.hxx') diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 4d0ab6b7a378..fee759107d5f 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1663,7 +1663,7 @@ public: bool IsMapModeEnabled() const { return mbMap; } void SetMapMode(); - virtual void SetMapMode( const MapMode& rNewMapMode ); + void SetMapMode( const MapMode& rNewMapMode ); void SetRelativeMapMode( const MapMode& rNewMapMode ); virtual void SetMetafileMapMode(const MapMode& rNewMapMode, bool bIsRecord); const MapMode& GetMapMode() const { return maMapMode; } -- cgit