From 2db9a6813a3640005d9b38e419d5cc55f70b03cc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 22 Jan 2020 17:16:01 +0000 Subject: flush out unused MapModes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I691143162bf9a26171f3ede3bded34c7fb985244 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87207 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/vcl/mapmod.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/vcl/mapmod.hxx b/include/vcl/mapmod.hxx index 487f039687ab..e6c96048c90c 100644 --- a/include/vcl/mapmod.hxx +++ b/include/vcl/mapmod.hxx @@ -30,8 +30,7 @@ class Point; class Fraction; class SvStream; - -class VCL_DLLPUBLIC MapMode +class SAL_WARN_UNUSED VCL_DLLPUBLIC MapMode { friend class OutputDevice; -- cgit