summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 12:25:54 +0200
committerNoel Grandin <noel@peralex.com>2016-05-18 12:26:24 +0200
commit27fd3c4e66c079a0b19a5ff0ff1bf25caaa9b637 (patch)
treecbce0f7c1db2e74648e6b85d18166874752a2723 /vcl/source/outdev
parentceaa06bc7153387238eead0a69d874ed35241793 (diff)
update vclwidgets loplugin to handle VclReferenceBase
Change-Id: I447cdb8c65d880b3c5ff28b35cefdc56ff784852
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r--vcl/source/outdev/outdev.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/outdev/outdev.cxx b/vcl/source/outdev/outdev.cxx
index 6c9991bba824..59477326ffb8 100644
--- a/vcl/source/outdev/outdev.cxx
+++ b/vcl/source/outdev/outdev.cxx
@@ -226,6 +226,8 @@ void OutputDevice::dispose()
}
mpAlphaVDev.disposeAndClear();
+
+ VclReferenceBase::dispose();
}
SalGraphics* OutputDevice::GetGraphics()