diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-22 17:16:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-22 22:17:12 +0100 |
commit | 2db9a6813a3640005d9b38e419d5cc55f70b03cc (patch) | |
tree | 5b153f09c4e27b4c1611103de267f678c9ef6555 /include/vcl | |
parent | 671aef28cf2b7380113a837df48e6b406f9ba66e (diff) |
flush out unused MapModes
Change-Id: I691143162bf9a26171f3ede3bded34c7fb985244
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87207
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/mapmod.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
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; |