diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-05 14:24:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-05 21:54:33 +0200 |
commit | 223e6484b5147464ae684fa520004316b4ec031c (patch) | |
tree | 8e08279cb3bceaff6b1591095e183f19a96179fc /include/vcl/outdev.hxx | |
parent | 51b6b12195d77631ca94d4c85b429dace8e3b173 (diff) |
loplugin:unnecessaryvirtual
Change-Id: Iedb9586fcf34dc172b93f0a246b1c1e1c9033376
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115153
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |