summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-06-10 13:46:02 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-10 13:46:25 +0200
commitc83f56a10f81e066f15445f044e4b349d9ed9605 (patch)
tree671e037bb5146c92da2f1bd4b6809b20b48c8a91 /chart2
parentc3c959ee5dfeace7ba00e82e1247394ad4d4aeed (diff)
chart2: MSVC does not like override on destructor
Change-Id: Ib0b00ae64d76e3f867b63d0c16a7095f1aed3ca7
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/ChartView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index efc5c10d05c7..da62d13504b0 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;