[Libreoffice-commits] core.git: include/vcl vcl/source

Caolán McNamara caolanm at redhat.com
Tue Jan 10 00:19:14 UTC 2017


 include/vcl/graph.hxx    |    1 -
 vcl/source/gdi/graph.cxx |    4 ----
 2 files changed, 5 deletions(-)

New commits:
commit 4434b0029009d6d0327eaca1ff22a0c39711291d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jan 9 13:10:37 2017 +0000

    defaults are good enough
    
    Change-Id: I4520e00b8c48938a4ff1ed89e3c61948d886972c
    Reviewed-on: https://gerrit.libreoffice.org/32889
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index 8191405..3869db5 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -121,7 +121,6 @@ public:
                     Graphic( const Animation& rAnimation );
                     Graphic( const GDIMetaFile& rMtf );
                     Graphic( const css::uno::Reference< css::graphic::XGraphic >& rxGraphic );
-                   ~Graphic();
 
     Graphic&        operator=( const Graphic& rGraphic );
     Graphic&        operator=( Graphic&& rGraphic );
diff --git a/vcl/source/gdi/graph.cxx b/vcl/source/gdi/graph.cxx
index 1583212f..cd10764 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())


More information about the Libreoffice-commits mailing list