diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-10-22 14:06:56 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-11-19 13:47:39 +0100 |
commit | 1ccab525dbb71ca26c0d280319ce4ff829be6ed6 (patch) | |
tree | f5a37bf47917a831b7f3f7e2f01fffdb9df097be /chart2/inc | |
parent | 7070318e0f8dd1ef0c1168e1280ab7636da7332a (diff) |
fix lifetime problems of ChartView
Change-Id: I99b24b026c50a05f8f3803348c76277e29a45ec7
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartModel.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx index e4cde2c46b33..c8f992a4267a 100644 --- a/chart2/inc/ChartModel.hxx +++ b/chart2/inc/ChartModel.hxx @@ -120,6 +120,7 @@ private: sal_Int32 m_nInLoad; sal_Bool volatile m_bUpdateNotificationsPending; + com::sun::star::uno::Reference< com::sun::star::uno::XInterface > xChartView; // for the ref count ChartView* mpChartView; OUString m_aResource; |