diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-09 13:10:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-10 00:18:45 +0000 |
commit | 4434b0029009d6d0327eaca1ff22a0c39711291d (patch) | |
tree | be0322e80d7f055aac9b380eae5b25eef8e9b0a2 /vcl/source/gdi/graph.cxx | |
parent | 5adab0927483d039037b0f93894627e41a2c72f2 (diff) |
defaults are good enough
Change-Id: I4520e00b8c48938a4ff1ed89e3c61948d886972c
Reviewed-on: https://gerrit.libreoffice.org/32889
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/gdi/graph.cxx')
-rw-r--r-- | vcl/source/gdi/graph.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/gdi/graph.cxx b/vcl/source/gdi/graph.cxx index 1583212fcc04..cd10764b02ec 100644 --- a/vcl/source/gdi/graph.cxx +++ b/vcl/source/gdi/graph.cxx @@ -244,10 +244,6 @@ Graphic::Graphic( const css::uno::Reference< css::graphic::XGraphic >& rxGraphic mxImpGraphic.reset(new ImpGraphic); } -Graphic::~Graphic() -{ -} - void Graphic::ImplTestRefCount() { if (!mxImpGraphic.unique()) |