diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-19 19:25:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-19 21:25:44 +0100 |
commit | 4ee7a2bd9cab311704a47d18e44a5a17a54d3d66 (patch) | |
tree | b3ef4ad21d64999d55e6c97c013ba5839d03c3bf /include/vcl | |
parent | 5dddea45d8ef3f1a3d314f105cf475255c841071 (diff) |
flush out unused OutputDevices
Change-Id: I32052f3f37946b21564a931787b1547803c778ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87047
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-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 64ba3f135ad2..022edb9e2a54 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -301,7 +301,7 @@ typedef struct _cairo_surface cairo_surface_t; * so we need to use virtual inheritance to keep the referencing counting * OK. */ -class VCL_DLLPUBLIC OutputDevice : public virtual VclReferenceBase +class SAL_WARN_UNUSED VCL_DLLPUBLIC OutputDevice : public virtual VclReferenceBase { friend class Printer; friend class VirtualDevice; |