[Libreoffice-commits] core.git: chart2/source

Michael Stahl mstahl at redhat.com
Tue Jun 10 04:50:22 PDT 2014


 chart2/source/view/main/ChartView.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c83f56a10f81e066f15445f044e4b349d9ed9605
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Jun 10 13:46:02 2014 +0200

    chart2: MSVC does not like override on destructor
    
    Change-Id: Ib0b00ae64d76e3f867b63d0c16a7095f1aed3ca7

diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index efc5c10..da62d13 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -158,7 +158,7 @@ class GL2DRenderer : public IRenderer
 {
 public:
     GL2DRenderer(ChartView* pView);
-    virtual ~GL2DRenderer() SAL_OVERRIDE;
+    virtual ~GL2DRenderer();
 
     virtual void update() SAL_OVERRIDE;
     virtual void clickedAt(const Point& rPos, sal_uInt16 nButton) SAL_OVERRIDE;


More information about the Libreoffice-commits mailing list